From 9363a813f1393f7c41c7af961ffc26947ad92572 Mon Sep 17 00:00:00 2001 From: Maciej Cencora Date: Sun, 10 Jan 2010 13:59:39 +0100 Subject: r300: prepare for texcopy code sharing --- src/mesa/drivers/dri/r300/r300_texcopy.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/mesa/drivers/dri/r300/r300_texcopy.c') diff --git a/src/mesa/drivers/dri/r300/r300_texcopy.c b/src/mesa/drivers/dri/r300/r300_texcopy.c index ebc9c05b8a..716a38a0a4 100644 --- a/src/mesa/drivers/dri/r300/r300_texcopy.c +++ b/src/mesa/drivers/dri/r300/r300_texcopy.c @@ -34,7 +34,6 @@ #include "drivers/common/meta.h" #include "radeon_mipmap_tree.h" -#include "r300_blit.h" #include
// TODO: @@ -84,7 +83,7 @@ do_copy_texsubimage(GLcontext *ctx, } /* blit from src buffer to texture */ - return r300_blit(r300, rrb->bo, src_offset, rrb->base.Format, rrb->pitch/rrb->cpp, + return r300->radeon.vtbl.blit(ctx, rrb->bo, src_offset, rrb->base.Format, rrb->pitch/rrb->cpp, rrb->base.Width, rrb->base.Height, x, y, timg->mt->bo, dst_offset, timg->base.TexFormat, timg->base.Width, timg->base.Width, timg->base.Height, -- cgit v1.2.3