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:
Ilia Mirkin 2021-01-12 18:41:06 -05:00
parent 9d651d2a0f
commit be7e12d81b
1 changed files with 1 additions and 0 deletions

View File

@ -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: