summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_blit.c
diff options
context:
space:
mode:
authorKeith Whitwell <keithw@vmware.com>2010-03-15 10:24:55 +0000
committerKeith Whitwell <keithw@vmware.com>2010-03-15 10:24:55 +0000
commit506130fff5685742d280bde8800be036c8e8ebfa (patch)
treefbfa5afedf1a6d3b18051f5c278dcecc2baa07db /src/gallium/drivers/r300/r300_blit.c
parent42910ebe7b9748c0ecb6a597bae3e7d43c7e170f (diff)
r300g: fix up after merge
Diffstat (limited to 'src/gallium/drivers/r300/r300_blit.c')
-rw-r--r--src/gallium/drivers/r300/r300_blit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/drivers/r300/r300_blit.c b/src/gallium/drivers/r300/r300_blit.c
index a60b12844d..f99f9dffaa 100644
--- a/src/gallium/drivers/r300/r300_blit.c
+++ b/src/gallium/drivers/r300/r300_blit.c
@@ -114,8 +114,8 @@ static void r300_hw_copy(struct pipe_context* pipe,
r300->blitter, state->sampler_count, (void**)state->sampler_states);
util_blitter_save_fragment_sampler_views(
- r300->blitter, r300->fragment_sampler_view_count,
- r300->fragment_sampler_views);
+ r300->blitter, state->texture_count,
+ state->fragment_sampler_views);
/* Do a copy */
util_blitter_copy(r300->blitter,