diff options
author | Dave Airlie <[email protected]> | 2015-07-23 10:39:47 +1000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2015-07-23 12:46:46 +1000 |
commit | 2ca1f767818b02354735b58cef896abb8677e4ed (patch) | |
tree | 6d6da234dc31fd10358667d33dc2fb706bd6d32e /src | |
parent | 18955e8a80ee2b344eaf3eb1d24eed90f6ba8334 (diff) |
dispatch_sanity.cpp: remove commented out tess entries
These entries were put in the GL4.0 section, so removed the commented
out ones.
Signed-off-by: Dave Airlie <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/main/tests/dispatch_sanity.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/main/tests/dispatch_sanity.cpp b/src/mesa/main/tests/dispatch_sanity.cpp index 7e3a97baea8..d1bd0cee61e 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 }, |