summaryrefslogtreecommitdiff
path: root/hw/xfree86/dri2
AgeCommit message (Expand)AuthorFilesLines
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
2012-07-09Use C99 designated initializers in xf86 extension RepliesAlan Coopersmith1-44/+55
2012-07-07dri2/prime: allocate prime id at screen allocation timeDave Airlie1-5/+32
2012-07-07dri2: add initial prime support. (v1.2)Dave Airlie3-28/+266
2012-07-02Add pixman to module dependencies for pixman_region_* functionsAlan Coopersmith1-1/+1
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 Rogers2-8/+36
2012-05-31dri2: Add DRI2GetParam request (v2)Chad Versace3-1/+99
2012-05-22dri2: SProcDRI2Connect - send the response.Michal Srb1-0/+3
2012-04-05xfree86: allow modules to be built without undefined symbolsYaakov Selkowitz1-1/+2
2012-03-21Introduce a consistent coding styleKeith Packard3-678/+674
2012-02-03Namespace list api to reduce conflicts with similar system headersAlan Coopersmith1-10/+10
2012-01-12Revert "dix: Pull client-is-local flag up to the ClientRec"Keith Packard1-1/+1
2012-01-06dix: Pull client-is-local flag up to the ClientRecAdam Jackson1-1/+1
2011-12-19dri2: Invalidate window pixmapsVille Syrjälä3-4/+6
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 Wilson2-2/+15
2011-11-18DRI2: Avoid a NULL pointer dereferenceChris Wilson1-1/+2
2011-09-21Use internal temp variable for swap macrosMatt Turner1-9/+7
2011-09-21DRI2: Allow DDX to validate swap_limit changesPauli Nieminen2-1/+25
2011-09-21DRI2: Expose API to set drawable swap limit.Pauli Nieminen2-0/+24
2011-09-21DRI2: Add ReuseBufferNotify hookPauli Nieminen2-1/+23
2011-07-01Merge remote-tracking branch 'whot/for-keith'Keith Packard1-0/+1
2011-06-30dri2: restore Screen->ConfigNotify on closeMarcin Slusarz1-0/+1
2011-06-29DRI2/GLX: use new swap event typesJesse Barnes2-5/+4
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
2011-04-04xfree86: dri2: fix memory leak and free resources properlyTiago Vignatti1-2/+7
2011-02-18Replace malloc with calloc to initialize the buffers[] as NULL in do_get_buff...Justin Dou1-1/+1