diff options
author | Ilia Mirkin <[email protected]> | 2017-06-24 00:51:13 -0400 |
---|---|---|
committer | Ilia Mirkin <[email protected]> | 2018-01-07 11:40:35 -0500 |
commit | 6f4ac7b418c64f03f05e496953fe0c1d09864ab9 (patch) | |
tree | 7239a8792253237ace181959f129edcd0fb879d4 /docs/relnotes | |
parent | 23a6e8d8ff5effa7b88bd77c3bf396879a2ece0c (diff) |
nvc0: enable bindless on kepler
All the functionality is in. Maxwell will take a little bit more
enablement work.
Signed-off-by: Ilia Mirkin <[email protected]>
Diffstat (limited to 'docs/relnotes')
-rw-r--r-- | docs/relnotes/17.4.0.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/relnotes/17.4.0.html b/docs/relnotes/17.4.0.html index b477c274fe1..1adbb3e1cfe 100644 --- a/docs/relnotes/17.4.0.html +++ b/docs/relnotes/17.4.0.html @@ -50,6 +50,7 @@ Note: some of the new features are only available with certain drivers. <li>GL_ARB_shader_storage_buffer_object on r600/evergreen+<li> <li>GL_ARB_compute_shader on r600/evergreen+<li> <li>GL_ARB_cull_distance on r600/evergreen+</li> +<li>GL_ARB_bindless_texture on nvc0/kepler</li> <li>OpenGL 4.3 on r600/evergreen with hw fp64 support</li> <li>Support 1 binary format for GL_ARB_get_program_binary on i965</li> </ul> |