summaryrefslogtreecommitdiff
path: root/hw/xfree86
AgeCommit message (Expand)AuthorFilesLines
2015-03-31xf86Crtc: add tile prop settingDave Airlie2-2/+77
2015-03-24glamor: Eliminate GLAMOR_USE_SCREEN and GLAMOR_USE_PICTURE_SCREENKeith Packard1-4/+1
2015-03-13int10: Fix error check for pci_device_map_legacyJürg Billeter2-2/+2
2015-03-13symbols: Fix sdksyms.sh to cope with gcc5Egbert Eich1-1/+13
2015-03-13Drop valuator mask argument from GetKeyboardEventsPeter Hutterer4-46/+12
2015-01-26dri2: Set vdpau driver name if ddx does not provide any driver nameAdel Gadllah1-3/+3
2015-01-23modesetting: Return the crtc for a drawable even if it's rotatedJason Ekstrand1-8/+1
2015-01-23modesetting: Add support for using RandR shadow buffersJason Ekstrand2-3/+115
2015-01-23modesetting: Add drmmode_bo_has_bo and drmmode_bo_map helper functionJason Ekstrand1-11/+32
2015-01-23modesetting: Refactor drmmode_glamor_new_screen_pixmapJason Ekstrand1-12/+27
2015-01-23dri2: SourceOffloads may be for DRI3 onlyChris Wilson1-0/+3
2015-01-23drivers/modesetting: Save current BlockHandler on return in msBlockHandlerKeith Packard1-0/+1
2015-01-10modesetting: Update the cursor without hiding itJasper St. Pierre1-0/+1
2015-01-05xfree86: rename Xorg.bin to XorgPeter Hutterer4-9/+9
2015-01-01modesetting: Fix build with --disable-glamor.Kenneth Graunke1-0/+2
2014-12-25modesetting: Add vblank synchronization support when using Present.Kenneth Graunke5-0/+256
2014-12-25modesetting: Include glamor.h from driver.h.Kenneth Graunke4-15/+8
2014-12-25modesetting: Check DPMS mode in ms_covering_crtc().Kenneth Graunke1-1/+9
2014-12-25modesetting: Track the CRTC's DPMS mode.Kenneth Graunke2-12/+6
2014-12-25modesetting: Detect whether damage tracking is neededKeith Packard1-11/+16
2014-12-25modesetting: Fix damage tracking auto-disable codeKeith Packard1-6/+3
2014-12-19Solaris: Move shared declarations to xf86_OSlib.hAlan Coopersmith3-3/+5
2014-12-19modesetting: Enable Xv when using glamorKeith Packard1-0/+13
2014-12-18modesetting: [v2] Don't re-enable the cursor when loading the imageKeith Packard2-35/+41
2014-12-11Solaris: delete undocumented, unuseful -protect0 flagAlan Coopersmith1-31/+0
2014-12-11modesetting: Use GBM for buffer allocations if Glamor supports it.Kenneth Graunke3-8/+68
2014-12-11modesetting: Create a drmmode_bo wrapper; use it for front_bo.Kenneth Graunke3-24/+61
2014-12-11modesetting: Drop dumb_bo::map_count field and dead unmap code.Kenneth Graunke2-11/+0
2014-12-11modesetting: Move dumb_bo into its own source files.Kenneth Graunke5-117/+194
2014-12-11modesetting: Create helper for glamor_egl_create_textured_screen call.Kenneth Graunke3-24/+28
2014-12-11modesetting: Move ModifyPixmapHeader calls out of if/else branches.Kenneth Graunke1-10/+6
2014-12-11modesetting: Stop using glamor_egl_create_textured_screen_ext().Kenneth Graunke2-12/+10
2014-12-08dri2: integer overflow in ProcDRI2GetBuffers() [CVE-2014-8094]Alan Coopersmith1-0/+3
2014-12-08modesetting: Remove unused params from drmmode_output_init()Daniel Martin1-4/+3
2014-12-08modesetting: Fix ifdefs s/HAVE_UDEV/CONFIG_UDEV_KMS/Daniel Martin2-5/+5
2014-12-08modesetting: Create new EGL screen in drmmode_xf86crtc_resizeDaniel Martin1-0/+19
2014-12-08modesetting: Move Bool glamor into drmmode structDaniel Martin3-8/+8
2014-11-24Merge remote-tracking branch 'whot/for-keith'Keith Packard88-500/+504
2014-11-12Drop trailing whitespacesPeter Hutterer87-500/+500
2014-11-12xfree86: drop double-typedef of DBusConnectionPeter Hutterer1-0/+4
2014-10-30xfree86: Bump ABI versions (video: 19, extension: 9)Aaron Plattner1-2/+2
2014-10-28xfree86: Include 'drivers' directory with distributionKeith Packard1-1/+1
2014-10-28dri2: Distribute new pci_ids headersKeith Packard2-0/+13
2014-10-27modesetting: Skip kernel work-around on error in crtc to kernel mscKeith Packard1-11/+12
2014-10-27Merge remote-tracking branch 'anholt/modesetting-dri2-no-pageflip'Keith Packard18-8/+2405
2014-10-27Skip SetCursor when vtSema is FALSE.Yogish Kulkarni1-1/+3
2014-10-27modesetting: Add support for DRI2 with glamor.Eric Anholt7-3/+1364
2014-10-27modesetting: Export two functions I want to reuse from DRI2/Present.Eric Anholt2-4/+7
2014-10-27dri2: Automatically fill in the driver name if the DDX doesn't provide it.Eric Anholt1-1/+61
2014-10-27dri2: Import a copy of Mesa's PCI ID -> driver name mappings.Eric Anholt10-0/+973