diff options
author | Ian Romanick <[email protected]> | 2016-05-23 13:31:29 -0700 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2016-08-26 15:03:14 -0700 |
commit | 1a72fbf9e6743368dc8e7664adf095af8ec5b6d8 (patch) | |
tree | a68e16054e34d6d92552b06002ee8be9fafae0c7 /src/mesa/main/tests | |
parent | 658e90f9a8c0c68e0bee5007cf3f654cc95188b6 (diff) |
mesa: Allow GL_EXT_geometry_shader and GL_EXT_geometry_point_size
Signed-off-by: Ian Romanick <[email protected]>
Reviewed-by: Ilia Mirkin <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa/main/tests')
-rw-r--r-- | src/mesa/main/tests/dispatch_sanity.cpp | 4 |
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 a0bdd178cef..c0db287a028 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 }, |