i915g: Ignore the new SEPARABLE_PROGRAM property.

We didn't need to know about it before, and we still don't.

Fixes: b634030542 ("tgsi: Add SEPARABLE_PROGRAM property")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16845>
This commit is contained in:
Emma Anholt 2022-06-02 15:59:43 -07:00 committed by Marge Bot
parent 72a7d7d7a8
commit 0af1bdfaa0

View file

@ -850,7 +850,9 @@ i915_translate_token(struct i915_fp_compile *p,
token->FullProperty.Property.PropertyName ==
TGSI_PROPERTY_FS_COORD_PIXEL_CENTER ||
token->FullProperty.Property.PropertyName ==
TGSI_PROPERTY_FS_COLOR0_WRITES_ALL_CBUFS);
TGSI_PROPERTY_FS_COLOR0_WRITES_ALL_CBUFS ||
token->FullProperty.Property.PropertyName ==
TGSI_PROPERTY_SEPARABLE_PROGRAM);
break;
case TGSI_TOKEN_TYPE_DECLARATION: