summaryrefslogtreecommitdiff
path: root/docs/relnotes/new_features.txt
diff options
context:
space:
mode:
authorAlyssa Rosenzweig <alyssa@rosenzweig.io>2023-11-18 12:19:04 -0400
committerAlyssa Rosenzweig <alyssa@rosenzweig.io>2023-12-09 12:08:39 -0400
commit0fa7252d8a9d450a55f7e6f835c1c3afd75f1f2e (patch)
tree1551dc4836d0a88969dae7b05a5d3aa8f76e241c /docs/relnotes/new_features.txt
parent5987e47a2967b1dcc13efcb926e1a86d641aec86 (diff)
asahi: Implement multidraw indirect
GS only for now (inserting a passthru GS if needed). This should be optimized later, but it's ~correct. Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26614>
Diffstat (limited to 'docs/relnotes/new_features.txt')
-rw-r--r--docs/relnotes/new_features.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/relnotes/new_features.txt b/docs/relnotes/new_features.txt
index 9bb90d71537..2ae9ab08194 100644
--- a/docs/relnotes/new_features.txt
+++ b/docs/relnotes/new_features.txt
@@ -12,3 +12,4 @@ GL_ARB_base_instance on Asahi
OpenGL 4.6 (up from 4.2) on d3d12
VK_EXT_depth_clamp_zero_one on RADV
GL_ARB_shader_texture_image_samples on Asahi
+GL_ARB_indirect_parameters on Asahi