mesa/docs/relnotes/new_features.txt
Iago Toral Quiroga c2200a410b v3dv: expose VK_KHR_shader_integer_dot_product
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>
2023-01-11 11:23:14 +00:00

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