[Mesa-dev] [PATCH 2/2] dispatch_sanity.cpp: remove commented out tess entries

Dave Airlie airlied at gmail.com
Wed Jul 22 17:40:21 PDT 2015


From: Dave Airlie <airlied at redhat.com>

These entries were put in the GL4.0 section, so removed the commented
out ones.

Signed-off-by: Dave Airlie <airlied at redhat.com>
---
 src/mesa/main/tests/dispatch_sanity.cpp | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/mesa/main/tests/dispatch_sanity.cpp b/src/mesa/main/tests/dispatch_sanity.cpp
index 7e3a97b..d1bd0ce 100644
--- a/src/mesa/main/tests/dispatch_sanity.cpp
+++ b/src/mesa/main/tests/dispatch_sanity.cpp
@@ -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 },
-- 
2.4.3



More information about the mesa-dev mailing list