diff options
author | Martin Peres <[email protected]> | 2015-04-29 12:42:16 +0300 |
---|---|---|
committer | Martin Peres <[email protected]> | 2015-08-20 14:08:34 +0300 |
commit | e5851cff45169f4e635299da4ed5b41aeb0d2f83 (patch) | |
tree | f0bca52124b07766e75d11ff7e7408d166ee0721 /docs | |
parent | 50db9c1db645c1a4d5777d2cacfd7ac74ebbe544 (diff) |
i965: enable GL_ARB_shader_image_size
Signed-off-by: Martin Peres <[email protected]>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/GL3.txt | 4 | ||||
-rw-r--r-- | docs/relnotes/11.0.0.html | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/docs/GL3.txt b/docs/GL3.txt index 4bff4da4cfb..331b2daaeb6 100644 --- a/docs/GL3.txt +++ b/docs/GL3.txt @@ -163,7 +163,7 @@ GL 4.3, GLSL 4.30: GL_ARB_multi_draw_indirect DONE (i965, nvc0, r600, radeonsi, llvmpipe, softpipe) GL_ARB_program_interface_query DONE (all drivers) GL_ARB_robust_buffer_access_behavior not started - GL_ARB_shader_image_size in progress (Martin Peres) + GL_ARB_shader_image_size DONE (i965) GL_ARB_shader_storage_buffer_object in progress (Iago Toral, Samuel Iglesias) GL_ARB_stencil_texturing DONE (i965/gen8+, nv50, nvc0, r600, radeonsi, llvmpipe, softpipe) GL_ARB_texture_buffer_range DONE (nv50, nvc0, i965, r600, radeonsi, llvmpipe) @@ -211,7 +211,7 @@ GLES3.1, GLSL ES 3.1 GL_ARB_program_interface_query DONE (all drivers) GL_ARB_shader_atomic_counters DONE (i965) GL_ARB_shader_image_load_store DONE (i965) - GL_ARB_shader_image_size in progress (Martin Peres) + GL_ARB_shader_image_size DONE (i965) GL_ARB_shader_storage_buffer_object in progress (Iago Toral, Samuel Iglesias) GL_ARB_shading_language_packing DONE (all drivers) GL_ARB_separate_shader_objects DONE (all drivers) diff --git a/docs/relnotes/11.0.0.html b/docs/relnotes/11.0.0.html index 447e35ed4b0..7e4b09d3980 100644 --- a/docs/relnotes/11.0.0.html +++ b/docs/relnotes/11.0.0.html @@ -56,6 +56,7 @@ Note: some of the new features are only available with certain drivers. <li>GL_ARB_gpu_shader_fp64 on llvmpipe, radeonsi</li> <li>GL_ARB_shader_image_load_store on i965</li> <li>GL_ARB_shader_precision on radeonsi, nvc0</li> +<li>GL_ARB_shader_image_size on i965</li> <li>GL_ARB_shader_stencil_export on llvmpipe</li> <li>GL_ARB_shader_subroutine on core profile all drivers</li> <li>GL_ARB_tessellation_shader on nvc0, radeonsi</li> |