projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7744e86
)
GLX: Say something if we cannot connect via DRI2
author
Andrew Deason
<adeason@dson.org>
Wed, 14 Sep 2011 16:37:48 +0000
(18:37 +0200)
committer
Michel Daenzer
<michel@daenzer.net>
Wed, 14 Sep 2011 16:37:48 +0000
(18:37 +0200)
See https://bugs.freedesktop.org/show_bug.cgi?id=40437
src/glx/dri2_glx.c
patch
|
blob
|
history
diff --git
a/src/glx/dri2_glx.c
b/src/glx/dri2_glx.c
index 9fa0d5ad3628674ab712ab6d5bffd67722e54e03..b83da60fe77c687a8b1b5fb430b4a3de881f8f31 100644
(file)
--- a/
src/glx/dri2_glx.c
+++ b/
src/glx/dri2_glx.c
@@
-835,6
+835,7
@@
dri2CreateScreen(int screen, struct glx_display * priv)
&driverName, &deviceName)) {
glx_screen_cleanup(&psc->base);
XFree(psc);
+ InfoMessageF("screen %d does not appear to be DRI2 capable\n", screen);
return NULL;
}