diff options
author | Michel Dänzer <daenzer@vmware.com> | 2009-02-27 17:05:01 +0100 |
---|---|---|
committer | Michel Dänzer <daenzer@vmware.com> | 2009-02-27 17:05:01 +0100 |
commit | c7d344f0ad255761d5ae30da59cf0a8b532dfc68 (patch) | |
tree | 38fb4dc8a4a54c69f4db530b222a625de1952aff /src/radeon_exa.c | |
parent | f4d57105fc869e9318f447a1514f1b284a0a4ec0 (diff) |
EXA: Make sure Prepare/FinishAccess hooks can handle EXA_PREPARE_AUX* indices.
And signal this to the EXA core using the new EXA_SUPPORTS_PREPARE_AUX flag.
Diffstat (limited to 'src/radeon_exa.c')
-rw-r--r-- | src/radeon_exa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/radeon_exa.c b/src/radeon_exa.c index c5943de1..ae681462 100644 --- a/src/radeon_exa.c +++ b/src/radeon_exa.c @@ -222,7 +222,7 @@ int RADEONBiggerCrtcArea(PixmapPtr pPix) #if X_BYTE_ORDER == X_BIG_ENDIAN -static unsigned long swapper_surfaces[3]; +static unsigned long swapper_surfaces[6]; static Bool RADEONPrepareAccess(PixmapPtr pPix, int index) { |