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/features.txt | |
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/features.txt')
-rw-r--r-- | docs/features.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/features.txt b/docs/features.txt index 0e69b9177e0..79b71de5438 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -277,7 +277,7 @@ GLES3.2, GLSL ES 3.2 -- all DONE: i965/gen9+ Khronos, ARB, and OES extensions that are not part of any OpenGL or OpenGL ES version: - GL_ARB_bindless_texture started (airlied) + GL_ARB_bindless_texture DONE (radeonsi) GL_ARB_cl_event not started GL_ARB_compute_variable_group_size DONE (nvc0, radeonsi) GL_ARB_ES3_2_compatibility DONE (i965/gen8+) |