nv50/ir: ignore FS_BLEND_EQUATION_ADVANCED
It's unsupported, but gets set unconditionally by the state tracker, even when fbfetch is to be used. Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu> Reviewed-by: Karol Herbst <kherbst@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8461>
This commit is contained in:
@@ -1180,6 +1180,7 @@ void Source::scanProperty(const struct tgsi_full_property *prop)
|
||||
case TGSI_PROPERTY_FS_COORD_PIXEL_CENTER:
|
||||
case TGSI_PROPERTY_FS_DEPTH_LAYOUT:
|
||||
case TGSI_PROPERTY_GS_INPUT_PRIM:
|
||||
case TGSI_PROPERTY_FS_BLEND_EQUATION_ADVANCED:
|
||||
// we don't care
|
||||
break;
|
||||
case TGSI_PROPERTY_VS_PROHIBIT_UCPS:
|
||||
|
||||
Reference in New Issue
Block a user