summaryrefslogtreecommitdiff
path: root/glx/glxdriswrast.c
diff options
context:
space:
mode:
authorGeorge Sapountzis <gsap7@yahoo.gr>2008-05-23 22:38:36 +0300
committerGeorge Sapountzis <gsap7@yahoo.gr>2008-05-23 22:40:26 +0300
commit877e6c35ff1f0f110627590ac0f12fddf47de506 (patch)
tree589f344f28fc6da704e9c3ab32504ab27191afc6 /glx/glxdriswrast.c
parent1345c93ad4be875951256dae87bc4fd9a1b5e08a (diff)
glx: missing swrast is fatal
Diffstat (limited to 'glx/glxdriswrast.c')
-rw-r--r--glx/glxdriswrast.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/glx/glxdriswrast.c b/glx/glxdriswrast.c
index 50dee5111..9d987c238 100644
--- a/glx/glxdriswrast.c
+++ b/glx/glxdriswrast.c
@@ -532,7 +532,7 @@ __glXDRIscreenProbe(ScreenPtr pScreen)
xfree(screen);
- LogMessage(X_ERROR, "AIGLX: reverting to software rendering\n");
+ FatalError("GLX: could not load software renderer\n");
return NULL;
}