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:
parent
72a7d7d7a8
commit
0af1bdfaa0
1 changed files with 3 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue