Revision: 151 http://trac.macosforge.org/projects/xquartz/changeset/151 Author: gstaplin@apple.com Date: 2009-02-16 14:51:15 -0800 (Mon, 16 Feb 2009) Log Message: ----------- Add various items to get done for complete GLXPixmap support. Modified Paths: -------------- AppleSGLX/trunk/TODO Modified: AppleSGLX/trunk/TODO =================================================================== --- AppleSGLX/trunk/TODO 2009-02-16 22:49:35 UTC (rev 150) +++ AppleSGLX/trunk/TODO 2009-02-16 22:51:15 UTC (rev 151) @@ -1,3 +1,15 @@ +-- Feb 16, 2009 + +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. + +Finish glXDestroyGLXPixmap(). + +Test glXDestroyGLXPixmap(). + +Add support for the newer GLX glXCreatePixmap. + -- Feb 10, 2009 Test glXCopyContext.