From 5473eeeb45468fd200fec49a8506281628a5e4b5 Mon Sep 17 00:00:00 2001 From: Alex Deucher Date: Tue, 14 Jul 2009 14:05:13 -0400 Subject: R3/4/5xx: only upload the bicubic texture once Upload the bicubic texture once during textured video init rather than once per frame. Suggested by Michel Daenzer on IRC. --- src/radeon.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/radeon.h') diff --git a/src/radeon.h b/src/radeon.h index ad9a9088..3c62fd93 100644 --- a/src/radeon.h +++ b/src/radeon.h @@ -999,6 +999,10 @@ typedef struct { Bool cs; #endif + /* Xv bicubic filtering */ + struct radeon_bo *bicubic_bo; + void *bicubic_memory; + int bicubic_offset; } RADEONInfoRec, *RADEONInfoPtr; #define RADEONWaitForFifo(pScrn, entries) \ -- cgit v1.2.3