summaryrefslogtreecommitdiff
path: root/glx
diff options
context:
space:
mode:
authorGeorge Sapountzis <gsap7@yahoo.gr>2008-05-23 22:38:36 +0300
committerAdam Jackson <ajax@redhat.com>2008-06-26 16:14:52 -0400
commit6e278e3944cc32d165829f6ef64cbafbf9b513b7 (patch)
treef3d115dad185f170eab99e649ae6e0f0c05c82f4 /glx
parent0845476521f5b9e9b477197d96d7ffe64be7ae3a (diff)
glx: missing swrast is fatal
(cherry picked from commit 877e6c35ff1f0f110627590ac0f12fddf47de506)
Diffstat (limited to 'glx')
-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;
}