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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user