summaryrefslogtreecommitdiff
path: root/src/savage_accel.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/savage_accel.c')
-rw-r--r--src/savage_accel.c11
1 files changed, 10 insertions, 1 deletions
diff --git a/src/savage_accel.c b/src/savage_accel.c
index fb594f3..7ab80a4 100644
--- a/src/savage_accel.c
+++ b/src/savage_accel.c
@@ -11,6 +11,7 @@
* Created 20/03/97 by Sebastien Marineau for 3.3.6
* Modified 17-Nov-2000 by Tim Roberts for 4.0.1
* Modified Feb-2004 by Alex Deucher - integrating DRI support
+ * Modified 2005-2006 by Alex Deucher - adding exa support
* Revision:
*
*/
@@ -1535,7 +1536,7 @@ SavageInitAccel(ScreenPtr pScreen)
if (psav->useEXA)
return SavageEXAInit(pScreen);
else
- return SavageXAAInit(pScreen);
+ return FALSE;
}
int SavageGetCopyROP(int rop) {
@@ -1564,6 +1565,14 @@ int SavageGetCopyROP(int rop) {
}
+/* The sync function for the GE */
+void
+SavageAccelSync(ScrnInfoPtr pScrn)
+{
+ SavagePtr psav = SAVPTR(pScrn);
+ psav->WaitIdleEmpty(psav);
+}
+
/* Routines for debugging. */