summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/tests
diff options
context:
space:
mode:
authorIlia Mirkin <imirkin@alum.mit.edu>2016-02-15 20:34:52 -0500
committerIlia Mirkin <imirkin@alum.mit.edu>2016-03-30 22:57:17 -0400
commitebdb5345480957c4fc3068fab17926be28d7dcd4 (patch)
tree49555054d5ca9dd5142ea98978d87a10ff6b10cf /src/mesa/main/tests
parent571f538a622d9a7050015b58b7b1ac240f289dcb (diff)
downloadexternal_mesa3d-ebdb5345480957c4fc3068fab17926be28d7dcd4.zip
external_mesa3d-ebdb5345480957c4fc3068fab17926be28d7dcd4.tar.gz
external_mesa3d-ebdb5345480957c4fc3068fab17926be28d7dcd4.tar.bz2
mesa: add GL_OES_copy_image support
Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu> Reviewed-by: Dave Airlie <airlied@redhat.com>
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 06e7ec1..c3aa710 100644
--- a/src/mesa/main/tests/dispatch_sanity.cpp
+++ b/src/mesa/main/tests/dispatch_sanity.cpp
@@ -2457,6 +2457,9 @@ const struct function gles3_functions_possible[] = {
/* GL_OES_sample_shading */
{ "glMinSampleShadingOES", 30, -1 },
+ /* GL_OES_copy_image */
+ { "glCopyImageSubDataOES", 30, -1 },
+
{ NULL, 0, -1 }
};