diff options
author | Erik Faye-Lund <[email protected]> | 2018-11-09 17:39:22 +0100 |
---|---|---|
committer | Erik Faye-Lund <[email protected]> | 2018-11-09 17:39:22 +0100 |
commit | cf8b271cbe69d8ac9013cc46e6f1d37ead0bc229 (patch) | |
tree | 07cf986127ae6d17c4e0ff775f9eb4ed9d5af144 /src/mesa/main | |
parent | cccd7a253f9ed14ea748a222f58b0e5c895eb939 (diff) |
Revert "mesa/main: fixup make check after NV_conditional_render for gles"
This reverts commit cccd7a253f9ed14ea748a222f58b0e5c895eb939.
Diffstat (limited to 'src/mesa/main')
-rw-r--r-- | src/mesa/main/tests/dispatch_sanity.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mesa/main/tests/dispatch_sanity.cpp b/src/mesa/main/tests/dispatch_sanity.cpp index c5d75f9683e..fb2acfbdeea 100644 --- a/src/mesa/main/tests/dispatch_sanity.cpp +++ b/src/mesa/main/tests/dispatch_sanity.cpp @@ -2236,10 +2236,6 @@ const struct function gles2_functions_possible[] = { /* GL_NV_conservative_raster_pre_snap_triangles */ { "glConservativeRasterParameteriNV", 20, -1 }, - /* GL_NV_conditional_render */ - { "glBeginConditionalRenderNV", 20, -1 }, - { "glEndConditionalRenderNV", 20, -1 }, - { NULL, 0, -1 } }; |