summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/tests
diff options
context:
space:
mode:
authorLaura Ekstrand <[email protected]>2014-12-10 16:57:50 -0800
committerLaura Ekstrand <[email protected]>2015-01-08 11:37:29 -0800
commitd954f6023b80d9dd87f697c831f21ecdb831d13b (patch)
tree480716fd58a8d7e2d4e49f9bbce803b422f49504 /src/mesa/main/tests
parent354d789f3b6212402b880ba8ef9ba9a57afea038 (diff)
main: Added entry points for glTextureParameteriv, Iiv, Iuiv.
Reviewed-by: Anuj Phogat <[email protected]>
Diffstat (limited to 'src/mesa/main/tests')
-rw-r--r--src/mesa/main/tests/dispatch_sanity.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/main/tests/dispatch_sanity.cpp b/src/mesa/main/tests/dispatch_sanity.cpp
index 8d7f37a4e54..fdb1febf78d 100644
--- a/src/mesa/main/tests/dispatch_sanity.cpp
+++ b/src/mesa/main/tests/dispatch_sanity.cpp
@@ -966,6 +966,9 @@ const struct function gl_core_functions_possible[] = {
{ "glTextureParameterf", 45, -1 },
{ "glTextureParameterfv", 45, -1 },
{ "glTextureParameteri", 45, -1 },
+ { "glTextureParameterIiv", 45, -1 },
+ { "glTextureParameterIuiv", 45, -1 },
+ { "glTextureParameteriv", 45, -1 },
{ NULL, 0, -1 }
};