summaryrefslogtreecommitdiff
path: root/src/glx/apple/TODO
diff options
context:
space:
mode:
authorJeremy Huddleston <jeremyhu@apple.com>2010-04-01 17:00:22 -0700
committerJeremy Huddleston <jeremyhu@apple.com>2010-04-01 17:01:51 -0700
commit115203281cf791221f586f03c14cfe4e0a44dd7a (patch)
tree767951e542d416243041b964dd252e030cfadf5e /src/glx/apple/TODO
parent9aadc793f3db64cefa0b08f18abad424a659dacc (diff)
Revert accidental commits from the xquartz tree
This reverts commit 9aadc793f3db64cefa0b08f18abad424a659dacc. This reverts commit 69ea4e7718efb60b6b0d795a355cebd6712ceac1. This reverts commit dbe8b013936d977ec63d6607bfd2fc6772d29787. This reverts commit 23215ef4d60a86d9f3b3fdc08e3fdadc59e98890. This reverts commit 9495e3703062d1ddaf3161f4efc23f0b51284d9b. This reverts commit 0594cf70883b64692ba617d85f4f9b4e636e5c2b. This reverts commit 86a7978d37393ee34f876569ac06ffdb8d7289ae. This reverts commit 437902ce978cde9a0e1aa260f12dc232a8501c42.
Diffstat (limited to 'src/glx/apple/TODO')
-rw-r--r--src/glx/apple/TODO26
1 files changed, 0 insertions, 26 deletions
diff --git a/src/glx/apple/TODO b/src/glx/apple/TODO
deleted file mode 100644
index 4a063fe0ed..0000000000
--- a/src/glx/apple/TODO
+++ /dev/null
@@ -1,26 +0,0 @@
-Test shared contexts!
-
-Go over every glxcmd in glxcmds.c and make sure we have them working.
-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).
-
--- Feb 10, 2009
-
-Test glXCopyContext.
-
--- Dec 12 2008
-
-TEST glXCopyContext needs some work and additional code in apple_glx.c.
-
-----
-
-Make sure we report the proper list of GLX extensions available. Apple direct may not support some
-that Mesa does, and vice-versa.
-
-Modify create_destroy_context and create a new test called create_destroy_context_thread_race.
-Where 2 threads are doing the same sort of path of create and destroy. The locking should protect
-us there, but we need to verify nothing goes wrong.
-