docs: Update GL_OES_copy_image status.
authorKenneth Graunke <kenneth@whitecape.org>
Wed, 25 May 2016 21:22:30 +0000 (14:22 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Wed, 25 May 2016 21:22:30 +0000 (14:22 -0700)
docs/GL3.txt
docs/relnotes/11.3.0.html

index 21ab46aae95ffa2a9c736bba7c34261d7c5cc9bc..555a9befead71d7a31e89a33b2fa56b1ab4329c3 100644 (file)
@@ -255,7 +255,7 @@ GLES3.2, GLSL ES 3.2
   GL_KHR_debug                                          DONE (all drivers)
   GL_KHR_robustness                                     not started (90% done with the ARB variant)
   GL_KHR_texture_compression_astc_ldr                   DONE (i965/gen9+)
-  GL_OES_copy_image                                     DONE (core only)
+  GL_OES_copy_image                                     DONE (i965)
   GL_OES_draw_buffers_indexed                           DONE (all drivers that support GL_ARB_draw_buffers_blend)
   GL_OES_draw_elements_base_vertex                      DONE (all drivers)
   GL_OES_geometry_shader                                started (idr)
index 53e453a5518aba28321c29bbaa58aaae483a223a..5f4d1b381bc913e69479212f73eeab9fb321f495 100644 (file)
@@ -61,6 +61,7 @@ Note: some of the new features are only available with certain drivers.
 <li>GL_EXT_base_instance on all drivers that support GL_ARB_base_instance</li>
 <li>GL_EXT_clip_cull_distance on all drivers that support GL_ARB_cull_distance</li>
 <li>GL_KHR_robustness on i965</li>
+<li>GL_OES_copy_image on i965 (Baytrail and Gen8+)</li>
 <li>GL_OES_draw_buffers_indexed and GL_EXT_draw_buffers_indexed on all drivers that support GL_ARB_draw_buffers_blend</li>
 <li>GL_OES_gpu_shader5 and GL_EXT_gpu_shader5 on all drivers that support GL_ARB_gpu_shader5</li>
 <li>GL_OES_sample_shading on i965, nvc0, r600, radeonsi</li>