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:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user