mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 13:58:04 +02:00
pan/bi: Fix write_mask size
We really need to stop tying the IR to Bifrost...
Fixes: 3c817ed511 ("pan/bi: Model Valhall texture instructions")
Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15586>
This commit is contained in:
parent
12edaae64a
commit
ac5eb4934b
1 changed files with 3 additions and 3 deletions
|
|
@ -8435,7 +8435,7 @@
|
|||
<opt>3d</opt>
|
||||
<opt>cube</opt>
|
||||
</mod>
|
||||
<mod name="write_mask" start="9" size="2">
|
||||
<mod name="write_mask" start="9" size="4">
|
||||
<opt>none</opt>
|
||||
<opt>r</opt>
|
||||
<opt>g</opt>
|
||||
|
|
@ -8483,7 +8483,7 @@
|
|||
<opt>3d</opt>
|
||||
<opt>cube</opt>
|
||||
</mod>
|
||||
<mod name="write_mask" start="9" size="2">
|
||||
<mod name="write_mask" start="9" size="4">
|
||||
<opt>none</opt>
|
||||
<opt>r</opt>
|
||||
<opt>g</opt>
|
||||
|
|
@ -8532,7 +8532,7 @@
|
|||
<opt>3d</opt>
|
||||
<opt>cube</opt>
|
||||
</mod>
|
||||
<mod name="write_mask" start="9" size="2">
|
||||
<mod name="write_mask" start="9" size="4">
|
||||
<opt>none</opt>
|
||||
<opt>r</opt>
|
||||
<opt>g</opt>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue