etnaviv: Add support for ARB_vertex_type_2_10_10_10_rev
This extension seems to be supported on GC3000 (HALTI2) and later hardware. While no explicit feature bit documents this capability, testing confirms that the required vertex formats work correctly on these GPUs. This patch adds the missing B10G10R10A2 vertex format variants (UNORM, SNORM, USCALED, SSCALED), gates support behind the HALTI2 feature check, and updates features.txt to reflect the new capability. All relevant piglit tests pass. Signed-off-by: Christian Gmeiner <cgmeiner@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38446>
This commit is contained in:
committed by
Marge Bot
parent
401b2066b0
commit
adf881cd3e
@@ -108,7 +108,7 @@ GL 3.3, GLSL 3.30 --- all DONE: freedreno, nv50, nvc0, r600, radeonsi, llvmpipe,
|
||||
GL_ARB_texture_swizzle DONE (v3d, vc4, panfrost, lima, etnaviv/HALTI0)
|
||||
GL_ARB_timer_query DONE (panfrost, v3d)
|
||||
GL_ARB_instanced_arrays DONE (etnaviv/HALTI2, v3d, panfrost)
|
||||
GL_ARB_vertex_type_2_10_10_10_rev DONE (v3d, panfrost)
|
||||
GL_ARB_vertex_type_2_10_10_10_rev DONE (v3d, panfrost, etnaviv/HALTI2)
|
||||
|
||||
|
||||
GL 4.0, GLSL 4.00 --- all DONE: freedreno/a6xx, nvc0, r600, radeonsi, llvmpipe, virgl, zink, d3d12, iris, crocus/gen7+, asahi
|
||||
|
||||
Reference in New Issue
Block a user