summaryrefslogtreecommitdiff
path: root/hw/xfree86/common
AgeCommit message (Expand)AuthorFilesLines
2012-12-05Fix formatting of address operatorsHEADmasterYaakov Selkowitz1-1/+1
2012-11-27xf86: Fix non-PCI configuration-less setupsThierry Reding1-0/+8
2012-11-21Constify extensions in LoadExtension usersDaniel Stone1-1/+1
2012-10-29xfree86: remove unused variable sigstatePeter Hutterer1-1/+1
2012-10-19xf86: Fix build against recent Linux kernelThierry Reding1-1/+1
2012-10-11Fix compilation of Xorg DDX without XF86VIDMODEJon TURNEY1-1/+2
2012-10-08xfree86: add xf86UpdateDesktopDimensions()Peter Hutterer3-1/+11
2012-10-04Merge remote-tracking branch 'whot/for-keith'Keith Packard2-2/+2
2012-10-04Fix additional gcc -Wwrite-strings warning in xf86 ddxJason Gerecke2-2/+2
2012-09-24Merge remote-tracking branch 'ajax/server-1.14-abi-churn'Keith Packard3-5/+5
2012-09-20dix: Pull client-is-local flag up to the ClientRecAdam Jackson2-4/+4
2012-09-20Merge remote-tracking branch 'ajax/ioperm'Keith Packard5-54/+17
2012-09-20xfree86: Bump video ABI to 14Adam Jackson1-1/+1
2012-09-20xfree86: Change the semantics of driverFunc(GET_REQUIRED_HW_INTERFACES)Adam Jackson5-54/+17
2012-09-19xf86: fix multi-seat video device support. (v2)Dave Airlie2-0/+7
2012-09-19xf86/platform: scan pci after probing devicesDave Airlie1-1/+2
2012-09-04xf86: call enter/leave VT for gpu screens as wellDave Airlie1-0/+11
2012-08-17xfree86: Bump extension ABI to 7.0Aaron Plattner1-1/+1
2012-07-25xfree86: Drop some dead XAA decls from SDK headersAdam Jackson1-43/+0
2012-07-16xf86: Re-export extension disable flagsAaron Plattner1-4/+4
2012-07-12xf86: include xf86platformBus.h in xf86AutoConfig.cDave Airlie1-0/+1
2012-07-11xfree86: Strip dangling pointers from desiredModeMaarten Lankhorst1-0/+2
2012-07-10Merge branch 'local-fixes'Keith Packard1-2/+4
2012-07-10Remove XAADaniel Stone2-2/+315
2012-07-10Remove unused setupFunc from extensionsDaniel Stone1-8/+4
2012-07-10Move the remnants of loadext.c to miinitext.cDaniel Stone1-6/+0
2012-07-10Loader: Move ExtensionModule types to DIXDaniel Stone1-11/+1
2012-07-10Loader: Remove extension initialisation sortingDaniel Stone2-5/+0
2012-07-10Add static extensions before those in modulesDaniel Stone1-0/+5
2012-07-10Move DRI2 from external module to built-inDaniel Stone4-4/+11
2012-07-10Move DRI1 from external module to built-inDaniel Stone2-3/+9
2012-07-10Remove the last remnants of extmodDaniel Stone1-1/+0
2012-07-10Move XFree86-VidMode from extmod to built-inDaniel Stone3-1/+2180
2012-07-09DGA: Remove excessive module-induced indirectionTomas Carnecky3-21/+8
2012-07-09Move DGA from extmod to built-inDaniel Stone4-1/+1154
2012-07-09Move SELinux from extmod to built-inDaniel Stone1-0/+22
2012-07-09Xv: Remove excessive module-induced indirectionTomas Carnecky3-10/+6
2012-07-09Move Xv and XvMC from extmod to built-inTomas Carnecky3-10/+0
2012-07-09Move RECORD from external module to built-inTomas Carnecky1-3/+0
2012-07-09Move DBE from an external module to built-inTomas Carnecky1-3/+0
2012-07-09Add xf86ExtensionInit for DDX extension configurationDaniel Stone4-0/+88
2012-07-09Loader: Drop EXTERN_MODULE flagDaniel Stone1-3/+0
2012-07-09Move extension initialisation prototypes into extinit.hDaniel Stone4-7/+56
2012-07-09Replace INITARGS with voidTomas Carnecky1-1/+1
2012-07-09Use C99 designated initializers in extension EventsAlan Coopersmith1-60/+60
2012-07-09Reliably reset signals at server init timeKeith Packard1-1/+0
2012-07-09xfree86: In InitOutput, only call OsReleaseSIGIO if OsBlockSIGIO was calledKeith Packard1-1/+4
2012-07-07xf86dga: handle DGAAvailable for gpu screens. (v2)Dave Airlie1-3/+12
2012-07-07dix: attach unbound screens to protocol screen 0 (v2)Dave Airlie1-0/+3
2012-07-06xfree86: add framework for provider support in ddx. (v4)Dave Airlie1-0/+1