mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 13:48:06 +02:00
genxml: Add a new 3DSTATE_SF field on gen12
Cc: mesa-stable@lists.freedesktop.org
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3454>
(cherry picked from commit 9da9abf8a7)
This commit is contained in:
parent
102aa6d549
commit
6c0b18c5d1
2 changed files with 6 additions and 1 deletions
|
|
@ -247,7 +247,7 @@
|
|||
"description": "genxml: Add a new 3DSTATE_SF field on gen12",
|
||||
"nominated": true,
|
||||
"nomination_type": 0,
|
||||
"resolution": 0,
|
||||
"resolution": 1,
|
||||
"master_sha": null,
|
||||
"because_sha": null
|
||||
},
|
||||
|
|
|
|||
|
|
@ -2528,6 +2528,11 @@
|
|||
<value name="2.0 pixels" value="2"/>
|
||||
<value name="4.0 pixels" value="3"/>
|
||||
</field>
|
||||
<field name="Deref Block Size" start="93" end="94" type="uint">
|
||||
<value name="Block Deref Size 32" value="0"/>
|
||||
<value name="Per Poly Deref Mode" value="1"/>
|
||||
<value name="Block Deref Size 8" value="2"/>
|
||||
</field>
|
||||
<field name="Point Width" start="96" end="106" type="u8.3"/>
|
||||
<field name="Point Width Source" start="107" end="107" type="uint">
|
||||
<value name="Vertex" value="0"/>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue