summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/tests
diff options
context:
space:
mode:
authorLaura Ekstrand <[email protected]>2015-01-06 10:05:40 -0800
committerLaura Ekstrand <[email protected]>2015-01-08 11:37:29 -0800
commitd6b7c40cecfe01ec8545974b01cca16da2856ac2 (patch)
tree19b8a9f6ef73ea6869773db287d68795cda70c58 /src/mesa/main/tests
parentbad39f6c1e0680fa90399c8f330a8c17551deb98 (diff)
main: Added entry points for CopyTextureSubImage*D.
Reviewed-by: Anuj Phogat <[email protected]>
Diffstat (limited to 'src/mesa/main/tests')
-rw-r--r--src/mesa/main/tests/dispatch_sanity.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/main/tests/dispatch_sanity.cpp b/src/mesa/main/tests/dispatch_sanity.cpp
index 85a0286ec45..7dfc4c86c51 100644
--- a/src/mesa/main/tests/dispatch_sanity.cpp
+++ b/src/mesa/main/tests/dispatch_sanity.cpp
@@ -975,6 +975,9 @@ const struct function gl_core_functions_possible[] = {
{ "glGetTextureParameterIiv", 45, -1 },
{ "glGetTextureParameterIuiv", 45, -1 },
{ "glGetTextureParameteriv", 45, -1 },
+ { "glCopyTextureSubImage1D", 45, -1 },
+ { "glCopyTextureSubImage2D", 45, -1 },
+ { "glCopyTextureSubImage3D", 45, -1 },
{ NULL, 0, -1 }
};