summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorJuliet fru <julietfru@gmail.com>2014-10-20 21:26:20 +0100
committerBrian Paul <brianp@vmware.com>2014-10-21 14:37:07 -0600
commitad8bd91a3e2fd653afa3fc90e061965d07c7d26f (patch)
tree3f2c3187847b0d8e2655a22d7bc52d6c7b228948 /TODO
parenta636a3610d7cd8d59986e547bde52cfcc3fb7dab (diff)
Replaced assert(glGetError()) with gl_check_gl_error()
Report PIGLIT_FAIL if there's an unexpected error. Reviewed-by: Brian Paul <brianp@vmware.com>
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 0 insertions, 3 deletions
diff --git a/TODO b/TODO
index fb5c405ad..eacda795d 100644
--- a/TODO
+++ b/TODO
@@ -10,9 +10,6 @@ See https://bugs.freedesktop.org/show_bug.cgi?id=65676 for more details.
Move/rename tests in the bugs/ directory to proper places under tests/spec/
-Replace calls such as assert(glGetError() == 0) with piglit_check_gl_error().
-
-
Quite a few tests have GL enum names encoded in tables. For example, in
tests/texturing/texture-rg.c: