summaryrefslogtreecommitdiff
path: root/src/glamo-draw.c
diff options
context:
space:
mode:
authorGraeme Gregory <dp@xora.org.uk>2008-12-31 17:09:27 +0000
committerGraeme Gregory <dp@xora.org.uk>2008-12-31 17:09:27 +0000
commit71aa5362e5cca45c51c370ef83ecbd20af79900d (patch)
tree1a85d71430eb26097970b91087d90b790f2627e5 /src/glamo-draw.c
parent96811648052bd35b5e0c4ae5b9e59e8e5fa8e7ed (diff)
glamo* : backup checkin
Diffstat (limited to 'src/glamo-draw.c')
-rw-r--r--src/glamo-draw.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/glamo-draw.c b/src/glamo-draw.c
index c78663e..3948ffc 100644
--- a/src/glamo-draw.c
+++ b/src/glamo-draw.c
@@ -181,6 +181,9 @@ GLAMODrawExaInit(ScreenPtr pScreen, ScrnInfoPtr pScrn)
GLAMO_LOG("enter\n");
+ xf86DrvMsg(pScrn->scrnIndex, X_WARNING,
+ "EXA hardware acceleration initialising\n");
+
exa = pGlamo->exa = exaDriverAlloc();
if(!exa) return FALSE;