You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Revert "[dawn][vk] Fix uses of pipeline robustness when robustness is disabled."
This reverts commit 20039ea.
Reason for revert: breaks the roll into g3, revert before investigating.
Original change's description:
> [dawn][vk] Fix uses of pipeline robustness when robustness is disabled.
>
> When Dawn's robustness is disabled we use pipeline robustness to tell
> the driver to not do any robustness if it can, so we still need to
> enable the Vulkan extension in that case, to allow passing
> VK_PIPELINE_ROBUSTNESS_BUFFER_BEHAVIOR_DISABLED_EXT.
>
> When robustness is disabled we also need to skip setting the
> VulkanUse*RobustAccess2 toggles since the relevant features are not
> enabled, which would cause a VVL error when they make pipeline
> robustness request "robust access 2".
>
> Fixed: 443940959
> Change-Id: Icb91b2b316b2a543240e5522f9d631862a7cd8a8
> Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/261175
> Reviewed-by: Kyle Charbonneau <[email protected]>
> Commit-Queue: Corentin Wallez <[email protected]>
> Reviewed-by: Brandon Jones <[email protected]>
# Not skipping CQ checks because original CL landed > 1 day ago.
Change-Id: Ibc9175d462fbd840f621b5350c55a0a39cf11acd
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/264694
Commit-Queue: Loko Kung <[email protected]>
Reviewed-by: Corentin Wallez <[email protected]>
Reviewed-by: Loko Kung <[email protected]>
0 commit comments