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/features.txt | |
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/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 eed30763726..a5f34edd419 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -293,7 +293,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 DONE (radeonsi) + GL_ARB_bindless_texture DONE (nvc0, radeonsi) GL_ARB_cl_event not started GL_ARB_compute_variable_group_size DONE (nvc0, radeonsi) GL_ARB_ES3_2_compatibility DONE (i965/gen8+) |