diff options
author | Gert Wollny <[email protected]> | 2019-04-07 08:40:52 +0200 |
---|---|---|
committer | Gert Wollny <[email protected]> | 2019-04-09 08:17:45 +0000 |
commit | b999865f557c941e0ed437243bc46fc1bd7788e4 (patch) | |
tree | e36280bd3d54999f4af0710b275d2a5e4b502dd9 /docs | |
parent | 8cf8dfe408a7dda5121cefc2fd5d772186484f76 (diff) |
softpipe: Enable PIPE_CAP_TEXTURE_BUFFER_OFFSET_ALIGNMENT
The offset alignment must be set to s16 because the tile cache is
implemented to require this.
This enables ARB_buffer_texture_range and OES_texture_buffer for
softpipe. The according deqp-gles31 tests pass.
Also update the feature table.
Signed-off-by: Gert Wollny <[email protected]>
Reviewed-by: Dave Airlie <[email protected]>
Diffstat (limited to 'docs')
-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 60877fa1969..03f68fb44c8 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -184,7 +184,7 @@ GL 4.3, GLSL 4.30 -- all DONE: i965/gen8+, nvc0, r600, radeonsi, virgl GL_ARB_shader_image_size DONE (freedreno/a5xx+, i965, softpipe) GL_ARB_shader_storage_buffer_object DONE (freedreno/a5xx+, i965, softpipe) GL_ARB_stencil_texturing DONE (freedreno, i965/hsw+, nv50, llvmpipe, softpipe, swr) - GL_ARB_texture_buffer_range DONE (freedreno, nv50, i965, llvmpipe) + GL_ARB_texture_buffer_range DONE (freedreno, nv50, i965, softpipe, llvmpipe) GL_ARB_texture_query_levels DONE (all drivers that support GLSL 1.30) GL_ARB_texture_storage_multisample DONE (all drivers that support GL_ARB_texture_multisample) GL_ARB_texture_view DONE (freedreno, i965, nv50, llvmpipe, softpipe, swr) |