summaryrefslogtreecommitdiff
path: root/docs/features.txt
diff options
context:
space:
mode:
authorAlyssa Rosenzweig <alyssa@rosenzweig.io>2023-02-15 15:09:07 -0500
committerMarge Bot <emma+marge@anholt.net>2023-03-03 20:47:40 +0000
commit2eb1efd181e648eb84c47ca381dcf00b1e3995b1 (patch)
tree8c721911186e189a5e9405e05eb37ba52b7f15d3 /docs/features.txt
parent05e6d945ad1822509441bd7d59787255ba9e85d7 (diff)
downloadmesa-2eb1efd181e648eb84c47ca381dcf00b1e3995b1.tar.gz
docs/feature: Mark ARB_sync as done on Asahi
Strictly, this extension was already advertised, but it didn't seem nice to mark it DONE when there was no sync support in the driver whatsoever. Mark it done now that we do have proper explicit sync (well, in conjunction with the "add Linux UAPI" patches that are blocked on getting the kernel driver upstream, but that's needed for *any* of these extensions to be there!) Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21676>
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 f369a5f147c..f94725182cb 100644
--- a/docs/features.txt
+++ b/docs/features.txt
@@ -93,7 +93,7 @@ GL 3.2, GLSL 1.50 --- all DONE: freedreno, i965, nv50, nvc0, r600, radeonsi, llv
GL_ARB_seamless_cube_map (Seamless cubemaps) DONE (panfrost, asahi)
GL_ARB_texture_multisample (Multisample textures) DONE (freedreno/a5xx+, v3d, vc4, panfrost)
GL_ARB_depth_clamp (Frag depth clamp) DONE (panfrost, asahi)
- GL_ARB_sync (Fence objects) DONE (v3d, vc4, panfrost, lima)
+ GL_ARB_sync (Fence objects) DONE (v3d, vc4, panfrost, lima, asahi)
GLX_ARB_create_context_profile DONE