mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-29 16:40:13 +01:00
NIR will automatically lower all of these opcodes unless the driver specifies that it can handle them natively. We don't have any hardware support for any of these opcodes though, so we just let NIR lower all of them. Reviewed-by: Alejandro Piñeiro <apinheiro@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20639>
9 lines
446 B
Text
9 lines
446 B
Text
VK_EXT_descriptor_buffer on RADV
|
|
VK_AMD_shader_early_and_late_fragment_tests on RADV
|
|
VK_AMD_shader_explicit_vertex_parameter on RADV/RDNA3
|
|
VK_EXT_swapchain_colorspace on RADV
|
|
Enabled VK_EXT_mesh_shader by default on RADV/RDNA2
|
|
Implemented more VK_EXT_dynamic_state3 features on RADV
|
|
Various raytracing, graphics pipeline library and RDNA3 improvements on RADV
|
|
Radeon Memory Visualizer support with RADV.
|
|
VK_KHR_shader_integer_dot_product on V3DV
|