summaryrefslogtreecommitdiff
path: root/hw/xfree86/dri2/dri2.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-10xserver/output: rename some badly named variables/APIs.Dave Airlie1-34/+34
2019-08-06xf86: dri2: Use va_gl as VDPAU driver for Intel i965 GPUsHans de Goede1-0/+7
2019-01-30dri2: Stop pretending VGA arbitration mattersAdam Jackson1-7/+0
2018-12-11ci: Work around broken python UTF8 handling in the CI docker imageAdam Jackson1-1/+0
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-01-25dri2: refine dri2_probe_driver_name (v2)Qiang Yu1-19/+24
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-02-29dri2: Allow many blocked clients per-drawableChris Wilson1-59/+71
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
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-10-27dri2: Automatically fill in the driver name if the DDX doesn't provide it.Eric Anholt1-1/+61
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-06-18Revert "DRI2: re-allocate DRI2 drawable if pixmap serial changes"Eric Anholt1-18/+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-12dri2: Add DRI2CreateDrawable2.Michel Dänzer1-2/+13
2012-07-10Move DRI2 from external module to built-inDaniel Stone1-35/+3
2012-07-07dri2/prime: allocate prime id at screen allocation timeDave Airlie1-5/+32
2012-07-07dri2: add initial prime support. (v1.2)Dave Airlie1-22/+243
2012-06-28dri2: Fix authentication for < v8 clients (v2).Christopher James Halse Rogers1-4/+4
2012-06-20dri2: Pass a ScreenPtr through to the driver's AuthMagic function. (v3)Christopher James Halse Rogers1-7/+28
2012-05-31dri2: Add DRI2GetParam request (v2)Chad Versace1-0/+41
2012-03-21Introduce a consistent coding styleKeith Packard1-469/+477
2012-02-03Namespace list api to reduce conflicts with similar system headersAlan Coopersmith1-10/+10
2011-12-19dri2: Invalidate window pixmapsVille Syrjälä1-1/+2
2011-12-19dri2: Invalidate DRI2 buffers for all windows with the same pixmap on swapKeith Packard1-1/+30
2011-12-19dri2: Always re-generate front buffer information when asked for it.Michel Dänzer1-0/+1
2011-12-19dri2: Initialize needInvalidate member of DRI2Drawable.Rami Ylimäki1-0/+1
2011-11-18dri2: Register the DRI2DrawableType after server regenerationChris Wilson1-2/+12
2011-11-18DRI2: Avoid a NULL pointer dereferenceChris Wilson1-1/+2
2011-09-21DRI2: Allow DDX to validate swap_limit changesPauli Nieminen1-1/+11
2011-09-21DRI2: Expose API to set drawable swap limit.Pauli Nieminen1-0/+23
2011-09-21DRI2: Add ReuseBufferNotify hookPauli Nieminen1-0/+8
2011-06-30dri2: restore Screen->ConfigNotify on closeMarcin Slusarz1-0/+1
2011-05-13dri2: Don't send so many needless invalidate eventsVille Syrjälä1-1/+6
2011-04-14dri2: Pass out_count by value to update_dri2_drawable_buffers()Ville Syrjälä1-4/+4
2011-04-14dri2: Handle calloc() failureVille Syrjälä1-5/+9