summaryrefslogtreecommitdiff
path: root/src/glamo-draw.c
diff options
context:
space:
mode:
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;