diff options
author | Ilia Mirkin <[email protected]> | 2015-11-09 12:39:05 -0500 |
---|---|---|
committer | Ilia Mirkin <[email protected]> | 2015-11-11 19:20:41 -0500 |
commit | c4182bb9b0897b4a4ac4f06b54fc7f6a2ddeb105 (patch) | |
tree | 6d5e91bf1d0851901a6ffb2c56642f9ab9beab25 /docs | |
parent | ae39b0fda81ce592b8c965b715469650d35e5fef (diff) |
nv50,nvc0: add ARB_clear_texture support
Signed-off-by: Ilia Mirkin <[email protected]>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/GL3.txt | 2 | ||||
-rw-r--r-- | docs/relnotes/11.1.0.html | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/docs/GL3.txt b/docs/GL3.txt index 845672b07d5..b768eea789a 100644 --- a/docs/GL3.txt +++ b/docs/GL3.txt @@ -177,7 +177,7 @@ GL 4.4, GLSL 4.40: GL_MAX_VERTEX_ATTRIB_STRIDE DONE (all drivers) GL_ARB_buffer_storage DONE (i965, nv50, nvc0, r600, radeonsi) - GL_ARB_clear_texture DONE (i965) (gallium - in progress, VMware) + GL_ARB_clear_texture DONE (i965, nv50, nvc0) GL_ARB_enhanced_layouts in progress (Timothy) - compile-time constant expressions in progress - explicit byte offsets for blocks in progress diff --git a/docs/relnotes/11.1.0.html b/docs/relnotes/11.1.0.html index 14656fd97c9..82ee3c4037b 100644 --- a/docs/relnotes/11.1.0.html +++ b/docs/relnotes/11.1.0.html @@ -46,6 +46,7 @@ Note: some of the new features are only available with certain drivers. <ul> <li>GL_ARB_arrays_of_arrays on i965</li> <li>GL_ARB_blend_func_extended on freedreno (a3xx)</li> +<li>GL_ARB_clear_texture on nv50, nvc0</li> <li>GL_ARB_copy_image on nv50, nvc0, radeonsi</li> <li>GL_ARB_gpu_shader_fp64 on r600 for Cypress/Cayman/Aruba chips</li> <li>GL_ARB_gpu_shader5 on r600 for Evergreen and later chips</li> |