summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorIago Toral Quiroga <itoral@igalia.com>2023-01-11 11:25:59 +0100
committerMarge Bot <emma+marge@anholt.net>2023-01-11 11:23:14 +0000
commitc2200a410bfa5490d25099572fd548023aac17f3 (patch)
treeddc08a29273b15a003a7b0733bee23faa0c1f6ce /docs
parent22ef66bcc96d14c70a501e36f50f01e71d84b430 (diff)
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>
Diffstat (limited to 'docs')
-rw-r--r--docs/features.txt2
-rw-r--r--docs/relnotes/new_features.txt1
2 files changed, 2 insertions, 1 deletions
diff --git a/docs/features.txt b/docs/features.txt
index e92182f1a3c..e5efeb06863 100644
--- a/docs/features.txt
+++ b/docs/features.txt
@@ -477,7 +477,7 @@ Vulkan 1.3 -- all DONE: anv, radv, tu, lvp, vn
VK_KHR_dynamic_rendering DONE (anv, dzn, lvp, radv, tu, vn)
VK_KHR_format_feature_flags2 DONE (anv, lvp, radv, tu, v3dv, vn)
VK_KHR_maintenance4 DONE (anv, lvp, radv, tu, v3dv, vn)
- VK_KHR_shader_integer_dot_product DONE (anv, lvp, radv, tu, vn)
+ VK_KHR_shader_integer_dot_product DONE (anv, lvp, radv, tu, v3dv, vn)
VK_KHR_shader_non_semantic_info DONE (anv, radv, tu, v3dv, vn)
VK_KHR_shader_terminate_invocation DONE (anv, lvp, radv, tu, vn)
VK_KHR_synchronization2 DONE (anv, lvp, panvk, radv, v3dv, tu, vn)
diff --git a/docs/relnotes/new_features.txt b/docs/relnotes/new_features.txt
index 15f8a864627..bbf9e1561fa 100644
--- a/docs/relnotes/new_features.txt
+++ b/docs/relnotes/new_features.txt
@@ -6,3 +6,4 @@ 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