diff options
author | Kenneth Graunke <[email protected]> | 2017-05-04 11:03:47 -0700 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2017-05-04 16:17:34 -0700 |
commit | 31f094e6911bea91df72fb200aaa05b553e0302d (patch) | |
tree | 0c4e0fa17f6fa7235f4da1c7f23a171cf92ac8fc /src/intel/genxml | |
parent | 194d9b27cc3fb49753a8ae41a322f8903f4e06cd (diff) |
i965: Fix line width on Cherryview.
We just add another field to gen8.xml for the Cherryview line width,
rather than trying to replicate the gymnastics done in the Vulkan
driver to use gen9 SF pack functions.
Reviewed-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'src/intel/genxml')
-rw-r--r-- | src/intel/genxml/gen8.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/intel/genxml/gen8.xml b/src/intel/genxml/gen8.xml index c57ddb41a16..13924665601 100644 --- a/src/intel/genxml/gen8.xml +++ b/src/intel/genxml/gen8.xml @@ -2032,6 +2032,7 @@ <field name="Legacy Global Depth Bias Enable" start="43" end="43" type="bool"/> <field name="Statistics Enable" start="42" end="42" type="bool"/> <field name="Viewport Transform Enable" start="33" end="33" type="bool"/> + <field name="CHV Line Width" start="44" end="61" type="u11.7"/> <field name="Line Width" start="82" end="91" type="u3.7"/> <field name="Line End Cap Antialiasing Region Width" start="80" end="81" type="uint"> <value name="0.5 pixels" value="0"/> |