diff options
author | Dave Airlie <airlied@redhat.com> | 2018-01-25 10:21:03 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2018-01-29 05:42:34 +1000 |
commit | 2af66ba7e76dabd91eec9900e36aae0e49275801 (patch) | |
tree | c58a06057e74188f44ebddb1de67359ca734f1cb /docs/features.txt | |
parent | 1c9ea24a19a28e87f6038281c516287f25ad88b5 (diff) | |
download | mesa-2af66ba7e76dabd91eec9900e36aae0e49275801.tar.gz mesa-2af66ba7e76dabd91eec9900e36aae0e49275801.tar.bz2 mesa-2af66ba7e76dabd91eec9900e36aae0e49275801.zip |
docs/features: add r600 ARB_query_buffer_object support
Reviewed-by: Roland Scheidegger <sroland@vmware.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'docs/features.txt')
-rw-r--r-- | docs/features.txt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/features.txt b/docs/features.txt index 4b2bf2c69fb..2e110d99949 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -188,12 +188,12 @@ GL 4.3, GLSL 4.30 -- all DONE: i965/gen8+, nvc0, r600, radeonsi GL_ARB_vertex_attrib_binding DONE (all drivers) -GL 4.4, GLSL 4.40 -- all DONE: i965/gen8+, nvc0, radeonsi +GL 4.4, GLSL 4.40 -- all DONE: i965/gen8+, nvc0, r600, radeonsi GL_MAX_VERTEX_ATTRIB_STRIDE DONE (all drivers) - GL_ARB_buffer_storage DONE (freedreno, i965, nv50, r600, llvmpipe, swr) - GL_ARB_clear_texture DONE (i965, nv50, r600, llvmpipe, softpipe, swr) - GL_ARB_enhanced_layouts DONE (i965, nv50, r600, llvmpipe, softpipe) + GL_ARB_buffer_storage DONE (freedreno, i965, nv50, llvmpipe, swr) + GL_ARB_clear_texture DONE (i965, nv50, llvmpipe, softpipe, swr) + GL_ARB_enhanced_layouts DONE (i965, nv50, llvmpipe, softpipe) - compile-time constant expressions DONE - explicit byte offsets for blocks DONE - forced alignment within blocks DONE @@ -202,9 +202,9 @@ GL 4.4, GLSL 4.40 -- all DONE: i965/gen8+, nvc0, radeonsi - input/output block locations DONE GL_ARB_multi_bind DONE (all drivers) GL_ARB_query_buffer_object DONE (i965/hsw+) - GL_ARB_texture_mirror_clamp_to_edge DONE (i965, nv50, r600, llvmpipe, softpipe, swr) - GL_ARB_texture_stencil8 DONE (freedreno, i965/hsw+, nv50, r600, llvmpipe, softpipe, swr) - GL_ARB_vertex_type_10f_11f_11f_rev DONE (i965, nv50, r600, llvmpipe, softpipe, swr) + GL_ARB_texture_mirror_clamp_to_edge DONE (i965, nv50, llvmpipe, softpipe, swr) + GL_ARB_texture_stencil8 DONE (freedreno, i965/hsw+, nv50, llvmpipe, softpipe, swr) + GL_ARB_vertex_type_10f_11f_11f_rev DONE (i965, nv50, llvmpipe, softpipe, swr) GL 4.5, GLSL 4.50 -- all DONE: nvc0, radeonsi |