mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 13:58:04 +02:00
r600g: fix typo in tiling setup cb code.
This commit is contained in:
parent
a1b7333c07
commit
69f8eebe72
1 changed files with 1 additions and 1 deletions
|
|
@ -974,7 +974,7 @@ static void r600_cb(struct r600_pipe_context *rctx, struct r600_pipe_state *rsta
|
|||
swap = r600_translate_colorswap(rtex->resource.base.b.format);
|
||||
color_info = S_0280A0_FORMAT(format) |
|
||||
S_0280A0_COMP_SWAP(swap) |
|
||||
S_0280A0_ARRAY_MODE(rtex->array_mode);
|
||||
S_0280A0_ARRAY_MODE(rtex->array_mode) |
|
||||
S_0280A0_BLEND_CLAMP(1) |
|
||||
S_0280A0_NUMBER_TYPE(ntype);
|
||||
if (desc->colorspace != UTIL_FORMAT_COLORSPACE_ZS)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue