Revision
232
Author
gstaplin@apple.com
Date
2009-02-22 03:16:00 -0800 (Sun, 22 Feb 2009)

Log Message

Re-enable some more extension tags that were commented out.

The multisampling in particular was missing.  It uses
the same values in GLX 1.4 that were used in the ARB
and SGIS extension.

Modified Paths

Diff

Modified: AppleSGLX/trunk/glcontextmodes.c (231 => 232)


--- AppleSGLX/trunk/glcontextmodes.c	2009-02-22 07:25:36 UTC (rev 231)
+++ AppleSGLX/trunk/glcontextmodes.c	2009-02-22 11:16:00 UTC (rev 232)
@@ -314,7 +314,6 @@
       case GLX_MAX_PBUFFER_PIXELS:
 	*value_return = mode->maxPbufferPixels;
 	return 0;
-#if 0
       case GLX_OPTIMAL_PBUFFER_WIDTH_SGIX:
 	*value_return = mode->optimalPbufferWidth;
 	return 0;
@@ -351,7 +350,6 @@
        * server.
        */
       case GLX_VISUAL_SELECT_GROUP_SGIX:
-#endif
 
       default:
 	return GLX_BAD_ATTRIBUTE;