diff options
author | Laura Ekstrand <[email protected]> | 2014-12-09 16:49:09 -0800 |
---|---|---|
committer | Laura Ekstrand <[email protected]> | 2015-01-08 11:37:29 -0800 |
commit | a739bdeb1d294041984e05046043097a0d9fa833 (patch) | |
tree | 01fe0bb9670e09b06497436dc87af1872358f66b /src/mesa/main/tests | |
parent | f51f6805f5dacb89b6583cbe134ee0b374ddfec7 (diff) |
main: Added entry point for glGetTextureImage.
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 7dfc4c86c51..60e5a24c0f7 100644 --- a/src/mesa/main/tests/dispatch_sanity.cpp +++ b/src/mesa/main/tests/dispatch_sanity.cpp @@ -978,6 +978,7 @@ const struct function gl_core_functions_possible[] = { { "glCopyTextureSubImage1D", 45, -1 }, { "glCopyTextureSubImage2D", 45, -1 }, { "glCopyTextureSubImage3D", 45, -1 }, + { "glGetTextureImage", 45, -1 }, { NULL, 0, -1 } }; |