docs: add missing GL_OES/EXT_gpu_shader5 enablement note
authorIlia Mirkin <imirkin@alum.mit.edu>
Wed, 25 May 2016 00:03:22 +0000 (20:03 -0400)
committerIlia Mirkin <imirkin@alum.mit.edu>
Wed, 25 May 2016 13:50:22 +0000 (09:50 -0400)
Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
docs/relnotes/11.3.0.html

index 8d6caa24f5e6c137940f06e631291ba815cad624..e6ed538b3ef736840c32cfc12170bf615137612e 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_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>
 <li>GL_OES_sample_variables on i965, nvc0, r600, radeonsi</li>
 <li>GL_OES_shader_image_atomic on all drivers that support GL_ARB_shader_image_load_store</li>