summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-12-06Require RandR protocol version 1.4 or newerrandr-1.4Keith Packard1-1/+1
2010-12-06randr: handle RRSetCrtcConfigs request with zero configsKeith Packard1-5/+3
2010-12-06ProcRRSetCrtcConfigs uses 'configs' without being initializedKeith Packard1-2/+2
2010-12-06Separate out screen size and screen pixmap sizes in RRScreenSizeSetKeith Packard6-41/+96
2010-12-06Set sprite transforms from RRSetCrtcConfigsKeith Packard4-27/+33
2010-12-06DIX is responsible for ref counting scanout pixmaps.Keith Packard1-4/+0
2010-12-06randr: Hook up the new RandR 1.4 functionalityKeith Packard3-1/+139
2010-12-06randr: Add per-crtc pixmapsKeith Packard11-20/+355
2010-12-06hw/xfree86/modes: Add optional driver API for RRSetCrtcConfigsKeith Packard2-28/+163
2010-12-06randr: Implement RRSetCrtcConfigsKeith Packard6-44/+750
2010-12-06randr: Add sprite position transformsKeith Packard11-46/+333
2010-12-06Replace huge argument list in xf86CrtcSetModeTransform with structKeith Packard3-65/+115
2010-12-06config: build Xserver man pages using XORG_MANPAGE_SECTIONSGaetan Nadon5-45/+41
2010-12-06Merge remote branch 'jeremyhu/master'Keith Packard5-13/+53
2010-12-06Merge remote branch 'alanc/master'Keith Packard13-100/+82
2010-12-03XQuartz: RandR: Fix mode changing for multi-monitor configurations.Jeremy Huddleston1-10/+13
2010-12-03XQuartz: Cleanup some compiler warningsJeremy Huddleston2-2/+2
2010-12-03XQuartz: Remove one more backing store leftoverJeremy Huddleston1-1/+1
2010-12-03XQuartz: Disable the Mac OS X screensaver when in full screen modeJeremy Huddleston1-0/+37
2010-12-02Fix Xdmx and Xephyr build when DTrace support is enabledNicolas Peninguy1-2/+2
2010-12-02Merge remote branch 'vsyrjala/xv_reput'Keith Packard5-107/+175
2010-12-02render: Fix byteswapping of gradient stopsAndrea Canciani1-2/+2
2010-12-01Fix screen number checks.Cyril Brulebois3-5/+5
2010-12-01DGA: fix screen number checkJulien Cristau1-23/+23
2010-11-30Simplify Error() - don't allocate temporary copy of error stringAlan Coopersmith2-14/+7
2010-11-30FindModuleInSubdir: Stop allocating one more byte than neededAlan Coopersmith1-3/+3
2010-11-30xf86VIDrvMsgVerb: print args, not format stringAlan Coopersmith1-1/+1
2010-11-30xf86AutoConfig: make copyScreen memory allocation & error handling more saneAlan Coopersmith1-5/+15
2010-11-30xf86ValidateModes: xnfalloc(strlen) + strcpy => xnfstrdupAlan Coopersmith1-4/+2
2010-11-30xf86OutputRename: Replace another strlen/malloc/strcpy set with strdupAlan Coopersmith1-3/+1
2010-11-30Fix compiler warnings in hw/xfree86/os-support/solarisAlan Coopersmith3-8/+6
2010-11-30Move xchomp inside #ifdef __linux__Alan Coopersmith1-1/+1
2010-11-30config: Remove AC_PROG_CC, SED & INSTALL that XORG_DEFAULT_OPTIONS provideAlan Coopersmith1-3/+0
2010-11-30Xserver-spec: Update discussion of font libraryAlan Coopersmith1-4/+6
2010-11-30Xserver-spec: Update location of log functionsAlan Coopersmith1-1/+1
2010-11-30Xserver-spec: Fix assorted typosAlan Coopersmith1-11/+11
2010-11-30Xserver-spec: Update lists of macrosAlan Coopersmith1-1/+2
2010-11-30Xserver-spec: Remove CreateCallbackListAlan Coopersmith1-18/+0
2010-11-30Xserver-spec: Replace deprecated resource id lookup functionsAlan Coopersmith1-12/+23
2010-11-30Xserver-spec: Update Memory Management functionsAlan Coopersmith1-11/+3
2010-11-30Merge remote branch 'ajax/for-keithp'Keith Packard64-1551/+570
2010-11-30Merge remote branch 'aplattner/for/keith'Keith Packard1-19/+43
2010-11-30dix: do not use bit-wise operators on the boolean result of BitIsOnFerry Huberts1-6/+6
2010-11-30xfree86: Bump classic driver default to 1024x768Adam Jackson1-5/+16
2010-11-30Xserver-spec: Delete DBE Idioms sectionAlan Coopersmith1-64/+0
2010-11-30Remove unused ReqLen & CastxReq macrosAlan Coopersmith1-23/+0
2010-11-30xfree86: Remove the xf8_16bpp overlay moduleAdam Jackson7-143/+2
2010-11-30vbe: Refuse to believe tiny (or negative) panel sizes from PanelIDAdam Jackson1-0/+5
2010-11-30composite: add panoramix supportDavid Reveman6-14/+399
2010-11-30fixes: Add panoramix supportDavid Reveman5-0/+131