diff options
author | Marek Olšák <[email protected]> | 2013-05-29 15:35:38 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2013-06-13 03:54:13 +0200 |
commit | 17350ea979b883662573dac136cd9efb49938210 (patch) | |
tree | 3aa0e357a580e16e188c53551893eb29b0a3ab34 /src/gallium/drivers/r300/r300_blit.c | |
parent | de1c38299ceb3160ed0c163d4dd8944ec6589a7f (diff) |
gallium/u_blitter: make clearing independent of the number of bound colorbuffers
We can use the fragment shader TGSI property WRITES_ALL_CBUFS.
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/gallium/drivers/r300/r300_blit.c')
-rw-r--r-- | src/gallium/drivers/r300/r300_blit.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/r300/r300_blit.c b/src/gallium/drivers/r300/r300_blit.c index 76f83273cf2..6cac5678485 100644 --- a/src/gallium/drivers/r300/r300_blit.c +++ b/src/gallium/drivers/r300/r300_blit.c @@ -369,7 +369,6 @@ static void r300_clear(struct pipe_context* pipe, util_blitter_clear(r300->blitter, width, height, - fb->nr_cbufs, buffers, cformat, color, depth, stencil); r300_blitter_end(r300); } else if (r300->zmask_clear.dirty || |