From: Ian Romanick <ian.d.roman...@intel.com>

Signed-off-by: Ian Romanick <ian.d.roman...@intel.com>
---
 docs/GL3.txt | 28 +++++++++++++++-------------
 1 file changed, 15 insertions(+), 13 deletions(-)

diff --git a/docs/GL3.txt b/docs/GL3.txt
index 0204695..dedea1a 100644
--- a/docs/GL3.txt
+++ b/docs/GL3.txt
@@ -222,25 +222,26 @@ GL 4.5, GLSL 4.50:
   GL_EXT_shader_integer_mix                             DONE (all drivers that 
support GLSL)
 
 These are the extensions cherry-picked to make GLES 3.1
-GLES3.1, GLSL ES 3.1 -- all DONE: nvc0, radeonsi
+GLES3.1, GLSL ES 3.1 -- all DONE: i965/gen8+, nvc0, radeonsi
+
   GL_ARB_arrays_of_arrays                               DONE (all drivers that 
support GLSL 1.30)
-  GL_ARB_compute_shader                                 DONE (i965, softpipe)
-  GL_ARB_draw_indirect                                  DONE (i965, r600, 
llvmpipe, softpipe, swr)
+  GL_ARB_compute_shader                                 DONE (i965/gen7+, 
softpipe)
+  GL_ARB_draw_indirect                                  DONE (i965/gen7+, 
r600, llvmpipe, softpipe, swr)
   GL_ARB_explicit_uniform_location                      DONE (all drivers that 
support GLSL)
-  GL_ARB_framebuffer_no_attachments                     DONE (i965, r600, 
softpipe)
+  GL_ARB_framebuffer_no_attachments                     DONE (i965/gen7+, 
r600, softpipe)
   GL_ARB_program_interface_query                        DONE (all drivers)
-  GL_ARB_shader_atomic_counters                         DONE (i965, softpipe)
-  GL_ARB_shader_image_load_store                        DONE (i965, softpipe)
-  GL_ARB_shader_image_size                              DONE (i965, softpipe)
-  GL_ARB_shader_storage_buffer_object                   DONE (i965, softpipe)
+  GL_ARB_shader_atomic_counters                         DONE (i965/gen7+, 
softpipe)
+  GL_ARB_shader_image_load_store                        DONE (i965/gen7+, 
softpipe)
+  GL_ARB_shader_image_size                              DONE (i965/gen7+, 
softpipe)
+  GL_ARB_shader_storage_buffer_object                   DONE (i965/gen7+, 
softpipe)
   GL_ARB_shading_language_packing                       DONE (all drivers)
   GL_ARB_separate_shader_objects                        DONE (all drivers)
-  GL_ARB_stencil_texturing                              DONE (i965/gen8+, 
nv50, r600, llvmpipe, softpipe, swr)
-  GL_ARB_texture_multisample (Multisample textures)     DONE (i965, nv50, 
r600, llvmpipe, softpipe)
+  GL_ARB_stencil_texturing                              DONE (nv50, r600, 
llvmpipe, softpipe, swr)
+  GL_ARB_texture_multisample (Multisample textures)     DONE (i965/gen7+, 
nv50, r600, llvmpipe, softpipe)
   GL_ARB_texture_storage_multisample                    DONE (all drivers that 
support GL_ARB_texture_multisample)
   GL_ARB_vertex_attrib_binding                          DONE (all drivers)
-  GS5 Enhanced textureGather                            DONE (i965, r600)
-  GS5 Packing/bitfield/conversion functions             DONE (i965, r600)
+  GS5 Enhanced textureGather                            DONE (i965/gen7+, r600)
+  GS5 Packing/bitfield/conversion functions             DONE (i965/gen6+, r600)
   GL_EXT_shader_integer_mix                             DONE (all drivers that 
support GLSL)
 
   Additional functionality not covered above:
@@ -249,7 +250,8 @@ GLES3.1, GLSL ES 3.1 -- all DONE: nvc0, radeonsi
       glGetBooleani_v - restrict to GLES enums
       gl_HelperInvocation support                       DONE (i965, r600)
 
-GLES3.2, GLSL ES 3.2
+GLES3.2, GLSL ES 3.2:
+
   GL_EXT_color_buffer_float                             DONE (all drivers)
   GL_KHR_blend_equation_advanced                        not started
   GL_KHR_debug                                          DONE (all drivers)
-- 
2.5.5

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to