mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-23 22:58:33 +02:00
r300: enable VS instance ID in draw
Signed-off-by: Pavel Ondračka <pavel.ondracka@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41625>
This commit is contained in:
parent
285b641415
commit
cc12fa6aba
2 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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. */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue