commit | 5be5b53b6d6e59acb683644cdab533fd80b00713 | [log] [tgz] |
---|---|---|
author | Iago Toral Quiroga <itoral@igalia.com> | Mon Oct 14 10:13:17 2019 +0200 |
committer | Iago Toral <itoral@igalia.com> | Fri Oct 18 09:03:21 2019 +0000 |
tree | 1080b096e98273cad2bb6e682870bf12c100a113 | |
parent | af60187153adce3bbd47c24abcfbaf1c403f1620 [diff] |
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>