From cc12fa6aba744935447842fb7085ec2fa4c1ae3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20Ondra=C4=8Dka?= Date: Wed, 10 Jun 2026 16:33:28 +0200 Subject: [PATCH] r300: enable VS instance ID in draw MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Pavel Ondračka Part-of: --- src/gallium/drivers/r300/ci/r300-rs740-gles2-extensions.txt | 1 + src/gallium/drivers/r300/r300_screen.c | 1 + 2 files changed, 2 insertions(+) diff --git a/src/gallium/drivers/r300/ci/r300-rs740-gles2-extensions.txt b/src/gallium/drivers/r300/ci/r300-rs740-gles2-extensions.txt index 243475fd635..784e1b309b9 100644 --- a/src/gallium/drivers/r300/ci/r300-rs740-gles2-extensions.txt +++ b/src/gallium/drivers/r300/ci/r300-rs740-gles2-extensions.txt @@ -11,6 +11,7 @@ GL_EXT_debug_label GL_EXT_discard_framebuffer GL_EXT_draw_buffers GL_EXT_draw_elements_base_vertex +GL_EXT_draw_instanced GL_EXT_frag_depth GL_EXT_instanced_arrays GL_EXT_map_buffer_range diff --git a/src/gallium/drivers/r300/r300_screen.c b/src/gallium/drivers/r300/r300_screen.c index 0ddabd60b1b..b23aaebc7a6 100644 --- a/src/gallium/drivers/r300/r300_screen.c +++ b/src/gallium/drivers/r300/r300_screen.c @@ -523,6 +523,7 @@ static void r300_init_screen_caps(struct r300_screen* r300screen) caps->primitive_restart = caps->primitive_restart_fixed_index = caps->user_vertex_buffers = + caps->vs_instanceid = caps->vs_window_space_position = !r300screen->caps.has_tcl; /* HWTCL-only features / limitations. */