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_driver.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_driver.c')
-rw-r--r-- | src/radeon_driver.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/radeon_driver.c b/src/radeon_driver.c index 049047a2..3f79917b 100644 --- a/src/radeon_driver.c +++ b/src/radeon_driver.c @@ -5700,6 +5700,8 @@ Bool RADEONEnterVT(int scrnIndex, int flags) DRIUnlock(pScrn->pScreen); } #endif + if (IS_R500_3D || IS_R300_3D) + radeon_load_bicubic_texture(pScrn); return TRUE; } |