summaryrefslogtreecommitdiff
path: root/hw/dmx/dmxextension.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-12Replace 'pointer' type with 'void *'Keith Packard1-16/+16
2013-10-31present: Add Present extensionKeith Packard1-0/+3
2012-06-05api: rework the X server driver API to avoid global arrays.Dave Airlie1-1/+1
2012-03-21Introduce a consistent coding styleKeith Packard1-844/+926
2011-09-18XineramaInitData ignores its argument. Quit passing one.Jamey Sharp1-1/+1
2011-03-10panoramiX: convert 0->panoramiXNumScreens loops to macro (v3)Dave Airlie1-2/+2
2011-01-20dmx: warning fixesAdam Jackson1-8/+10
2010-12-07Replace LookupIDByType() with dixLookupResourceByType(), take 1.Cyril Brulebois1-6/+8
2010-06-05Rename region macros to eliminate screen argumentKeith Packard1-2/+2
2010-06-03Move each screen's x/y origin into ScreenRec.Jamey Sharp1-5/+5
2010-06-03Move each screen's root-window pointer into ScreenRec.Jamey Sharp1-8/+8
2010-05-08dmxBERestoreRenderGlyph was passing wrong value to freeKeith Packard1-1/+1
2010-04-19unifdef -B -DRENDER to always include RENDER codeKeith Packard1-10/+0
2009-10-20dmx: remove doxygen-generated files.Peter Hutterer1-1/+1
2008-12-19dmx: Fix calloc macro confusion.Adam Jackson1-6/+8
2008-10-06xalloc+memset(0) -> xcallocAdam Jackson1-2/+1
2008-04-18Death to APPGROUP.Adam Jackson1-1/+0
2007-11-05DMX: Remove usage of allocaDaniel Stone1-6/+6
2007-06-29Death to RCS tags.Adam Jackson1-1/+0
2006-12-16Fix RENDER issues (bug #7555) and implement RENDER add/remove screenJames Steven Supancic III1-1/+132
2006-06-07Fix compiler warning about undefined ReinitializeRootWindow functionGreg Kroah-Hartman1-3/+0
2006-04-07Coverity #1037: Sanity check idx before use.Adam Jackson1-2/+4
2006-04-02Reorder link order for Xdmx to fix new screensaver variable referenceAdam Jackson1-3/+0
2006-04-01Hack around the new screensaver variable for DMX, which is otherwiseAdam Jackson1-0/+3
2005-07-12Prepare Xdmx and Xvfb for modularization by adding appropriate #includeKevin E Martin1-2/+6
2004-07-28When using DMX console input, make detached screens display as grey (vs.Rik Faith1-0/+3
2004-07-18Addition of console input after removal of core backend input that is notRik Faith1-2/+2
2004-07-06- Disable building DMX on OSs that have not been verified to buildKevin E Martin1-29/+29
2004-06-30Add Distributed Multihead X (DMX) supportKevin E Martin1-0/+1490