summaryrefslogtreecommitdiff
path: root/hw/xfree86
AgeCommit message (Expand)AuthorFilesLines
2014-10-27dix: Always store GC client clip as a region (v2)Adam Jackson1-1/+1
2014-10-27mi: Fold mifpolycon.c into miarc.cAdam Jackson1-1/+0
2014-10-27mi: Fold mispans.c into miwideline.cAdam Jackson1-1/+0
2014-10-27mi: Unexport wide line detailsAdam Jackson1-1/+0
2014-10-09Merge remote-tracking branch 'ajax/dead-code'Keith Packard2-80/+48
2014-10-09Merge remote-tracking branch 'ajax/mi-cleanup'Keith Packard3-7/+6
2014-10-09dix: Drop the third argument from WindowExposuresProcPtrAdam Jackson3-7/+6
2014-10-09modesetting: Add support for rendering using glamor.Eric Anholt4-11/+95
2014-10-09modesetting: Deduplicate some scrn setup.Eric Anholt1-33/+22
2014-10-09modesetting: Fix some weird formatting after x-indent-all.sh.Eric Anholt1-2/+5
2014-10-09modesetting: Run x-indent-all.sh.Eric Anholt4-1510/+1586
2014-10-08xfree86: Remove some can't-happen printf from xf86CreateRootWindowAdam Jackson1-15/+0
2014-10-08loader: Remove some baklava codeAdam Jackson1-65/+48
2014-10-02xfree86: Remove remaining return FALSE from configServerFlagsKeith Packard1-1/+1
2014-10-02Merge remote-tracking branch 'ajax/dead-code'Keith Packard20-649/+38
2014-10-02xfree86: Delete file modinit.hDaniel Martin1-80/+0
2014-09-26x86emu: Undefine _NO_INLINEAdam Jackson1-1/+1
2014-09-26xfree86: Remove pointless xf86PrintMarkersAdam Jackson1-7/+1
2014-09-26xfree86: configServerFlags never fails, make it return voidAdam Jackson1-8/+2
2014-09-26xfree86: Remove unused xf86Info.useDefaultFontPathFromAdam Jackson2-3/+0
2014-09-26xfree86: Remove xf86Info.log (v2)Adam Jackson3-10/+0
2014-09-26xfree86: Remove DisplayID supportAdam Jackson4-508/+0
2014-09-26xfree86: Remove useless back-pointer to pScrn from colormap codeAdam Jackson1-26/+20
2014-09-26xfree86: Remove spurious xf86ConfigErrorAdam Jackson1-36/+12
2014-09-26xfree86: Remove Option "TextClockFreq"Adam Jackson7-22/+0
2014-09-26xfree86: Remove xv clip notify driver hookAdam Jackson3-8/+0
2014-09-26loader: Deobfuscate RTLD_* macro stuffAdam Jackson1-20/+2
2014-09-18xserver: Move 'pragma GCC diagnostic' outside functionsJon TURNEY1-1/+5
2014-09-18loader: Remove compatibility with ancient XFree86 version numberingAdam Jackson1-37/+9
2014-09-17Merge remote-tracking branch 'anholt/modesetting-import'Keith Packard8-1/+3067
2014-09-16modesetting: Drop remaining old-xserver compatibility.Eric Anholt3-24/+3
2014-09-16modesetting: Drop use of compat-api.hEric Anholt4-125/+21
2014-09-16modesetting: Connect the driver to the build.Eric Anholt5-9/+39
2014-09-16xfree86: Clean up some more alpha awarenessAdam Jackson8-375/+2
2014-09-16xfree86: Remove the memory of MTRR awarenessAdam Jackson4-122/+0
2014-09-16xfree86: Remove xf86CheckMTRRAdam Jackson2-83/+0
2014-09-16xfree86: Remove xf86ReadBIOSAdam Jackson13-497/+1
2014-09-16int10: Port off xf86ReadBIOSAdam Jackson2-3/+32
2014-09-16xfree86: Remove xf86LinearVidMemAdam Jackson11-35/+2
2014-09-16xfree86: Remove {set,undo}WC from VidMemInfoAdam Jackson4-619/+2
2014-09-16xfree86: Remove xf86{Map,Unmap}VidMemAdam Jackson11-1302/+2
2014-09-15modesetting: Update for the platform device API change.Eric Anholt1-4/+4
2014-09-15modesetting: Drop use of "pointer" for "void *"Eric Anholt2-5/+5
2014-09-15modesetting: xserver already checks XEXTPROTO >= 7.2.99.901.Eric Anholt1-6/+0
2014-09-15modesetting: unifdef MODESETTING_OUTPUT_SLAVE_SUPPORTEric Anholt3-37/+2
2014-09-15modesetting: Merge modesetting's COPYING into the xserver's.Eric Anholt1-44/+0
2014-08-26Merge branch 'modesetting-import' into masterEric Anholt8-0/+3246
2014-08-21xfree86: Allow non-PCI devices as primaryThierry Reding1-4/+3
2014-08-21xfree86: Fallback to first platform device as primaryThierry Reding3-0/+19
2014-08-17Fix format string.Joerg Sonnenberger1-1/+1