summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/tests
diff options
context:
space:
mode:
authorLaura Ekstrand <[email protected]>2014-12-09 16:49:09 -0800
committerLaura Ekstrand <[email protected]>2015-01-08 11:37:29 -0800
commita739bdeb1d294041984e05046043097a0d9fa833 (patch)
tree01fe0bb9670e09b06497436dc87af1872358f66b /src/mesa/main/tests
parentf51f6805f5dacb89b6583cbe134ee0b374ddfec7 (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.cpp1
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 }
};