intel/genxml: Add missing fields to CLIP_STATE on gen4-5.

These fields are set by brw_clip_unit, so we need them when converting to
genxml.

Signed-off-by: Rafael Antognolli <rafael.antognolli@intel.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
Rafael Antognolli 2017-06-08 12:31:10 -07:00
parent faa4f5c42d
commit 19d1defcd5
2 changed files with 2 additions and 0 deletions

View File

@ -379,6 +379,7 @@
<field name="Viewport XY ClipTest Enable" start="188" end="188" type="bool"/>
<field name="Viewport Z ClipTest Enable" start="187" end="187" type="bool"/>
<field name="Guardband ClipTest Enable" start="186" end="186" type="bool"/>
<field name="Negative W ClipTest Enable" start="185" end="185" type="bool"/>
<field name="UserClipFlags MustClip Enable" start="184" end="184" type="bool"/>
<field name="UserClipFlags ClipTest Enable Bitmask" start="176" end="183" type="bool"/>
<field name="Clip Mode" start="173" end="175" type="uint" prefix="CLIPMODE">

View File

@ -377,6 +377,7 @@
<field name="Viewport XY ClipTest Enable" start="188" end="188" type="bool"/>
<field name="Viewport Z ClipTest Enable" start="187" end="187" type="bool"/>
<field name="Guardband ClipTest Enable" start="186" end="186" type="bool"/>
<field name="Negative W ClipTest Enable" start="185" end="185" type="bool"/>
<field name="UserClipFlags MustClip Enable" start="184" end="184" type="bool"/>
<field name="UserClipFlags ClipTest Enable Bitmask" start="176" end="183" type="bool"/>
<field name="Clip Mode" start="173" end="175" type="uint" prefix="CLIPMODE">