summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichel Dänzer <daenzer@vmware.com>2009-02-27 09:23:24 +0100
committerMichel Dänzer <daenzer@vmware.com>2009-02-27 09:23:24 +0100
commitf4d57105fc869e9318f447a1514f1b284a0a4ec0 (patch)
tree39e761443bd2f3c7ff52795c3f359e78bc90d768 /src
parent3285a4af17b19f2d1c24eebfb6aa51cddcf3ca50 (diff)
Revert "EXA: Adapt to EXA changes in xserver Git."
This reverts commit de358736dc696559ba99c71cf5b2a97508201630.
Diffstat (limited to 'src')
-rw-r--r--src/radeon_exa.c2
-rw-r--r--src/radeon_exa_funcs.c2
-rw-r--r--src/radeon_probe.h3
3 files changed, 6 insertions, 1 deletions
diff --git a/src/radeon_exa.c b/src/radeon_exa.c
index ae681462..c5943de1 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[6];
+static unsigned long swapper_surfaces[3];
static Bool RADEONPrepareAccess(PixmapPtr pPix, int index)
{
diff --git a/src/radeon_exa_funcs.c b/src/radeon_exa_funcs.c
index dec02856..eb16036c 100644
--- a/src/radeon_exa_funcs.c
+++ b/src/radeon_exa_funcs.c
@@ -56,6 +56,8 @@
#include "radeon.h"
+#include "exa.h"
+
static int
FUNC_NAME(RADEONMarkSync)(ScreenPtr pScreen)
{
diff --git a/src/radeon_probe.h b/src/radeon_probe.h
index 49044e36..f072b9c7 100644
--- a/src/radeon_probe.h
+++ b/src/radeon_probe.h
@@ -43,6 +43,9 @@
#include "xf86Crtc.h"
+#ifdef USE_EXA
+#include "exa.h"
+#endif
#ifdef USE_XAA
#include "xaa.h"
#endif