diff options
author | Ilia Mirkin <[email protected]> | 2016-05-24 20:03:22 -0400 |
---|---|---|
committer | Ilia Mirkin <[email protected]> | 2016-05-25 09:50:22 -0400 |
commit | 21c17543060c0d0bfba20774d2dc0cd66f2a7dc3 (patch) | |
tree | 5adda7d07f2612cdc2ec7fa440cac2146cfe54cd /docs | |
parent | 601a5195ebab77220c4d1447c3e734bc5f769e7a (diff) |
docs: add missing GL_OES/EXT_gpu_shader5 enablement note
Signed-off-by: Ilia Mirkin <[email protected]>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/relnotes/11.3.0.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/relnotes/11.3.0.html b/docs/relnotes/11.3.0.html index 8d6caa24f5e..e6ed538b3ef 100644 --- a/docs/relnotes/11.3.0.html +++ b/docs/relnotes/11.3.0.html @@ -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> |