Revision
158
Author
gstaplin@apple.com
Date
2009-02-16 15:58:49 -0800 (Mon, 16 Feb 2009)

Log Message

3 new items for the TODO regarding GLXPixmap code.

Modified Paths

Diff

Modified: AppleSGLX/trunk/TODO (157 => 158)


--- AppleSGLX/trunk/TODO	2009-02-16 23:58:10 UTC (rev 157)
+++ AppleSGLX/trunk/TODO	2009-02-16 23:58:49 UTC (rev 158)
@@ -1,5 +1,11 @@
 -- Feb 16, 2009
 
+Verify the XError behavior of GLXPixmap support functions.
+
+Test GLXPixmap support with various pixmap depths.
+
+Test GLXPixmap support with invalid pixmaps (to stress the protocol code).
+
 Make apple_visual_create_pfobj not use OffScreen always.
 I suspect we can add a bool that indicates whether or not to create such
 an object.  We can also recreate the context, or possibly reconfigure it.