Revision
179
Author
gstaplin@apple.com
Date
2009-02-19 15:55:11 -0800 (Thu, 19 Feb 2009)

Log Message

Add gen_api_library.tcl that I missed in the last commit.  It's for the same changes.

Modified Paths

Diff

Modified: AppleSGLX/trunk/gen_api_library.tcl (178 => 179)


--- AppleSGLX/trunk/gen_api_library.tcl	2009-02-19 23:54:05 UTC (rev 178)
+++ AppleSGLX/trunk/gen_api_library.tcl	2009-02-19 23:55:11 UTC (rev 179)
@@ -124,8 +124,11 @@
     set sorted [lsort -dictionary [array names api]]
     
     set exclude [list DrawBuffer DrawBuffers DrawBuffersARB]
+
+    #These are special to glXMakeContextCurrent.
+    #See also: apple_xgl_api_read.c.    
+    lappend exclude ReadPixels CopyPixels CopyColorTable
     
-
     foreach f $sorted {
 	if {$f in $exclude} {
 	    continue