From 3f584c211a0587c4cf5e6d36275390cd7181b5c8 Mon Sep 17 00:00:00 2001 From: Marek Olšák Date: Fri, 11 Jan 2013 17:10:36 +0100 Subject: r300g: random hyperz cleanups --- src/gallium/drivers/r300/r300_blit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gallium/drivers/r300/r300_blit.c') 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; -- cgit v1.2.3