diff options
author | Corbin Simpson <MostAwesomeDude@gmail.com> | 2008-07-20 14:25:44 -0700 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2008-08-25 06:20:23 -0400 |
commit | 8c84f67b93d926095633830aa8d95930a48b1c7b (patch) | |
tree | 61ca360dcd126f78ed74a43e2bd5c4f776c2c350 /src/radeon_textured_video.c | |
parent | a4a7d5f5967c51c394229de5eccaec44cfec8f50 (diff) |
Try to get tex coords from the VAP to RS properly when bicubic filtering is enabled.
I'm soo bad at this... :c
Diffstat (limited to 'src/radeon_textured_video.c')
-rw-r--r-- | src/radeon_textured_video.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/radeon_textured_video.c b/src/radeon_textured_video.c index 6c0890f7..444e61e6 100644 --- a/src/radeon_textured_video.c +++ b/src/radeon_textured_video.c @@ -200,7 +200,7 @@ RADEONPutImageTextured(ScrnInfoPtr pScrn, } /* Bicubic filter loading */ - pPriv->bicubic_enabled = TRUE; + pPriv->bicubic_enabled = IS_R500_3D; if (pPriv->bicubic_memory == NULL && pPriv->bicubic_enabled) { pPriv->bicubic_offset = RADEONAllocateMemory(pScrn, &pPriv->bicubic_memory, |