diff options
author | Juliet fru <julietfru@gmail.com> | 2014-10-20 21:26:20 +0100 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2014-10-21 14:37:07 -0600 |
commit | ad8bd91a3e2fd653afa3fc90e061965d07c7d26f (patch) | |
tree | 3f2c3187847b0d8e2655a22d7bc52d6c7b228948 /TODO | |
parent | a636a3610d7cd8d59986e547bde52cfcc3fb7dab (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-- | TODO | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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: |