summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/tests
diff options
context:
space:
mode:
authorIan Romanick <ian.d.romanick@intel.com>2016-05-23 13:31:29 -0700
committerIan Romanick <ian.d.romanick@intel.com>2016-08-26 15:03:14 -0700
commit1a72fbf9e6743368dc8e7664adf095af8ec5b6d8 (patch)
treea68e16054e34d6d92552b06002ee8be9fafae0c7 /src/mesa/main/tests
parent658e90f9a8c0c68e0bee5007cf3f654cc95188b6 (diff)
downloadexternal_mesa3d-1a72fbf9e6743368dc8e7664adf095af8ec5b6d8.zip
external_mesa3d-1a72fbf9e6743368dc8e7664adf095af8ec5b6d8.tar.gz
external_mesa3d-1a72fbf9e6743368dc8e7664adf095af8ec5b6d8.tar.bz2
mesa: Allow GL_EXT_geometry_shader and GL_EXT_geometry_point_size
Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Diffstat (limited to 'src/mesa/main/tests')
-rw-r--r--src/mesa/main/tests/dispatch_sanity.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mesa/main/tests/dispatch_sanity.cpp b/src/mesa/main/tests/dispatch_sanity.cpp
index a0bdd17..c0db287 100644
--- a/src/mesa/main/tests/dispatch_sanity.cpp
+++ b/src/mesa/main/tests/dispatch_sanity.cpp
@@ -2600,6 +2600,10 @@ const struct function gles31_functions_possible[] = {
/* GL_OES_geometry_shader */
{ "glFramebufferTextureOES", 31, -1},
+ /* GL_EXT_geometry_shader */
+ // We check for the aliased OES version above
+ // { "glFramebufferTextureEXT", 31, -1},
+
/* GL_OES_tessellation_shader */
{ "glPatchParameteriOES", 31, -1 },