diff options
author | Samuel Pitoiset <[email protected]> | 2017-02-27 13:15:38 +0100 |
---|---|---|
committer | Samuel Pitoiset <[email protected]> | 2017-06-14 10:04:36 +0200 |
commit | 65d1e4d1eb08dda16d9b5967b4a6a414ba775815 (patch) | |
tree | 25ae9f4a5731a11bbbe417baab12999b24a988d9 /docs/relnotes/17.2.0.html | |
parent | 285ec4463b62636e792acd58aa63ea553062609f (diff) |
radeonsi: enable ARB_bindless_texture
This has only been tested on RX480.
Signed-off-by: Samuel Pitoiset <[email protected]>
Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to 'docs/relnotes/17.2.0.html')
-rw-r--r-- | docs/relnotes/17.2.0.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/relnotes/17.2.0.html b/docs/relnotes/17.2.0.html index 135d1e81ddc..5859274d127 100644 --- a/docs/relnotes/17.2.0.html +++ b/docs/relnotes/17.2.0.html @@ -44,6 +44,7 @@ Note: some of the new features are only available with certain drivers. </p> <ul> +<li>GL_ARB_bindless_texture on radeonsi</li> <li>GL_ARB_post_depth_coverage on nvc0 (GM200+)</li> <li>GL_ARB_shader_viewport_layer_array on nvc0 (GM200+)</li> <li>GL_AMD_vertex_shader_layer on nvc0 (GM200+)</li> |