diff options
author | Laura Ekstrand <[email protected]> | 2014-12-10 16:19:21 -0800 |
---|---|---|
committer | Laura Ekstrand <[email protected]> | 2015-01-08 11:37:29 -0800 |
commit | 2ce5db3930ca3441b5647b907531c24e058b45ff (patch) | |
tree | c8e256fc8fafcc324e98690a96416031453ffafd /src/mesa/main/tests | |
parent | abc688e33a6a76223af63e5d34af87e3bbbd97cd (diff) |
main: Added entry point for glTextureParameterfv.
Reviewed-by: Anuj Phogat <[email protected]>
Diffstat (limited to 'src/mesa/main/tests')
-rw-r--r-- | src/mesa/main/tests/dispatch_sanity.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/main/tests/dispatch_sanity.cpp b/src/mesa/main/tests/dispatch_sanity.cpp index af838673922..8d7f37a4e54 100644 --- a/src/mesa/main/tests/dispatch_sanity.cpp +++ b/src/mesa/main/tests/dispatch_sanity.cpp @@ -964,6 +964,8 @@ const struct function gl_core_functions_possible[] = { { "glTextureSubImage3D", 45, -1 }, { "glBindTextureUnit", 45, -1 }, { "glTextureParameterf", 45, -1 }, + { "glTextureParameterfv", 45, -1 }, + { "glTextureParameteri", 45, -1 }, { NULL, 0, -1 } }; |