On 09/23/2015 10:42 AM, Marta Lofstedt wrote: > From: Marta Lofstedt <marta.lofst...@intel.com> > > Signed-off-by: Marta Lofstedt <marta.lofst...@linux.intel.com> > --- > docs/GL3.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/docs/GL3.txt b/docs/GL3.txt > index 92941cf..e1c6049 100644 > --- a/docs/GL3.txt > +++ b/docs/GL3.txt > @@ -238,7 +238,7 @@ GLES3.2, GLSL ES 3.2 > GL_OES_copy_image not started (based on > GL_ARB_copy_image, which is done for some drivers) > GL_OES_draw_buffers_indexed not started > GL_OES_draw_elements_base_vertex not started (based on > GL_ARB_draw_elements_base_verte, which is done for all drivers) > - GL_OES_geometry_shader not started (based on > GL_ARB_geometry_shader4, which is done for all drivers) > + GL_OES_geometry_shader started (Marta) > GL_OES_gpu_shader5 not started (based on > parts of GL_ARB_gpu_shader5, which is done for some drivers) > GL_OES_primitive_bounding box not started > GL_OES_sample_shading not started (based on > parts of GL_ARB_sample_shading, which is done for some drivers) >
Not directly related with the patch, but I wonder why the GL_OES_geometry_shader entry is in the "GLES3.2 GLSL ES 3.2" section of this file. Per https://www.khronos.org/registry/gles/extensions/OES/OES_geometry_shader.txt: "This specification is written against the OpenGL ES 3.1 (March 17, 2014) and OpenGL ES 3.10 Shading Language (March 17, 2014) Specifications." Shouldn't this entry be moved to the previous section "GLES3.1, GLSL ES 3.1" altogether? In any case: Reviewed-by: Eduardo Lima Mitev <el...@igalia.com> _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev