projects
/
platform
/
upstream
/
xorg-server.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
793fd5e
)
dri3: Disable when Xinerama is active
author
Adam Jackson
<ajax@redhat.com>
Fri, 8 Nov 2013 14:22:37 +0000
(09:22 -0500)
committer
Adam Jackson
<ajax@redhat.com>
Mon, 9 Dec 2013 18:20:36 +0000
(13:20 -0500)
Pretty sure this can't work.
Reviewed-by: Julien Cristau <jcristau@debian.org>
Signed-off-by: Adam Jackson <ajax@redhat.com>
dri3/dri3.c
patch
|
blob
|
history
diff --git
a/dri3/dri3.c
b/dri3/dri3.c
index
2bca7ae
..
76e07b4
100644
(file)
--- a/
dri3/dri3.c
+++ b/
dri3/dri3.c
@@
-68,6
+68,11
@@
dri3_extension_init(void)
ExtensionEntry *extension;
int i;
+#ifdef PANORAMIX
+ if (!noPanoramiXExtension)
+ return;
+#endif
+
extension = AddExtension(DRI3_NAME, DRI3NumberEvents, DRI3NumberErrors,
proc_dri3_dispatch, sproc_dri3_dispatch,
NULL, StandardMinorOpcode);