From dc8c6d9978d307ee613c6201caa7fcae7037abe0 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Fri, 22 Nov 2024 11:06:43 +0100 Subject: [PATCH] docs: update GL_ARB_multi_draw_indirect support This is always supported when GL_ARB_draw_indirect is supported, so let's not needlessly repeat drivers here. Part-of: --- docs/features.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features.txt b/docs/features.txt index 07763ee07bc..9400bf499fc 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -179,7 +179,7 @@ GL 4.3, GLSL 4.30 -- all DONE: freedreno/a6xx, nvc0, r600, radeonsi, llvmpipe, v GL_ARB_framebuffer_no_attachments DONE (freedreno, softpipe, v3d, crocus/gen7+, etnaviv) GL_ARB_internalformat_query2 DONE (all drivers) GL_ARB_invalidate_subdata DONE (all drivers) - GL_ARB_multi_draw_indirect DONE (freedreno, softpipe, v3d, crocus/gen7+) + GL_ARB_multi_draw_indirect DONE (all drivers that supports GL_ARB_draw_indirect) GL_ARB_program_interface_query DONE (all drivers) GL_ARB_robust_buffer_access_behavior DONE (freedreno) GL_ARB_shader_image_size DONE (freedreno/a5xx+, softpipe, v3d, panfrost, crocus/gen7+)