diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2009-07-14 14:05:13 -0400 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2009-07-14 14:05:13 -0400 |
commit | 5473eeeb45468fd200fec49a8506281628a5e4b5 (patch) | |
tree | 03fe2eb2dc8d6c60f229855f57567c11108bdb19 /src/radeon_video.h | |
parent | 0485f27bc3d75cb6ab320e8164dbe6ea2713c78e (diff) |
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.
Diffstat (limited to 'src/radeon_video.h')
-rw-r--r-- | src/radeon_video.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/radeon_video.h b/src/radeon_video.h index aeb6441f..989942c5 100644 --- a/src/radeon_video.h +++ b/src/radeon_video.h @@ -94,8 +94,6 @@ typedef struct { int planev_offset; /* bicubic filtering */ - void *bicubic_memory; - int bicubic_offset; Bool bicubic_enabled; uint32_t bicubic_src_offset; int bicubic_state; @@ -122,7 +120,6 @@ typedef struct { int vsync; struct radeon_bo *src_bo; - struct radeon_bo *bicubic_bo; } RADEONPortPrivRec, *RADEONPortPrivPtr; /* Reference color space transform data */ |