mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-31 01:10:16 +01:00
nir/spirv: Claim support for SampleRateShading
We already support all of the decorations that require this capability. Signed-off-by: Jason Ekstrand <jason@jlekstrand.net> Reviewed-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
parent
7c48622581
commit
a529644889
1 changed files with 1 additions and 1 deletions
|
|
@ -2449,6 +2449,7 @@ vtn_handle_preamble_instruction(struct vtn_builder *b, SpvOp opcode,
|
|||
case SpvCapabilityDerivativeControl:
|
||||
case SpvCapabilityInterpolationFunction:
|
||||
case SpvCapabilityMultiViewport:
|
||||
case SpvCapabilitySampleRateShading:
|
||||
break;
|
||||
|
||||
case SpvCapabilityClipDistance:
|
||||
|
|
@ -2468,7 +2469,6 @@ vtn_handle_preamble_instruction(struct vtn_builder *b, SpvOp opcode,
|
|||
case SpvCapabilityImageGatherExtended:
|
||||
case SpvCapabilityStorageImageMultisample:
|
||||
case SpvCapabilityImageCubeArray:
|
||||
case SpvCapabilitySampleRateShading:
|
||||
case SpvCapabilityInt8:
|
||||
case SpvCapabilityInputAttachment:
|
||||
case SpvCapabilitySparseResidency:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue