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.h | |
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.h')
-rw-r--r-- | src/radeon.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/radeon.h b/src/radeon.h index 3c62fd93..d5402b26 100644 --- a/src/radeon.h +++ b/src/radeon.h @@ -1264,6 +1264,7 @@ extern void RADEONUpdateHVPosition(xf86OutputPtr output, DisplayModePtr mode); /* radeon_video.c */ extern void RADEONInitVideo(ScreenPtr pScreen); extern void RADEONResetVideo(ScrnInfoPtr pScrn); +extern Bool radeon_load_bicubic_texture(ScrnInfoPtr pScrn); /* radeon_legacy_memory.c */ extern uint32_t |