summaryrefslogtreecommitdiff
path: root/docs/features.txt
diff options
context:
space:
mode:
authorAlyssa Rosenzweig <alyssa@rosenzweig.io>2023-02-14 14:00:49 -0500
committerMarge Bot <emma+marge@anholt.net>2023-02-20 17:27:21 +0000
commit9e67d3f23780a818b9fc764105f39c6d595c6530 (patch)
tree7e6f09c31acafaaaea822480ae9cc54fd407b507 /docs/features.txt
parent5f8a59ac89eefa88872444c6d2cb1f176e75d4d6 (diff)
downloadmesa-9e67d3f23780a818b9fc764105f39c6d595c6530.tar.gz
asahi: Advertise ARB_texture_barrier
We already implement it. Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21264>
Diffstat (limited to 'docs/features.txt')
-rw-r--r--docs/features.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/features.txt b/docs/features.txt
index 02d8a89bdfc..5cecd442bb8 100644
--- a/docs/features.txt
+++ b/docs/features.txt
@@ -220,7 +220,7 @@ GL 4.5, GLSL 4.50 -- all DONE: freedreno/a6xx, nvc0, r600, radeonsi, llvmpipe, z
GL_ARB_direct_state_access DONE (all drivers)
GL_ARB_get_texture_sub_image DONE (all drivers)
GL_ARB_shader_texture_image_samples DONE (freedreno/a3xx+, i965, nv50, virgl)
- GL_ARB_texture_barrier DONE (freedreno, i965, nv50, vc4, virgl, lima)
+ GL_ARB_texture_barrier DONE (freedreno, i965, nv50, vc4, virgl, lima, asahi)
GL_KHR_context_flush_control DONE (all - but needs GLX/EGL extension to be useful)
GL_KHR_robustness DONE (freedreno, i965, virgl)
GL_EXT_shader_integer_mix DONE (all drivers that support GLSL)