mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-27 06:10:13 +01:00
vc4: Fix perf debug formatting on partial Z/S clear.
This commit is contained in:
parent
7c7bcbbc7d
commit
ee577e7fa7
1 changed files with 1 additions and 1 deletions
|
|
@ -489,7 +489,7 @@ vc4_clear(struct pipe_context *pctx, unsigned buffers,
|
|||
(buffers & PIPE_CLEAR_DEPTHSTENCIL) != PIPE_CLEAR_DEPTHSTENCIL &&
|
||||
util_format_is_depth_and_stencil(vc4->framebuffer.zsbuf->format)) {
|
||||
perf_debug("Partial clear of Z+stencil buffer, drawing a quad "
|
||||
"instead of fast clearing");
|
||||
"instead of fast clearing\n");
|
||||
vc4_blitter_save(vc4);
|
||||
util_blitter_clear(vc4->blitter,
|
||||
vc4->framebuffer.width,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue