mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 07:08:04 +02:00
freedreno/registers: fix a6xx_2d_blit_cntl ROTATE
A change fromb7093882got overwritten by610c8c93Fixes:610c8c93("freedreno/registers: Update with GS, HS and DS registers") Signed-off-by: Jonathan Marek <jonathan@marek.ca> Reviewed-by: Rob Clark <robdclark@gmail.com> (cherry picked from commit75e58d1fae)
This commit is contained in:
parent
79610494f9
commit
3b8461cf16
1 changed files with 1 additions and 2 deletions
|
|
@ -2006,8 +2006,7 @@ to upconvert to 32b float internally?
|
|||
</enum>
|
||||
|
||||
<bitset name="a6xx_2d_blit_cntl" inline="yes">
|
||||
<bitfield name="ROTATE" low="0" high="1" type="a6xx_rotation"/>
|
||||
<bitfield name="HORIZONTAL_FLIP" low="2" high="2" type="boolean"/>
|
||||
<bitfield name="ROTATE" low="0" high="2" type="a6xx_rotation"/>
|
||||
<bitfield name="SOLID_COLOR" pos="7" type="boolean"/>
|
||||
<bitfield name="COLOR_FORMAT" low="8" high="15" type="a6xx_color_fmt"/>
|
||||
<bitfield name="SCISSOR" pos="16" type="boolean"/>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue