xserver: Branch 'xorg-server-1.5-apple'

George Peter Staplin gstaplin at kemper.freedesktop.org
Fri Jan 9 15:09:53 PST 2009


 hw/xquartz/GL/indirect.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3c14546f58f8a138fe67c9cacc3bd0b7fa90c29a
Author: George Staplin <gstaplin at apple.com>
Date:   Fri Jan 9 16:08:26 2009 -0700

    XQuartz: GL: Set the __GLXconfig renderType to GLX_RGBA_BIT.

diff --git a/hw/xquartz/GL/indirect.c b/hw/xquartz/GL/indirect.c
index fbf13ce..afaa957 100644
--- a/hw/xquartz/GL/indirect.c
+++ b/hw/xquartz/GL/indirect.c
@@ -1137,7 +1137,7 @@ static __GLXconfig *CreateConfigs(int *numConfigsPtr, int screenNumber) {
 
 					/* SGIX_fbconfig / GLX 1.3 */
 					c->drawableType = GLX_WINDOW_BIT | GLX_PIXMAP_BIT;
-					c->renderType = /*FIXME*/ GL_TRUE;
+					c->renderType = GLX_RGBA_BIT;
 					c->xRenderable = GL_TRUE;
 					c->fbconfigID = -1;
 					


More information about the xorg-commit mailing list