aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/tests/dispatch_sanity.cpp
diff options
context:
space:
mode:
authorTimothy Arceri <[email protected]>2018-09-03 09:53:31 +1000
committerMarek Olšák <[email protected]>2019-06-28 15:41:19 -0400
commitb82b3d28d340dfbcebde471cb9037e57a0ac48da (patch)
treefce1ca2d9f81676929d6f9bc703e6d0e487a7368 /src/mesa/main/tests/dispatch_sanity.cpp
parentcb0f25a9269050a8efbd526c89ae541c2d37c367 (diff)
mesa: add support for glTextureSubImage2DEXT()
Reviewed-by: Marek Olšák <[email protected]> Signed-off-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/mesa/main/tests/dispatch_sanity.cpp')
-rw-r--r--src/mesa/main/tests/dispatch_sanity.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/tests/dispatch_sanity.cpp b/src/mesa/main/tests/dispatch_sanity.cpp
index 8813e945bfc..fa41aa66e38 100644
--- a/src/mesa/main/tests/dispatch_sanity.cpp
+++ b/src/mesa/main/tests/dispatch_sanity.cpp
@@ -1041,7 +1041,7 @@ const struct function common_desktop_functions_possible[] = {
//{ "glTextureImage1DEXT", 11, -1 },
//{ "glTextureImage2DEXT", 11, -1 },
//{ "glTextureSubImage1DEXT", 11, -1 },
- //{ "glTextureSubImage2DEXT", 11, -1 },
+ { "glTextureSubImage2DEXT", 11, -1 },
//{ "glCopyTextureImage1DEXT", 11, -1 },
//{ "glCopyTextureImage2DEXT", 11, -1 },
//{ "glCopyTextureSubImage1DEXT", 11, -1 },