mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-19 04:08:25 +02:00
panfrost: Extend SPD size
There is software-defined state at the end we don't need. Model in the XML for correct behaviour. Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15204>
This commit is contained in:
parent
0136545d16
commit
52ccd21e6b
1 changed files with 1 additions and 1 deletions
|
|
@ -813,7 +813,7 @@
|
|||
<field name="R63" size="1" start="0:15" type="bool"/>
|
||||
</struct>
|
||||
|
||||
<struct name="Shader Program" align="32">
|
||||
<struct name="Shader Program" size="8" align="32">
|
||||
<field name="Type" size="4" start="0:0" type="Descriptor Type" default="Shader"/>
|
||||
<field name="Stage" size="4" start="0:4" type="Shader stage"/>
|
||||
<field name="Primary shader" size="1" start="0:8" type="bool"/>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue