diff options
author | Marek Olšák <[email protected]> | 2014-06-06 03:00:18 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2014-06-19 00:17:09 +0200 |
commit | c7b5a5c4a31f855dcbef0000fa307a5b37448f83 (patch) | |
tree | 4e767cfc5f2e656b19f19a68b015d50af10be4cb /docs | |
parent | 0df3551bf43cbd37933464746670ff6814118f0d (diff) |
radeonsi: implement ARB_texture_gather and Gather functions from GLSL 4.00
All ARB_texture_gather and gather-related ARB_gpu_shader5 piglit tests pass.
reviewed by Michel Dänzer
Diffstat (limited to 'docs')
-rw-r--r-- | docs/GL3.txt | 2 | ||||
-rw-r--r-- | docs/relnotes/10.3.html | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/docs/GL3.txt b/docs/GL3.txt index a0735625d52..f2fd11469d5 100644 --- a/docs/GL3.txt +++ b/docs/GL3.txt @@ -119,7 +119,7 @@ GL 4.0: GL_ARB_tessellation_shader not started GL_ARB_texture_buffer_object_rgb32 DONE (i965, nvc0, r600, radeonsi, softpipe) GL_ARB_texture_cube_map_array DONE (i965, nv50, nvc0, r600, radeonsi, softpipe) - GL_ARB_texture_gather DONE (i965, nv50, nvc0) + GL_ARB_texture_gather DONE (i965, nv50, nvc0, radeonsi) GL_ARB_transform_feedback2 DONE (i965, nv50, nvc0, r600, radeonsi) GL_ARB_transform_feedback3 DONE (i965, nv50, nvc0, r600, radeonsi) diff --git a/docs/relnotes/10.3.html b/docs/relnotes/10.3.html index c9daea54562..825eb84b64c 100644 --- a/docs/relnotes/10.3.html +++ b/docs/relnotes/10.3.html @@ -44,11 +44,12 @@ Note: some of the new features are only available with certain drivers. </p> <ul> +<li>GL_ARB_compressed_texture_pixel_storage on all drivers</li> +<li>GL_ARB_explicit_uniform_location (all drivers that support GLSL)</li> <li>GL_ARB_sample_shading on radeonsi</li> <li>GL_ARB_stencil_texturing on nv50, nvc0, r600, and radeonsi</li> <li>GL_ARB_texture_cube_map_array on radeonsi</li> -<li>GL_ARB_compressed_texture_pixel_storage on all drivers</li> -<li>GL_ARB_explicit_uniform_location (all drivers that support GLSL)</li> +<li>GL_ARB_texture_gather on radeonsi</li> <li>GL_ARB_viewport_array on nvc0</li> </ul> |