summaryrefslogtreecommitdiff
path: root/hw/dmx
AgeCommit message (Expand)AuthorFilesLines
2011-04-18input: remove GetKeyboardValuatorEvents, this is now unnecessary.Peter Hutterer1-3/+3
2011-03-28glx: Remove some obfuscatory macrosAdam Jackson1-8/+0
2011-03-23Merge remote-tracking branch 'airlied/xinerama-cleanup'Keith Packard3-6/+7
2011-03-17Revert "dix: Remove usage_hint from pixmaps, store it in ->drawable.class"Keith Packard2-3/+4
2011-03-14dmx/doc: remove dead code in the makefileGaetan Nadon1-5/+2
2011-03-14Remove TriStrip and TriFan from the picture screenSøren Sandmann Pedersen3-99/+0
2011-03-10panoramiX: convert 1->panoramiXNumScreens loops to use macro (v2)Dave Airlie1-1/+1
2011-03-10panoramiX: convert 0->panoramiXNumScreens loops to macro (v3)Dave Airlie2-5/+6
2011-03-08dix: Remove usage_hint from pixmaps, store it in ->drawable.classAdam Jackson2-4/+3
2011-02-25hw/dmx/doc: Add explicit dependency for all doxygen output filesKeith Packard1-24/+39
2011-02-25dmx: Construct paths in doxygen.conf to fix VPATH buildsDan Nicholson3-10/+11
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
2011-01-20xdmxconfig: warning fixAdam Jackson1-1/+1
2011-01-20dmx: warning fixesAdam Jackson1-5/+4
2011-01-20dmx: warning fixAdam Jackson1-31/+0
2011-01-20dmx: warning fixAdam Jackson1-6/+1
2011-01-20dmx: warning fixesAdam Jackson1-8/+10
2011-01-18man: refactor common code in the man pages makefilesGaetan Nadon2-18/+2
2011-01-18Xdmx: build all man pages using XORG_MANPAGE_SECTIONSGaetan Nadon8-43/+23
2010-12-31glx: warning fixesAdam Jackson1-1/+1
2010-12-14docs: replace BUILLDOCS with existing ENABLE_DEVEL_DOCSGaetan Nadon2-6/+2
2010-12-14hw/dmx/doc: DIST_SUBDIRS not required when using AM_CONDITIONALGaetan Nadon1-1/+0
2010-12-07Replace SecurityLookupIDByClass() with dixLookupResourceByClass().Cyril Brulebois1-14/+19
2010-12-07Replace SecurityLookupIDByType() with dixLookupResourceByType(), take 2.Cyril Brulebois2-5/+10
2010-12-07Replace SecurityLookupIDByType() with dixLookupResourceByType(), take 1.Cyril Brulebois1-21/+33
2010-12-07Replace LookupIDByType() with dixLookupResourceByType(), take 2.Cyril Brulebois3-5/+17
2010-12-07Replace LookupIDByType() with dixLookupResourceByType(), take 1.Cyril Brulebois4-58/+104
2010-12-07Fix GLX_LIBS vs. DMX_LIBS order.Cyril Brulebois1-1/+1
2010-12-01Fix screen number checks.Cyril Brulebois2-4/+4
2010-11-30dix: Remove the backing store leftoversAdam Jackson1-2/+0
2010-11-30render: repack PictureRecAdam Jackson1-2/+0
2010-11-24doc: refactor Makefile and xmlrules.in code for reusabilityGaetan Nadon1-5/+3
2010-11-24xmlrules.in: use $(top_srcdir) rather than ../../../ [...]Gaetan Nadon1-1/+1
2010-11-11Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Peter Hutterer2-10/+10
2010-11-11Remove more superfluous if(p) checks around free(p).Cyril Brulebois2-10/+10
2010-10-22input: remove "mode" field from ValuatorClassRec.Peter Hutterer1-1/+1
2010-10-22dmx: clarify a valuator mode condition.Peter Hutterer1-1/+1
2010-10-22Add support for per-axis valuator modes (Relative/Absolute)Chase Douglas2-7/+8
2010-10-22Abstract valuator masks through a set of APIs.Peter Hutterer1-23/+28
2010-10-15Merge branch 'master' into input-apiPeter Hutterer13-648/+58