diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2010-12-03 01:25:41 -0500 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2010-12-03 01:36:17 -0500 |
commit | f074762fff4253a457cb48519bb33a2e2c90f8b9 (patch) | |
tree | 3bb363983df4f3a132ee36191f333747590caa42 /src/radeon.h | |
parent | 774b114baa932078f8bf91ea302850a8c54c2c07 (diff) |
radeon/exa: fallback for non-affine transforms
We need to implement a texture lookup with perspective
divide for non-affine transforms. For now just fallback.
Should fix:
https://bugs.freedesktop.org/show_bug.cgi?id=31799
although it appears either EXA or the xserver gets this
wrong too.
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 84d3563b..25d026fd 100644 --- a/src/radeon.h +++ b/src/radeon.h @@ -1276,6 +1276,7 @@ extern void RADEONPMFini(ScrnInfoPtr pScrn); #ifdef USE_EXA /* radeon_exa.c */ extern Bool RADEONSetupMemEXA(ScreenPtr pScreen); +extern Bool radeon_transform_is_affine(PictTransformPtr t); /* radeon_exa_funcs.c */ extern void RADEONCopyCP(PixmapPtr pDst, int srcX, int srcY, int dstX, |