summaryrefslogtreecommitdiff
path: root/hw/dmx/glxProxy/glxsingle.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-08glxproxy: Silence shadowed-variable warningsAdam Jackson1-2/+3
2015-02-10dmx: glxproxy prototype cleanupAlan Coopersmith1-4/+2
2014-11-12Drop trailing whitespacesPeter Hutterer1-2/+2
2013-10-14DMX glxproxy: Don't allocate & copy data just to free it unusedAlan Coopersmith1-13/+17
2013-07-17glxproxy: Use _XEatDataWords (from Xlib 1.6) instead of _XEatDataAlan Coopersmith1-3/+3
2012-12-05Fix formatting of address operatorsYaakov Selkowitz1-3/+3
2012-07-09Use C99 designated initializers in dmx RepliesAlan Coopersmith1-17/+23
2012-07-09Remove unneccesary casts from WriteToClient callsAlan Coopersmith1-8/+8
2012-03-21Introduce a consistent coding styleKeith Packard1-645/+687
2011-02-23glxproxy: warning fixAdam Jackson1-1/+1
2011-02-23glxproxy: warning fixAdam Jackson1-2/+2
2011-02-23glxproxy: warning fixAdam Jackson1-0/+1
2010-09-13dmx: Delete '#undef Xmalloc' and friends.Jamey Sharp1-5/+0
2010-06-10Remove unnecessary parentheses around return values in functionsMikhail Gusarov1-5/+5
2010-06-05dmx: Split glx scalar swap variables from array swap variables.Jamey Sharp1-0/+9
2010-05-26dmx: Delete unused local variables.Jamey Sharp1-1/+0
2010-05-26dmx: Xfree -> freeJamey Sharp1-6/+6
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-4/+4
2009-07-14dmx: switch to byte counting functionsPeter Hutterer1-1/+1
2008-12-12Remove #define NEED_EVENTS and NEED_REPLIESPeter Hutterer1-1/+0
2008-09-19Update to SGI FreeB 2.0.Adam Jackson1-27/+28
2006-07-21Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson1-1/+0
2006-04-07Coverity #769: Fix a potential memory leak for systems that allocate onAdam Jackson1-1/+1
2005-07-27Add #include <dmx-config.h> for building dmx/glxProxy in the modular tree.Kevin E Martin1-0/+4
2004-07-07Bugzilla #817Rik Faith1-1/+1
2004-06-30Add Distributed Multihead X (DMX) supportKevin E Martin1-0/+1009