TODO revision ad503c41557606d15b0420c824369456f6d20a8f
1Test shared contexts!
2
3Go over every glxcmd in glxcmds.c and make sure we have them working.
4Verify the XError behavior of GLXPixmap support functions.
5
6Test GLXPixmap support with various pixmap depths.
7 
8Test GLXPixmap support with invalid pixmaps (to stress the protocol code).
9
10-- Feb 10, 2009
11
12Test glXCopyContext.
13
14-- Dec 12 2008
15 
16TEST glXCopyContext needs some work and additional code in apple_glx.c.
17
18----
19
20Make sure we report the proper list of GLX extensions available.  Apple direct may not support some 
21that Mesa does, and vice-versa.
22
23Modify create_destroy_context and create a new test called create_destroy_context_thread_race.  
24Where 2 threads are doing the same sort of path of create and destroy.  The locking should protect 
25us there, but we need to verify nothing goes wrong.
26
27