mesa/main: GL_GEOMETRY_SHADER_INVOCATIONS exists in GL_OES_geometry_shader
authorIago Toral Quiroga <itoral@igalia.com>
Mon, 14 Oct 2019 08:13:17 +0000 (10:13 +0200)
committerIago Toral <itoral@igalia.com>
Fri, 18 Oct 2019 09:03:21 +0000 (09:03 +0000)
commit5be5b53b6d6e59acb683644cdab533fd80b00713
tree1080b096e98273cad2bb6e682870bf12c100a113
parentaf60187153adce3bbd47c24abcfbaf1c403f1620
mesa/main: GL_GEOMETRY_SHADER_INVOCATIONS exists in GL_OES_geometry_shader

It seems that for desktop GL this was included with ARB_gpu_shader5, but
for OpenGL ES this is already included with the base extension and there is
a CTS test that checks this.

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
src/mesa/main/shaderapi.c