u_blitter: add a msaa parameter to util_blitter_clear
authorPierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Mon, 22 Jul 2019 14:14:20 +0000 (16:14 +0200)
committerMarek Olšák <marek.olsak@amd.com>
Tue, 23 Jul 2019 18:42:20 +0000 (14:42 -0400)
commite9cf8c1d3010e9eada5a7921239ad7895f249b5c
treef1fc5d01e6d21a64650af3cd9e2bae5ae5dc36de
parentd811446e6cf0a3e9ad0cc4f5898db33031698c32
u_blitter: add a msaa parameter to util_blitter_clear

Fixes: ea5b7de138b ("radeonsi: make gl_SampleMaskIn = 0x1 when MSAA is disabled")
Tested-by: Michel Dänzer <michel.daenzer@amd.com>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
src/gallium/auxiliary/util/u_blitter.c
src/gallium/auxiliary/util/u_blitter.h
src/gallium/drivers/r300/r300_blit.c
src/gallium/drivers/r600/r600_blit.c
src/gallium/drivers/radeonsi/si_clear.c
src/gallium/drivers/svga/svga_pipe_clear.c
src/gallium/drivers/v3d/v3dx_draw.c
src/gallium/drivers/vc4/vc4_draw.c