mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-08 06:20:19 +01:00
pvr: csbgen: Remove TEXTURE_WRAP_VARYING-dependent fields
This patch removes all fields dependent on the TEXTURE_WRAP_VARYING, feature which is not currently supported. It also removes STATE_PPP_CTRL.trp which is conditional on another unused feature. Signed-off-by: Matt Coster <matt.coster@imgtec.com> Reviewed-by: Karmjit Mahil <Karmjit.Mahil@imgtec.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18948>
This commit is contained in:
parent
01f9601b02
commit
97e54d69a9
1 changed files with 0 additions and 11 deletions
|
|
@ -215,9 +215,6 @@ SOFTWARE.
|
|||
</struct>
|
||||
|
||||
<struct name="STATE_VARYING0" length="1">
|
||||
<condition type="if" check="TEXTURE_WRAP_VARYING"/>
|
||||
<field name="f32_linear_wrap" start="24" end="31" type="uint"/>
|
||||
<condition type="endif" check="TEXTURE_WRAP_VARYING"/>
|
||||
<field name="f32_npc" start="16" end="23" type="uint"/>
|
||||
<field name="f32_flat" start="8" end="15" type="uint"/>
|
||||
<field name="f32_linear" start="0" end="7" type="uint"/>
|
||||
|
|
@ -227,17 +224,10 @@ SOFTWARE.
|
|||
<field name="f16_npc" start="24" end="31" type="uint"/>
|
||||
<field name="f16_flat" start="16" end="23" type="uint"/>
|
||||
<field name="f16_linear" start="8" end="15" type="uint"/>
|
||||
<condition type="if" check="TEXTURE_WRAP_VARYING"/>
|
||||
<field name="f32_npc_wrap" start="0" end=" 7" type="uint"/>
|
||||
<condition type="endif" check="TEXTURE_WRAP_VARYING"/>
|
||||
</struct>
|
||||
|
||||
<struct name="STATE_VARYING2" length="1">
|
||||
<field name="output_clip_planes" start="16" end="19" type="uint"/>
|
||||
<condition type="if" check="TEXTURE_WRAP_VARYING"/>
|
||||
<field name="f16_npc_wrap" start="8" end="15" type="uint"/>
|
||||
<field name="f16_linear_wrap" start="0" end="7" type="uint"/>
|
||||
<condition type="endif" check="TEXTURE_WRAP_VARYING"/>
|
||||
</struct>
|
||||
|
||||
<struct name="STATE_TERMINATE0" length="1">
|
||||
|
|
@ -333,7 +323,6 @@ SOFTWARE.
|
|||
</struct>
|
||||
|
||||
<struct name="STATE_PPP_CTRL" length="1">
|
||||
<field name="trp" start="16" end="16" type="bool"/>
|
||||
<field name="prim_msaa" start="15" end="15" type="bool"/>
|
||||
<field name="gs_output_topology" start="13" end="14" type="GS_OUTPUT_TOPOLOGY"/>
|
||||
<field name="pres_prim_id" start="12" end="12" type="bool"/>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue