summaryrefslogtreecommitdiff
path: root/hw/xfree86/dri2
AgeCommit message (Expand)AuthorFilesLines
2018-05-14DRI2: Sync radeonsi_pci_ids.h from MesaBas Nieuwenhuizen1-0/+30
2018-05-07dri2: Sync i965_pci_ids.h from mesaAnuj Phogat1-2/+11
2018-03-07dri2: Sync i965_pci_ids.h from Mesa.Rodrigo Vivi1-9/+17
2017-10-30Use ARRAY_SIZE all over the treeDaniel Martin1-1/+1
2017-09-13dri2: sort DRI2InfoPtr::version checking in ascending orderEmil Velikov1-6/+5
2017-07-06dri2: Sync i965_pci_ids.h from Mesa.Rodrigo Vivi1-0/+23
2017-05-10meson: Make driprotos and libdrm optionalJon TURNEY1-1/+1
2017-04-26Add a Meson build system alongside autotools.Eric Anholt1-0/+16
2017-03-20dri2: Sync i965_pci_ids.h from Mesa.Kenneth Graunke1-19/+21
2017-03-01dispatch: Mark swapped dispatch as _X_COLDAdam Jackson1-2/+2
2017-01-25dri2: refine dri2_probe_driver_name (v2)Qiang Yu1-19/+24
2016-11-02dri2: Sync i965_pci_ids.h from mesaTimo Aaltonen1-15/+17
2016-10-26DRI2: Sync radeonsi_pci_ids.h from MesaMichel Dänzer1-0/+12
2016-06-17xrandrprovider: Do not use separate lists for unbound / source / offload slavesHans de Goede1-2/+5
2016-06-08prime: clean up slave bo properly. (v3)Dave Airlie1-0/+1
2016-03-28DRI2: add Polaris PCI IDsSonny Jiang1-0/+10
2016-02-29dri2: Allow many blocked clients per-drawableChris Wilson1-59/+71
2016-02-22dri2: add virtio-gpu pci idsMarc-Andre Lureau3-0/+10
2016-02-11dri2: Use the work queue to manage client sleepsAdam Jackson1-12/+16
2016-02-08dri2: Unblock Clients on Drawable releaseChris Wilson1-0/+3
2016-02-08dri2: Only invalidate the immediate Window upon SetWindowPixmapChris Wilson1-3/+2
2016-01-27dri2: Sync i915_pci_ids.h and i965_pci_ids.h from mesaTimo Aaltonen2-6/+54
2015-10-27DRI2: Sync radeonsi_pci_ids.h from MesaMichel Dänzer1-0/+28
2015-09-24dri2: better checks for integer overflow in GetBuffers*Alan Coopersmith1-3/+11
2015-04-21Convert hw/xfree86 to new *allocarray functionsAlan Coopersmith1-2/+2
2015-01-26dri2: Set vdpau driver name if ddx does not provide any driver nameAdel Gadllah1-3/+3
2015-01-23dri2: SourceOffloads may be for DRI3 onlyChris Wilson1-0/+3
2014-12-08dri2: integer overflow in ProcDRI2GetBuffers() [CVE-2014-8094]Alan Coopersmith1-0/+3
2014-10-28dri2: Distribute new pci_ids headersKeith Packard2-0/+13
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
2014-06-23dri2: Invalidate DRI2Buffers upon SetWindowPixmap updatesChris Wilson1-0/+20
2014-06-23dri2: Use the PrimeScreen when creating/reusing buffersChris Wilson1-10/+6
2014-05-22dri2: Fix detection of wrong prime_id in GetScreenPrime.Michal Srb1-4/+2
2014-04-21DRI2SwapBuffers: Fix uninitialized target SBC.Jamey Sharp1-5/+8
2014-04-21DRI2SwapBuffers: Don't reuse swap_target variable.Jamey Sharp1-7/+3
2014-01-12Replace 'pointer' type with 'void *'Keith Packard1-2/+2
2014-01-12xfree86 warning reductionKeith Packard1-2/+0
2013-12-09dri2: Disable when Xinerama is activeAdam Jackson1-0/+5
2013-06-18Revert "DRI2: re-allocate DRI2 drawable if pixmap serial changes"Eric Anholt1-18/+1
2012-09-20dix: Pull client-is-local flag up to the ClientRecAdam Jackson1-1/+1
2012-09-17dri2: invalidate drawable after sharing pixmapDave Airlie1-32/+42
2012-08-07dri2: fix master pixmap free and reset pointerDave Airlie1-1/+2
2012-08-07dri2: free slave pixmap on app exitDave Airlie1-0/+5
2012-07-16Use C99 designated initializers in DRI2GetParam repliesAlan Coopersmith1-4/+5
2012-07-12dri2: Add DRI2CreateDrawable2.Michel Dänzer2-2/+20
2012-07-10Move DRI2 from external module to built-inDaniel Stone5-60/+42
2012-07-10DRI2: Remove prototype for DRI2DestroyDrawableDaniel Stone1-2/+0
2012-07-10Move DRI1 from external module to built-inDaniel Stone1-1/+0
2012-07-09Use C99 designated initializers in extension EventsAlan Coopersmith1-14/+14