radv: enable DGC IES for compute with ESO
This was supposed to be enabled. Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32484>
This commit is contained in:
committed by
Marge Bot
parent
e26a383ee8
commit
e73fdac9a6
@@ -1948,7 +1948,7 @@ radv_get_physical_device_properties(struct radv_physical_device *pdev)
|
||||
.supportedIndirectCommandsShaderStages =
|
||||
VK_SHADER_STAGE_ALL_GRAPHICS | VK_SHADER_STAGE_COMPUTE_BIT | taskmesh_stages | rt_stages,
|
||||
.supportedIndirectCommandsShaderStagesPipelineBinding = VK_SHADER_STAGE_COMPUTE_BIT,
|
||||
.supportedIndirectCommandsShaderStagesShaderBinding = 0,
|
||||
.supportedIndirectCommandsShaderStagesShaderBinding = VK_SHADER_STAGE_COMPUTE_BIT,
|
||||
.deviceGeneratedCommandsTransformFeedback = true,
|
||||
.deviceGeneratedCommandsMultiDrawIndirectCount = true,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user