diff options
author | Laura Ekstrand <[email protected]> | 2015-01-06 11:39:04 -0800 |
---|---|---|
committer | Laura Ekstrand <[email protected]> | 2015-01-08 11:37:29 -0800 |
commit | 8b5482ec035d0d8ad36b08f33fcd20f15ea39000 (patch) | |
tree | 7f3cd8785d43daa14bbdfce0808896afa4c551ed /src/mesa/main/tests | |
parent | a739bdeb1d294041984e05046043097a0d9fa833 (diff) |
main: Added entry point for glGetCompressedTextureImage.
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 60e5a24c0f7..6d1c067d5e6 100644 --- a/src/mesa/main/tests/dispatch_sanity.cpp +++ b/src/mesa/main/tests/dispatch_sanity.cpp @@ -979,6 +979,7 @@ const struct function gl_core_functions_possible[] = { { "glCopyTextureSubImage2D", 45, -1 }, { "glCopyTextureSubImage3D", 45, -1 }, { "glGetTextureImage", 45, -1 }, + { "glGetCompressedTextureImage", 45, -1 }, { NULL, 0, -1 } }; |