dispatch_sanity.cpp: remove commented out tess entries
authorDave Airlie <airlied@redhat.com>
Thu, 23 Jul 2015 00:39:47 +0000 (10:39 +1000)
committerDave Airlie <airlied@redhat.com>
Thu, 23 Jul 2015 02:46:46 +0000 (12:46 +1000)
These entries were put in the GL4.0 section, so removed the commented
out ones.

Signed-off-by: Dave Airlie <airlied@redhat.com>
src/mesa/main/tests/dispatch_sanity.cpp

index 7e3a97baea89de9502f253e762047fd76a3ca2d6..d1bd0cee61e85c5eea5b5c753e4bacb63d5ea092 100644 (file)
@@ -1577,8 +1577,6 @@ const struct function gl_core_functions_possible[] = {
 // { "glUniformSubroutinesuiv", 43, -1 },               // XXX: Add to xml
 // { "glGetUniformSubroutineuiv", 43, -1 },             // XXX: Add to xml
 // { "glGetProgramStageiv", 43, -1 },                   // XXX: Add to xml
-// { "glPatchParameteri", 43, -1 },                     // XXX: Add to xml
-// { "glPatchParameterfv", 43, -1 },                    // XXX: Add to xml
 
    { "glBindTransformFeedback", 43, -1 },
    { "glDeleteTransformFeedbacks", 43, -1 },