Revert "mesa/main: fixup make check after NV_conditional_render for gles"

This reverts commit cccd7a253f.
This commit is contained in:
Erik Faye-Lund
2018-11-09 17:39:22 +01:00
parent cccd7a253f
commit cf8b271cbe
2 changed files with 0 additions and 6 deletions
-2
View File
@@ -28,7 +28,6 @@ FUNCS=$($NM -D --defined-only $LIB | grep -o 'T gl.*' | cut -c 3- | while read f
glActiveShaderProgram
glActiveTexture
glAttachShader
glBeginConditionalRenderNV
glBeginQuery
glBeginTransformFeedback
glBindAttribLocation
@@ -124,7 +123,6 @@ glEGLImageTargetTexture2DOES
glEnable
glEnableVertexAttribArray
glEnablei
glEndConditionalRenderNV
glEndQuery
glEndTransformFeedback
glFenceSync
-4
View File
@@ -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 }
};