asahi: Enable VS_INSTANCEID and VERTEX_ELEMENT_INSTANCE_DIVISOR caps

These two should be functional at this point. The latter is required
(and quite well tested) by Darwinia.

Signed-off-by: Asahi Lina <lina@asahilina.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20365>
This commit is contained in:
Asahi Lina
2022-12-14 18:46:37 +09:00
committed by Marge Bot
parent 8ba44b6492
commit 3091f5a7f4
2 changed files with 4 additions and 4 deletions

View File

@@ -72,7 +72,7 @@ GL 3.0, GLSL 1.30 --- all DONE: freedreno, i965, nv50, nvc0, r600, radeonsi, llv
GL 3.1, GLSL 1.40 --- all DONE: freedreno, i965, nv50, nvc0, r600, radeonsi, llvmpipe, softpipe, virgl, zink, d3d12, panfrost
Forward compatible context support/deprecations DONE
GL_ARB_draw_instanced (Instanced drawing) DONE (etnaviv/HALTI2, v3d)
GL_ARB_draw_instanced (Instanced drawing) DONE (etnaviv/HALTI2, v3d, asahi)
GL_ARB_copy_buffer (Buffer copying) DONE (v3d, vc4, lima, asahi)
GL_NV_primitive_restart (Primitive restart) DONE (v3d, asahi)
16 vertex texture image units DONE ()
@@ -107,7 +107,7 @@ GL 3.3, GLSL 3.30 --- all DONE: freedreno, i965, nv50, nvc0, r600, radeonsi, llv
GL_ARB_texture_rgb10_a2ui DONE (v3d, panfrost, asahi)
GL_ARB_texture_swizzle DONE (v3d, vc4, panfrost, lima, asahi)
GL_ARB_timer_query DONE ()
GL_ARB_instanced_arrays DONE (etnaviv/HALTI2, v3d, panfrost)
GL_ARB_instanced_arrays DONE (etnaviv/HALTI2, v3d, panfrost, asahi)
GL_ARB_vertex_type_2_10_10_10_rev DONE (v3d, panfrost, asahi)