diff options
author | Glenn Kennard <[email protected]> | 2015-10-07 17:17:34 +0200 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2015-10-13 08:55:42 +1000 |
commit | 24a1a157a694e961aaad611a8bf9d47ce8cf47f6 (patch) | |
tree | 8f3807b4a28f21b39c7292c40c8688e5c2074ed3 /docs/relnotes/11.1.0.html | |
parent | 1befb7ed9856381cbfe874f361fae73b8e331bb4 (diff) |
r600g: Enable GL_ARB_gpu_shader5 extension
Signed-off-by: Glenn Kennard <[email protected]>
Signed-off-by: Dave Airlie <[email protected]>
Diffstat (limited to 'docs/relnotes/11.1.0.html')
-rw-r--r-- | docs/relnotes/11.1.0.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/relnotes/11.1.0.html b/docs/relnotes/11.1.0.html index d4f30d0da62..dcf425e4c68 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_blend_func_extended on freedreno (a3xx)</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> <li>GL_ARB_shader_storage_buffer_object on i965</li> <li>GL_ARB_shader_texture_image_samples on i965, nv50, nvc0, r600, radeonsi</li> <li>GL_ARB_texture_barrier / GL_NV_texture_barrier on i965</li> |