diff options
author | Laura Ekstrand <[email protected]> | 2014-12-10 15:19:59 -0800 |
---|---|---|
committer | Laura Ekstrand <[email protected]> | 2015-01-08 11:37:29 -0800 |
commit | 86bb3be3193512c12c284bb2cc609fa78d27fc55 (patch) | |
tree | ab1f188fbf1cc6b7c786c371a5477bff9543f96a /src/mesa/main/tests | |
parent | bf5c588cdea616e0fb57f904c38bc0eb5eb2b962 (diff) |
main: Added entry points for glGetTextureLevelParameteriv, fv.
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 fdb1febf78d..c75b284100a 100644 --- a/src/mesa/main/tests/dispatch_sanity.cpp +++ b/src/mesa/main/tests/dispatch_sanity.cpp @@ -969,6 +969,8 @@ const struct function gl_core_functions_possible[] = { { "glTextureParameterIiv", 45, -1 }, { "glTextureParameterIuiv", 45, -1 }, { "glTextureParameteriv", 45, -1 }, + { "glGetTextureLevelParameterfv", 45, -1 }, + { "glGetTextureLevelParameteriv", 45, -1 }, { NULL, 0, -1 } }; |