summaryrefslogtreecommitdiff
path: root/hw/dmx/glxProxy/glxcmds.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-23dmx: Build fix for -Werror=implicit-function-declarationJeremy Huddleston1-0/+2
2011-09-18dmx: Fix some "no previous prototype" warnings by making functions static.Jamey Sharp1-3/+38
2011-02-23glxproxy: warning fixAdam Jackson1-1/+1
2011-02-23glxproxy: warning fixAdam Jackson1-0/+1
2011-02-23glxproxy: warning fixAdam Jackson1-2/+2
2011-02-23glxproxy: warning fixAdam Jackson1-24/+18
2011-02-23glxproxy: warning fixAdam Jackson1-19/+12
2010-12-07Replace SecurityLookupIDByClass() with dixLookupResourceByClass().Cyril Brulebois1-14/+19
2010-12-07Replace SecurityLookupIDByType() with dixLookupResourceByType(), take 2.Cyril Brulebois1-1/+4
2010-12-07Replace LookupIDByType() with dixLookupResourceByType(), take 2.Cyril Brulebois1-2/+8
2010-12-07Replace LookupIDByType() with dixLookupResourceByType(), take 1.Cyril Brulebois1-46/+88
2010-12-01Fix screen number checks.Cyril Brulebois1-3/+3
2010-11-11Remove more superfluous if(p) checks around free(p).Cyril Brulebois1-1/+1
2010-09-13dmx: Delete '#undef Xmalloc' and friends.Jamey Sharp1-5/+0
2010-09-13dmx: __glXMalloc -> malloc, etc.Jamey Sharp1-25/+25
2010-06-10Remove unnecessary parentheses around return values in functionsMikhail Gusarov1-2/+2
2010-06-05dmx: Split glx scalar swap variables from array swap variables.Jamey Sharp1-0/+1
2010-05-26dmx: Delete unused local variables.Jamey Sharp1-6/+1
2010-05-26dmx: Xfree -> freeJamey Sharp1-1/+1
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-11/+11
2009-06-02Remove some libXfont leftoversAdam Jackson1-1/+0
2008-12-12Remove #define NEED_EVENTS and NEED_REPLIESPeter Hutterer1-1/+0
2008-10-06xalloc+memset(0) -> xcallocAdam Jackson1-2/+1
2008-09-19Update to SGI FreeB 2.0.Adam Jackson1-33/+28
2008-06-23Bug #16302: Fix GLX drawable refcounting in DMX.Jesse Ruffin1-9/+6
2008-02-28XACE: Fix instances of DixUnknownAccess at hook callsites.Eamon Walsh1-12/+12
2008-02-22Fix Xinerama's consolidated visual handling.Adam Jackson1-9/+2
2006-12-15Convert callers of LookupDrawable() to dixLookupDrawable().Eamon Walsh1-37/+38
2006-12-15Convert callers of SecurityLookupWindow() to dixLookupWindow().Eamon Walsh1-15/+8
2006-12-14Naming change: Security*Access -> Dix*AccessEamon Walsh1-12/+12
2006-07-21Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson1-1/+0
2006-07-15Un-glx-libcwrap DMX GLX proxy so it works without GL/include.Kristian Høgsberg1-4/+3
2006-04-03Fix a server crash due to memsetting beyond allocated memory when runningAlan Hourihane1-1/+1
2006-04-03Coverity #38: Dead branch elimination.Adam 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-06- Disable building DMX on OSs that have not been verified to buildKevin E Martin1-0/+10
2004-06-30Add Distributed Multihead X (DMX) supportKevin E Martin1-0/+3622