mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 16:08:04 +02:00
freedreno/regs/mdp_common: change BPC1 -> BPC4
This enum value corresponds to 4-bits colour instead of 1-bit colour. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26471>
This commit is contained in:
parent
d05e81fa7f
commit
80816f210d
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ xsi:schemaLocation="http://nouveau.freedesktop.org/ rules-ng.xsd">
|
|||
|
||||
<enum name="mdp_bpc">
|
||||
<brief>bits per component (non-alpha channel)</brief>
|
||||
<value name="BPC1" value="0"/> <!-- 1 bit -->
|
||||
<value name="BPC4" value="0"/> <!-- 4 bits -->
|
||||
<value name="BPC5" value="1"/> <!-- 2 bits -->
|
||||
<value name="BPC6" value="2"/> <!-- 6 bits -->
|
||||
<value name="BPC8" value="3"/> <!-- 8 bits -->
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue