index
:
~ofourdan/xserver
COMPOSITEWRAP
CYGWIN
DAMAGE-XFIXES
Domain-branch
IPv6-REVIEW
STSF-CURRENT
XACE-SELINUX
XACE-modular
XEVIE
XINERAMA_2
XORG-6_8-branch
XORG-CURRENT
XORG-RELEASE-1
XORG-RELEASE-1-STSF
XORG-RELEASE-1-TM
XORG-STABLE
XPRINT
autoconfig-for-7.2
bcook-backend
compat_output
dmx-2
dri-0-1-branch
dri2-swapbuffers
exa-damagetrack
for-keith
for-whot
glucose-2
gsr-current
input-hotplug
lg3d
lg3d-7.2
lg3d-dev
lg3d-dev-0-6-1
lg3d-dev-0-6-1-1
lg3d-dev-0-6-1-current
lg3d-dev-0-6-1-latest
lg3d-dev-0-6-2
lg3d-dev-0-6-latest
lg3d-dev-0-7-0
lg3d-dev-0-7-1
lg3d-event
lg3d-master
master
mpx
no-pci-rework
orib-soc-2006
panning-for-server-1.6
pci-rework
randr-1.2
randr-1.2-for-server-1.2
randr-dpms
sco_port_update
server-1.10-branch
server-1.11-branch
server-1.12-branch
server-1.13-branch
server-1.14-branch
server-1.15-branch
server-1.16-branch
server-1.17-branch
server-1.18-backports
server-1.18-branch
server-1.19-backports
server-1.19-branch
server-1.19-fixes
server-1.2-branch
server-1.3-branch
server-1.4-branch
server-1.5-branch
server-1.6-branch
server-1.6-enterleave
server-1.7-branch
server-1.7-nominations
server-1.8-branch
server-1.9-branch
server-1_0-branch
server-1_1-branch
transform-proposal
wonderland-dev
xf-4_0_2-branch
xf-4_1-branch
xf-4_2-branch
xf-4_3-branch
xfixes_2_branch
xgl-0-0-1
xorg-server-1.2-apple
xorg-server-1.4-apple
xorg-server-1.5-apple
xorg-server-1.6-apple
xorg-server-1.7-apple
xquartz-composite
xvidmode
xwayland
xwayland-1.19-branch
xwayland-glamor-xv
xwayland-test
Xserver stuff
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
dmx
/
dmxinit.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-20
dmx: Remove some not-very-interesting debug prints
Adam Jackson
1
-63
/
+0
2015-04-21
Convert hw/dmx to new *allocarray functions
Alan Coopersmith
1
-2
/
+2
2015-02-10
dmx: attempt to untangle nested loops using same index variable
Alan Coopersmith
1
-15
/
+15
2015-02-10
dmx: fix printf format argument warnings
Alan Coopersmith
1
-6
/
+6
2014-03-25
miinitext: introduce LoadExtensionList() to replace over LoadExtension()
Emil Velikov
1
-3
/
+1
2013-11-26
Xdmx: Initialize DMX extension even if not built with GLX support
Alan Coopersmith
1
-1
/
+3
2013-10-31
dri3: Add DRI3 extension
Keith Packard
1
-0
/
+2
2013-09-10
dmx: Remove ShadowFB support
Adam Jackson
1
-10
/
+0
2012-12-18
hw/dmx: fix build without GLX
Rob Clark
1
-1
/
+1
2012-11-21
DMX: Add DMX and GLX extensions
Daniel Stone
1
-1
/
+21
2012-03-24
os: Pass the FatalError message to OsVendorFatalError
Jeremy Huddleston
1
-1
/
+1
2012-03-21
Introduce a consistent coding style
Keith Packard
1
-382
/
+468
2011-11-23
Convert dmxSetDefaultFontPath to use strdup instead of malloc+strncpy
Alan Coopersmith
1
-7
/
+4
2011-11-23
Convert strncpy/strncat to strlcpy/strlcat
Alan Coopersmith
1
-1
/
+1
2011-09-19
Replace XmuSnprintf with snprintf.
Jamey Sharp
1
-5
/
+6
2011-07-27
Terminate the log with one last message.
Peter Hutterer
1
-3
/
+3
2010-09-13
dmx: Delete unused GLX visual matching code.
Jamey Sharp
1
-9
/
+0
2010-06-10
Remove unnecessary parentheses around return values in functions
Mikhail Gusarov
1
-1
/
+1
2010-06-06
Remove more superfluous if(p) checks around free(p)
Mikhail Gusarov
1
-2
/
+2
2010-05-13
Replace X-allocation functions with their C89 counterparts
Mikhail Gusarov
1
-5
/
+5
2010-04-19
unifdef -B -DRENDER to always include RENDER code
Keith Packard
1
-4
/
+0
2009-10-15
Define ddxBeforeReset stubs in platform-neutral DDXs
Yaakov Selkowitz
1
-0
/
+6
2009-09-16
dmx: don't include panoramiXsrv.h if building w/o Xinerama
Peter Hutterer
1
-0
/
+2
2008-07-23
Unifdef sgi.
Adam Jackson
1
-9
/
+1
2008-06-05
dmx: add an XFlush.
Peter Hutterer
1
-0
/
+2
2008-06-05
dmx: fix false memory allocation.
Peter Hutterer
1
-2
/
+1
2008-05-21
drop xprint remnants: InitGlobals
George Sapountzis
1
-7
/
+0
2007-06-29
Death to RCS tags.
Adam Jackson
1
-1
/
+0
2006-12-16
Fix RENDER issues (bug #7555) and implement RENDER add/remove screen
James Steven Supancic III
1
-1
/
+1
2006-07-20
Remove the DDXTIME conditional, for being unused.
Adam Jackson
1
-11
/
+0
2006-06-07
Fix compiler warnings about SetVendorRelease and SetVendorString
Greg Kroah-Hartman
1
-3
/
+0
2005-07-12
Prepare Xdmx and Xvfb for modularization by adding appropriate #include
Kevin E Martin
1
-0
/
+4
2005-04-20
Fix includes right throughout the Xserver tree:
Daniel Stone
1
-3
/
+3
2004-07-31
Add new extension enable/disable feature. This code is a small step in the
Kevin E Martin
1
-5
/
+3
2004-07-07
Bugzilla #817
Rik Faith
1
-0
/
+2
2004-07-06
- Disable building DMX on OSs that have not been verified to build
Kevin E Martin
1
-0
/
+2
2004-06-30
Add Distributed Multihead X (DMX) support
Kevin E Martin
1
-0
/
+1056