docs/feature: Mark ARB_sync as done on Asahi
authorAlyssa Rosenzweig <alyssa@rosenzweig.io>
Wed, 15 Feb 2023 20:09:07 +0000 (15:09 -0500)
committerMarge Bot <emma+marge@anholt.net>
Fri, 3 Mar 2023 20:47:40 +0000 (20:47 +0000)
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>

docs/features.txt

index f369a5f..f947251 100644 (file)
@@ -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