mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-31 15:40:24 +01:00
gallium/aux/util: Trivial, we already have format use it
No need to dereference again, fixup for clarity. Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com> Signed-off-by: Marek Olšák <marek.olsak@amd.com>
This commit is contained in:
parent
5294debfa4
commit
a5055e2f86
1 changed files with 1 additions and 1 deletions
|
|
@ -397,7 +397,7 @@ util_clear_render_target(struct pipe_context *pipe,
|
|||
}
|
||||
}
|
||||
else {
|
||||
util_pack_color(color->f, dst->format, &uc);
|
||||
util_pack_color(color->f, format, &uc);
|
||||
}
|
||||
|
||||
util_fill_box(dst_map, dst->format,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue