Revision
298
Author
gstaplin@apple.com
Date
2009-03-08 22:34:18 -0700 (Sun, 08 Mar 2009)

Log Message

Mark a few more TODO items DONE.

Modified Paths

Diff

Modified: AppleSGLX/trunk/TODO (297 => 298)


--- AppleSGLX/trunk/TODO	2009-03-08 21:04:31 UTC (rev 297)
+++ AppleSGLX/trunk/TODO	2009-03-09 05:34:18 UTC (rev 298)
@@ -19,10 +19,14 @@
 DONE Test glXGetCurrentDisplay().  It appears correct.
 --
 
-Improve the glX symbol compatibility with the old libGL.
+DONE Improve the glX symbol compatibility with the old libGL.
 
-Work out something for the GLXFBConfig optimal width/height.  These types
-of things aren't really exposed AFAIK by CGL.
+DONE Work out something for the GLXFBConfig optimal width/height.  These types
+of things aren't really exposed AFAIK by CGL.  We can't do this, so we
+don't enable the extension that enables the optimal pbuffer width/height.
+Specifically don't enable the SGIX_pbuffer:
+#define GLX_OPTIMAL_PBUFFER_WIDTH_SGIX     0x8019
+#define GLX_OPTIMAL_PBUFFER_HEIGHT_SGIX    0x801A
 
 Verify the XError behavior of GLXPixmap support functions.
 
@@ -106,7 +110,7 @@
 
 -- OLD:
 
-Add glxext.h support, and support functions.
+DONE Add glxext.h support, and support functions.
 
 ----