Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Last modification | View Log | RSS feed

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