asahi: drop PBE default
this changes null PBE to use 1d instead of 2d, this should be ok and is consistent with texturing. Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31908>
This commit is contained in:
@@ -205,7 +205,7 @@
|
||||
</enum>
|
||||
|
||||
<struct name="PBE" size="24">
|
||||
<field name="Dimension" size="4" start="0" type="Texture dimension" default="2D"/>
|
||||
<field name="Dimension" size="4" start="0" type="Texture dimension"/>
|
||||
<field name="Layout" size="2" start="4" type="Layout"/>
|
||||
<field name="Channels" size="7" start="6" type="Channels"/>
|
||||
<field name="Type" size="3" start="13" type="Texture Type"/>
|
||||
|
||||
Reference in New Issue
Block a user