summaryrefslogtreecommitdiff
path: root/hw/dmx/glxProxy/glxcmds.c
AgeCommit message (Expand)AuthorFilesLines
2015-04-21Convert hw/dmx to new *allocarray functionsAlan Coopersmith1-20/+14
2015-02-10dmx: glxproxy prototype cleanupAlan Coopersmith1-1/+0
2015-02-10dmx: more unshadowing of variablesAlan Coopersmith1-3/+3
2014-11-12Drop trailing whitespacesPeter Hutterer1-8/+8
2014-05-22glxproxy: Fix memory leak on error path in CreateGLXPixmap (#50281) (v2)Adam Jackson1-0/+2
2014-01-12Replace 'pointer' type with 'void *'Keith Packard1-43/+43
2013-10-24glx: Correctly set render type enumDaniel Czarnowski1-7/+35
2013-09-11glxproxy: Don't track GLCLientm{aj,in}orVersionAdam Jackson1-2/+0
2013-07-17glxproxy: Use _XEatDataWords (from Xlib 1.6) instead of _XEatDataAlan Coopersmith1-2/+2
2013-07-17glxproxy: Use _XReadPad instead of _XEatData to clean up the slopAlan Coopersmith1-10/+2
2012-12-05Fix formatting of address operatorsYaakov Selkowitz1-8/+8
2012-07-09Use C99 designated initializers in dmx RepliesAlan Coopersmith1-47/+63
2012-07-09Remove unneccesary casts from WriteToClient callsAlan Coopersmith1-22/+17
2012-03-21Introduce a consistent coding styleKeith Packard1-2186/+2327
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