diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2009-08-01 16:06:52 -0400 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2009-08-01 16:06:52 -0400 |
commit | 474eda02257152ced52364f38cbad24c20aebbc0 (patch) | |
tree | 651c3c9bb6cd4c3961fc4ce030b47744fdce9d19 /src/radeon_textured_video.c | |
parent | 447a2ce1b88aa2d6d5713e93174c4002617720f7 (diff) |
radeon: reload bicubic Xv texture on VT switch
fixed bicubic filtering after VT switch or suspend/resume
Diffstat (limited to 'src/radeon_textured_video.c')
-rw-r--r-- | src/radeon_textured_video.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/radeon_textured_video.c b/src/radeon_textured_video.c index 0f89b491..a9d6fc3c 100644 --- a/src/radeon_textured_video.c +++ b/src/radeon_textured_video.c @@ -671,7 +671,7 @@ RADEONSetTexPortAttribute(ScrnInfoPtr pScrn, return Success; } -static Bool radeon_load_bicubic_texture(ScrnInfoPtr pScrn) +Bool radeon_load_bicubic_texture(ScrnInfoPtr pScrn) { RADEONInfoPtr info = RADEONPTR(pScrn); @@ -706,6 +706,7 @@ static Bool radeon_load_bicubic_texture(ScrnInfoPtr pScrn) return TRUE; } +#if 0 /* XXX */ static void radeon_unload_bicubic_texture(ScrnInfoPtr pScrn) { @@ -717,6 +718,7 @@ static void radeon_unload_bicubic_texture(ScrnInfoPtr pScrn) } } +#endif XF86VideoAdaptorPtr RADEONSetupImageTexturedVideo(ScreenPtr pScreen) |