summaryrefslogtreecommitdiffstats
path: root/src/intel/genxml/gen4.xml
diff options
context:
space:
mode:
authorJason Ekstrand <[email protected]>2017-05-11 19:00:45 -0700
committerJason Ekstrand <[email protected]>2017-05-26 07:58:01 -0700
commit3f8ee8c703b08868cc101b0554bba388f6105be9 (patch)
tree0e902eca506117cd93f75eaf4c6e02ab7c27ce43 /src/intel/genxml/gen4.xml
parent0ee1ef0cbbd82c413a38a158ed6643fb1c580004 (diff)
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 <[email protected]>
Diffstat (limited to 'src/intel/genxml/gen4.xml')
-rw-r--r--src/intel/genxml/gen4.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intel/genxml/gen4.xml b/src/intel/genxml/gen4.xml
index 0d6812558f6..c7af4547042 100644
--- a/src/intel/genxml/gen4.xml
+++ b/src/intel/genxml/gen4.xml
@@ -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"/>