freedreno/a6xx: Rename GRAS_2D_BLIT_INFO
It's not actually used for 2d blits, it's supposed to mirror RB_MRT_BUF_INFO[0].COLOR_FORMAT and seems to be used only when rendering to the special planar formats, although the blob name seems to suggest it's connected to LRZ. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6792>
This commit is contained in:
@@ -5471,7 +5471,7 @@ clusters:
|
||||
00000000 GRAS_SC_WINDOW_SCISSOR_BR: { X = 0 | Y = 0 }
|
||||
00000000 GRAS_LRZ_CNTL: { 0 }
|
||||
00000000 GRAS_LRZ_PS_INPUT_CNTL: { FRAGCOORDSAMPLEMODE = FRAGCOORD_CENTER }
|
||||
00000000 GRAS_2D_BLIT_INFO: { COLOR_FORMAT = 0 }
|
||||
00000000 GRAS_LRZ_MRT_BUF_INFO_0: { COLOR_FORMAT = 0 }
|
||||
00000000 GRAS_LRZ_BUFFER_BASE: 0
|
||||
00000000 GRAS_LRZ_BUFFER_BASE_HI: 0
|
||||
00000000 GRAS_LRZ_BUFFER_PITCH: { PITCH = 0 | ARRAY_PITCH = 0 }
|
||||
@@ -5716,7 +5716,7 @@ clusters:
|
||||
00000000 GRAS_SC_WINDOW_SCISSOR_BR: { X = 0 | Y = 0 }
|
||||
00000000 GRAS_LRZ_CNTL: { 0 }
|
||||
00000000 GRAS_LRZ_PS_INPUT_CNTL: { FRAGCOORDSAMPLEMODE = FRAGCOORD_CENTER }
|
||||
00000000 GRAS_2D_BLIT_INFO: { COLOR_FORMAT = 0 }
|
||||
00000000 GRAS_LRZ_MRT_BUF_INFO_0: { COLOR_FORMAT = 0 }
|
||||
00000000 GRAS_LRZ_BUFFER_BASE: 0
|
||||
00000000 GRAS_LRZ_BUFFER_BASE_HI: 0
|
||||
00000000 GRAS_LRZ_BUFFER_PITCH: { PITCH = 0 | ARRAY_PITCH = 0 }
|
||||
|
||||
@@ -1798,7 +1798,7 @@ to upconvert to 32b float internally?
|
||||
<bitfield name="FRAGCOORDSAMPLEMODE" low="1" high="2" type="a6xx_fragcoord_sample_mode"/>
|
||||
</reg32>
|
||||
|
||||
<reg32 offset="0x8102" name="GRAS_2D_BLIT_INFO">
|
||||
<reg32 offset="0x8102" name="GRAS_LRZ_MRT_BUF_INFO_0">
|
||||
<bitfield name="COLOR_FORMAT" low="0" high="7" type="a6xx_format"/>
|
||||
</reg32>
|
||||
<reg64 offset="0x8103" name="GRAS_LRZ_BUFFER_BASE" align="256" type="waddress"/>
|
||||
|
||||
Reference in New Issue
Block a user