About Social Code
aboutsummaryrefslogtreecommitdiff
path: root/src/intel/vulkan
diff options
context:
space:
mode:
authorLionel Landwerlin <lionel.g.landwerlin@intel.com>2025-11-05 11:43:54 +0200
committerMarge Bot <marge-bot@fdo.invalid>2025-11-05 21:03:45 +0000
commit9c5b0c28ee2a19218e390718dce0d25d14825990 (patch)
tree30a9112fa5c4fa6e087d7d931d2be6f0b11118c5 /src/intel/vulkan
parentbb532a7a39c92bc10fb098d37ab577070f0e1652 (diff)
anv: enable accelerationStructureCaptureReplay
This should work just like any other buffer capture/replay. Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Sagar Ghuge <sagar.ghuge@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38255>
Diffstat (limited to 'src/intel/vulkan')
-rw-r--r--src/intel/vulkan/anv_physical_device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intel/vulkan/anv_physical_device.c b/src/intel/vulkan/anv_physical_device.c
index c2d16511a6d..248b1942c9c 100644
--- a/src/intel/vulkan/anv_physical_device.c
+++ b/src/intel/vulkan/anv_physical_device.c
@@ -573,7 +573,7 @@ get_features(const struct anv_physical_device *pdevice,
/* VK_KHR_acceleration_structure */
.accelerationStructure = rt_enabled,
- .accelerationStructureCaptureReplay = false, /* TODO */
+ .accelerationStructureCaptureReplay = true,
.accelerationStructureIndirectBuild = false, /* TODO */
.accelerationStructureHostCommands = false,
.descriptorBindingAccelerationStructureUpdateAfterBind = rt_enabled,