summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300/r300_blit.c
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2012-08-13 23:37:30 +0200
committerMarek Olšák <[email protected]>2012-08-15 19:20:58 +0200
commite0cc61bd91f5ef84bacaf5e7c6cda9eeefed478d (patch)
tree40bf40feb4332d2be8ff13eda134d2f349331662 /src/gallium/drivers/r300/r300_blit.c
parentb3b5bb9ddb05989b2dc5fc17f88491bbd0e6ecac (diff)
gallium/u_blitter: document custom meta helpers
Diffstat (limited to 'src/gallium/drivers/r300/r300_blit.c')
-rw-r--r--src/gallium/drivers/r300/r300_blit.c2
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 1053706ad57..f2c67c0a113 100644
--- a/src/gallium/drivers/r300/r300_blit.c
+++ b/src/gallium/drivers/r300/r300_blit.c
@@ -398,7 +398,7 @@ void r300_decompress_zmask(struct r300_context *r300)
r300_mark_atom_dirty(r300, &r300->hyperz_state);
r300_blitter_begin(r300, R300_DECOMPRESS);
- util_blitter_clear_depth_custom(r300->blitter, fb->width, fb->height, 0,
+ util_blitter_custom_clear_depth(r300->blitter, fb->width, fb->height, 0,
r300->dsa_decompress_zmask);
r300_blitter_end(r300);