intel/genxml: set a default value for "Pixel Position Offset Enable" in genxml

Set the default value for "Pixel Position Offset Enable" when emitting
3DSTATE_MULTISAMPLE in the genxml so that we can drop it from blorp
and genX_state.

Signed-off-by: Rohan Garg <rohan.garg@intel.com>
Reviewed-by: Sagar Ghuge <sagar.ghuge@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23936>
This commit is contained in:
Rohan Garg
2023-06-29 19:10:10 +02:00
committed by Marge Bot
parent e6f0819806
commit 614efeeafe
7 changed files with 9 additions and 25 deletions
+1 -1
View File
@@ -1745,7 +1745,7 @@
<value name="CENTER" value="0" />
<value name="UL_CORNER" value="1" />
</field>
<field name="Pixel Position Offset Enable" start="37" end="37" type="bool" />
<field name="Pixel Position Offset Enable" start="37" end="37" type="bool" default="0" />
</instruction>
<instruction name="3DSTATE_POLY_STIPPLE_OFFSET" bias="2" length="2" engine="render">
<field name="DWord Length" start="0" end="7" type="uint" default="0" />