summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/tests
diff options
context:
space:
mode:
authorLaura Ekstrand <[email protected]>2014-12-10 15:32:20 -0800
committerLaura Ekstrand <[email protected]>2015-01-08 11:37:29 -0800
commit89912d04a10d6d70c3f9791beecace76c6c550a0 (patch)
tree592c59f1e7ee350d08bdb08d34950290934c03cf /src/mesa/main/tests
parent86bb3be3193512c12c284bb2cc609fa78d27fc55 (diff)
main: Added entry point for glGetTextureParameterfv.
Reviewed-by: Anuj Phogat <[email protected]>
Diffstat (limited to 'src/mesa/main/tests')
-rw-r--r--src/mesa/main/tests/dispatch_sanity.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/tests/dispatch_sanity.cpp b/src/mesa/main/tests/dispatch_sanity.cpp
index c75b284100a..7ee3109b0a8 100644
--- a/src/mesa/main/tests/dispatch_sanity.cpp
+++ b/src/mesa/main/tests/dispatch_sanity.cpp
@@ -971,6 +971,7 @@ const struct function gl_core_functions_possible[] = {
{ "glTextureParameteriv", 45, -1 },
{ "glGetTextureLevelParameterfv", 45, -1 },
{ "glGetTextureLevelParameteriv", 45, -1 },
+ { "glGetTextureParameterfv", 45, -1 },
{ NULL, 0, -1 }
};