[Xquartz-changes] [232] AppleSGLX/trunk/glcontextmodes.c

source_changes at macosforge.org source_changes at macosforge.org
Sun Feb 22 03:16:00 PST 2009


Revision: 232
          http://trac.macosforge.org/projects/xquartz/changeset/232
Author:   gstaplin at 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:
--------------
    AppleSGLX/trunk/glcontextmodes.c

Modified: AppleSGLX/trunk/glcontextmodes.c
===================================================================
--- 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;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/xquartz-changes/attachments/20090222/3912615a/attachment-0001.html>


More information about the Xquartz-changes mailing list