summaryrefslogtreecommitdiff
path: root/hw/dmx/glxProxy
AgeCommit message (Expand)AuthorFilesLines
2017-06-20dix: Remove extension aliasesAdam Jackson1-6/+0
2017-06-13dmx: Remove includes of glxtokens.hEric Anholt2-2/+0
2017-04-26Add a Meson build system alongside autotools.Eric Anholt1-0/+27
2016-03-08dmx/glxProxy: don't free the glx pixmap twice if AddResource failsJulien Cristau1-4/+1
2015-12-08glxproxy: Silence shadowed-variable warningsAdam Jackson1-2/+3
2015-12-08glxproxy: Silence set-but-unused-variable warningsAdam Jackson2-31/+6
2015-09-17glxproxy: Fix an obvious thinko in QueryExtensionsStringAdam Jackson1-1/+1
2015-08-24configurable maximum number of clientsOlivier Fourdan1-1/+1
2015-04-21Convert hw/dmx to new *allocarray functionsAlan Coopersmith2-25/+18
2015-02-10dmx: Mark glxIsExtensionSupported as a const char *Alan Coopersmith2-2/+2
2015-02-10dmx: glxproxy prototype cleanupAlan Coopersmith12-27/+41
2015-02-10dmx: more unshadowing of variablesAlan Coopersmith2-5/+5
2014-11-12Drop trailing whitespacesPeter Hutterer3-12/+12
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 Packard3-48/+48
2013-10-24glx: Correctly set render type enumDaniel Czarnowski1-7/+35
2013-10-14DMX glxproxy: Don't allocate & copy data just to free it unusedAlan Coopersmith2-26/+34
2013-09-11glxproxy: Don't track GLCLientm{aj,in}orVersionAdam Jackson3-10/+0
2013-09-11dmx/glx: Remove unused __glXNopAdam Jackson3-40/+0
2013-07-17glxproxy: Use _XEatDataWords (from Xlib 1.6) instead of _XEatDataAlan Coopersmith4-8/+8
2013-07-17glxproxy: Use _XReadPad instead of _XEatData to clean up the slopAlan Coopersmith2-15/+4
2012-12-05Fix formatting of address operatorsYaakov Selkowitz6-171/+171
2012-07-25glx: drop GLX_LIBS from X server and workaround sdksyms.Dave Airlie1-0/+1
2012-07-09Move extension initialisation prototypes into extinit.hDaniel Stone2-2/+1
2012-07-09GLX: Insert swrast provider from GlxExtensionInitDaniel Stone1-10/+0
2012-07-09Use C99 designated initializers in dmx RepliesAlan Coopersmith3-70/+94
2012-07-09Remove unneccesary casts from WriteToClient callsAlan Coopersmith5-57/+51
2012-03-21Introduce a consistent coding styleKeith Packard32-7838/+8556
2011-12-15dmx: fix distcheck failure, missing compsize.h in Makefile.amGaetan Nadon1-0/+2
2011-11-23dmx: Build fix for -Werror=implicit-function-declarationJeremy 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