summaryrefslogtreecommitdiff
path: root/docs/features.txt
diff options
context:
space:
mode:
authorAlyssa Rosenzweig <alyssa@rosenzweig.io>2023-02-14 13:56:49 -0500
committerMarge Bot <emma+marge@anholt.net>2023-02-20 17:27:21 +0000
commit5f8a59ac89eefa88872444c6d2cb1f176e75d4d6 (patch)
tree23d7aa094929af02868ac61604283e05f05897a4 /docs/features.txt
parentc6c61d052e39de4035ab481484d6471991c79d6e (diff)
downloadmesa-5f8a59ac89eefa88872444c6d2cb1f176e75d4d6.tar.gz
asahi: Advertise ARB_derivative_control
Our native fddx instruction is already fine, so it's fine to use it for both fddx_coarse and fddx_fine. We handle both of those cases already so the extension is trivial. 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 31606b0ee99..02d8a89bdfc 100644
--- a/docs/features.txt
+++ b/docs/features.txt
@@ -216,7 +216,7 @@ GL 4.5, GLSL 4.50 -- all DONE: freedreno/a6xx, nvc0, r600, radeonsi, llvmpipe, z
GL_ARB_clip_control DONE (freedreno, i965, nv50, softpipe, virgl, lima, d3d12, panfrost)
GL_ARB_conditional_render_inverted DONE (freedreno, i965, nv50, softpipe, virgl, panfrost, d3d12, asahi)
GL_ARB_cull_distance DONE (freedreno/a6xx, i965, nv50, softpipe, virgl)
- GL_ARB_derivative_control DONE (freedreno/a3xx+, i965, nv50, softpipe, virgl)
+ GL_ARB_derivative_control DONE (freedreno/a3xx+, i965, nv50, softpipe, virgl, asahi)
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)