diff options
author | Marek Olšák <[email protected]> | 2013-01-11 17:10:36 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2013-01-14 03:11:42 +0100 |
commit | 3f584c211a0587c4cf5e6d36275390cd7181b5c8 (patch) | |
tree | 5e0dde128167d181415b3ea6ffdef2d75f513fec /src/gallium/drivers/r300/r300_blit.c | |
parent | 4d6faf51755d2f8492a1b46e9b5d03ff7e8f4871 (diff) |
r300g: random hyperz cleanups
Diffstat (limited to 'src/gallium/drivers/r300/r300_blit.c')
-rw-r--r-- | src/gallium/drivers/r300/r300_blit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/r300/r300_blit.c b/src/gallium/drivers/r300/r300_blit.c index 46578318af2..29537643542 100644 --- a/src/gallium/drivers/r300/r300_blit.c +++ b/src/gallium/drivers/r300/r300_blit.c @@ -237,7 +237,7 @@ static void r300_clear(struct pipe_context* pipe, uint32_t height = fb->height; uint32_t hyperz_dcv = hyperz->zb_depthclearvalue; - /* Enable fast Z clear. + /* Use fast Z clear. * The zbuffer must be in micro-tiled mode, otherwise it locks up. */ if (buffers & PIPE_CLEAR_DEPTHSTENCIL) { boolean zmask_clear, hiz_clear; |