diff options
author | Nicolai Hähnle <[email protected]> | 2017-02-02 21:11:05 +0100 |
---|---|---|
committer | Nicolai Hähnle <[email protected]> | 2017-04-05 10:44:32 +0200 |
commit | 570e50af4ba9f7e003465b4e91e2cb93ae1615a1 (patch) | |
tree | e0d681038795180092ca741448f2558758b5f13e /docs/features.txt | |
parent | aee473eb01abac74d1c10330005ab1378f017ce9 (diff) |
radeonsi: enable ARB_sparse_buffer
v2:
- fill in DRM version requirement
- disable on SI due to CP DMA faults
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 1e145e1ddad..6513c693fa0 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -298,7 +298,7 @@ Khronos, ARB, and OES extensions that are not part of any OpenGL or OpenGL ES ve GL_ARB_shader_group_vote DONE (nvc0, radeonsi) GL_ARB_shader_stencil_export DONE (i965/gen9+, radeonsi, softpipe, llvmpipe, swr) GL_ARB_shader_viewport_layer_array DONE (i965/gen6+) - GL_ARB_sparse_buffer not started + GL_ARB_sparse_buffer DONE (radeonsi/CIK+) GL_ARB_sparse_texture not started GL_ARB_sparse_texture2 not started GL_ARB_sparse_texture_clamp not started |