summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_context.c
diff options
context:
space:
mode:
authorMarek Olšák <maraeo@gmail.com>2010-05-25 21:28:19 +0200
committerMarek Olšák <maraeo@gmail.com>2010-05-25 23:32:25 +0200
commit59e51d9640c242a7c919472d935a91889c7840c9 (patch)
treee8ab438193f79143a2d3b597f6f6c5000d72574a /src/gallium/drivers/r300/r300_context.c
parent85c55f2cf485644d99adcdc1d256b857f9456d81 (diff)
r300g,util: remove pipe_surface from the util_blitter_fill interface and clean up
Diffstat (limited to 'src/gallium/drivers/r300/r300_context.c')
-rw-r--r--src/gallium/drivers/r300/r300_context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/r300/r300_context.c b/src/gallium/drivers/r300/r300_context.c
index f771e10c64..406b812f6a 100644
--- a/src/gallium/drivers/r300/r300_context.c
+++ b/src/gallium/drivers/r300/r300_context.c
@@ -187,7 +187,7 @@ struct pipe_context* r300_create_context(struct pipe_screen* screen,
r300->context.clear = r300_clear;
r300->context.resource_copy_region = r300_surface_copy;
- r300->context.resource_fill_region = r300_surface_fill;
+ r300->context.resource_fill_region = r300_resource_fill_region;
if (r300screen->caps.has_tcl) {
r300->context.draw_arrays = r300_draw_arrays;