intel/genxml: Rename the CC_VIEWPORT pointer on gen4-5

It isn't a pointer to "color calc state", that's the packet it's in.
It's a pointer to the CC viewport state.

Reviewed-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
This commit is contained in:
Jason Ekstrand 2017-05-11 19:00:45 -07:00
parent 0ee1ef0cbb
commit 3f8ee8c703
3 changed files with 3 additions and 3 deletions

View File

@ -431,7 +431,7 @@
<field name="Color Buffer Blend Enable" start="108" end="108" type="bool"/>
<field name="Alpha Test Enable" start="107" end="107" type="bool"/>
<field name="Alpha Test Function" start="104" end="106" type="3D_Compare_Function"/>
<field name="Color Calc State Pointer" start="133" end="159" type="address"/>
<field name="CC Viewport State Pointer" start="133" end="159" type="address"/>
<field name="Color Dither Enable" start="191" end="191" type="bool"/>
<field name="Round Disable Function Disable" start="190" end="190" type="bool"/>
<field name="Logic Op Function" start="176" end="179" type="3D_Logic_Op_Function"/>

View File

@ -432,7 +432,7 @@
<field name="Color Buffer Blend Enable" start="108" end="108" type="bool"/>
<field name="Alpha Test Enable" start="107" end="107" type="bool"/>
<field name="Alpha Test Function" start="104" end="106" type="3D_Compare_Function"/>
<field name="Color Calc State Pointer" start="133" end="159" type="address"/>
<field name="CC Viewport State Pointer" start="133" end="159" type="address"/>
<field name="Color Dither Enable" start="191" end="191" type="bool"/>
<field name="Round Disable Function Disable" start="190" end="190" type="bool"/>
<field name="Logic Op Function" start="176" end="179" type="3D_Logic_Op_Function"/>

View File

@ -430,7 +430,7 @@
<field name="Color Buffer Blend Enable" start="108" end="108" type="bool"/>
<field name="Alpha Test Enable" start="107" end="107" type="bool"/>
<field name="Alpha Test Function" start="104" end="106" type="3D_Compare_Function"/>
<field name="Color Calc State Pointer" start="133" end="159" type="address"/>
<field name="CC Viewport State Pointer" start="133" end="159" type="address"/>
<field name="Color Dither Enable" start="191" end="191" type="bool"/>
<field name="Round Disable Function Disable" start="190" end="190" type="bool"/>
<field name="Logic Op Function" start="176" end="179" type="3D_Logic_Op_Function"/>