diff options
author | Laura Ekstrand <[email protected]> | 2014-12-10 16:33:18 -0800 |
---|---|---|
committer | Laura Ekstrand <[email protected]> | 2015-01-08 11:37:29 -0800 |
commit | abc688e33a6a76223af63e5d34af87e3bbbd97cd (patch) | |
tree | 08c6340fc94813fbd649a797b5faf1242597d91c /src/mesa/main/tests | |
parent | 5ad5393f3ba6d34a2fd3e0bf0cb50139c9817175 (diff) |
main: Added entry point for glTextureParameterf.
Reviewed-by: Anuj Phogat <[email protected]>
Diffstat (limited to 'src/mesa/main/tests')
-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 0ef48c9b299..af838673922 100644 --- a/src/mesa/main/tests/dispatch_sanity.cpp +++ b/src/mesa/main/tests/dispatch_sanity.cpp @@ -963,6 +963,7 @@ const struct function gl_core_functions_possible[] = { { "glTextureSubImage2D", 45, -1 }, { "glTextureSubImage3D", 45, -1 }, { "glBindTextureUnit", 45, -1 }, + { "glTextureParameterf", 45, -1 }, { NULL, 0, -1 } }; |