summaryrefslogtreecommitdiff
path: root/hw/dmx/glxProxy
AgeCommit message (Expand)AuthorFilesLines
2011-11-23dmx: Build fix for -Werror=implicit-function-declarationHEADmasterJeremy Huddleston6-0/+95
2011-11-23Convert a bunch of sprintf to snprintf callsAlan Coopersmith1-2/+3
2011-09-21Merge remote-tracking branch 'mattst88/for-keith'Keith Packard1-6/+0
2011-09-21Remove unnecessary #undefs of [f]abs and old commentsMatt Turner1-6/+0
2011-09-18dmx: Fix some "no previous prototype" warnings by making functions static.Jamey Sharp3-43/+39
2011-07-07glx: Remove a few lingering traces of __GLXscreen.GLXVersionJon TURNEY1-1/+0
2011-03-28glx: Remove some obfuscatory macrosAdam Jackson1-8/+0
2011-02-23glxproxy: warning fixAdam Jackson1-1/+1
2011-02-23glxproxy: warning fixAdam Jackson1-2/+2
2011-02-23glxproxy: warning fixAdam Jackson1-1/+1
2011-02-23glxproxy: warning fixAdam Jackson1-2/+2
2011-02-23glxproxy: warning fixAdam Jackson1-0/+1
2011-02-23glxproxy: warning fixAdam Jackson1-54/+0
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-31glx: warning fixesAdam Jackson1-1/+1
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 Brulebois2-3/+13
2010-12-07Replace LookupIDByType() with dixLookupResourceByType(), take 1.Cyril Brulebois1-46/+88
2010-12-01Fix screen number checks.Cyril Brulebois2-4/+4
2010-11-11Remove more superfluous if(p) checks around free(p).Cyril Brulebois2-10/+10
2010-09-13dmx: Delete '#undef Xmalloc' and friends.Jamey Sharp4-20/+0
2010-09-13dmx: __glXMalloc -> malloc, etc.Jamey Sharp5-126/+45
2010-09-13dmx: Delete unused GLX visual matching code.Jamey Sharp4-449/+1
2010-06-10Remove unnecessary parentheses around return values in functionsMikhail Gusarov6-32/+32
2010-06-06Remove more superfluous if(p) checks around free(p)Mikhail Gusarov2-5/+2
2010-06-05dmx: Split glx scalar swap variables from array swap variables.Jamey Sharp7-1/+147
2010-05-26dmx: Remove dead __glXDispSwap_DrawArraysEXT definition.Jamey Sharp1-6/+0
2010-05-26dmx: Delete unused local variables.Jamey Sharp5-48/+2
2010-05-26dmx: Xfree -> freeJamey Sharp4-12/+12
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov9-32/+32
2009-12-18Add type name argument to CreateNewResourceTypeAlan Coopersmith1-12/+10
2009-12-18Ensure all resource types created have names registeredAlan Coopersmith1-0/+7
2009-12-18Check for failures from CreateNewResourceTypeAlan Coopersmith1-0/+4
2009-07-14dmx: switch to byte counting functionsPeter Hutterer1-1/+1
2009-06-02Remove some libXfont leftoversAdam Jackson3-3/+0
2009-01-18Kill off --with-mesa-source completelyDan Nicholson1-3/+0
2008-12-19dmx: Fix calloc macro confusion.Adam Jackson2-5/+7
2008-12-12Remove #define NEED_EVENTS and NEED_REPLIESPeter Hutterer10-10/+0
2008-11-08Remove some null statements.James Cloos1-1/+1
2008-10-06xalloc+memset(0) -> xcallocAdam Jackson3-14/+6
2008-09-22Upgrade GLX Public License 1.0 to FreeB 2.0.Adam Jackson1-18/+28
2008-09-19Update to SGI FreeB 2.0.Adam Jackson27-861/+756
2008-06-23Bug #16302: Fix GLX drawable refcounting in DMX.Jesse Ruffin1-9/+6
2008-05-23glx: fix forgotten swrast -> SWRastGeorge Sapountzis1-1/+1
2008-05-21Drop glcore GLX provider.Kristian Høgsberg1-1/+1