diff options
Diffstat (limited to 'src/mesa/main/tests/dispatch_sanity.cpp')
-rw-r--r-- | src/mesa/main/tests/dispatch_sanity.cpp | 1 |
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 } }; |