summaryrefslogtreecommitdiff
path: root/hw/xfree86/dri2/dri2ext.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-15dix: unexport some lookup functionsEnrico Weigelt, metux IT consult1-0/+3
2020-07-05Fix spelling/wording issuesAlan Coopersmith1-1/+1
2017-03-01dispatch: Mark swapped dispatch as _X_COLDAdam Jackson1-2/+2
2015-09-24dri2: better checks for integer overflow in GetBuffers*Alan Coopersmith1-3/+11
2014-12-08dri2: integer overflow in ProcDRI2GetBuffers() [CVE-2014-8094]Alan Coopersmith1-0/+3
2013-12-09dri2: Disable when Xinerama is activeAdam Jackson1-0/+5
2012-09-20dix: Pull client-is-local flag up to the ClientRecAdam Jackson1-1/+1
2012-07-16Use C99 designated initializers in DRI2GetParam repliesAlan Coopersmith1-4/+5
2012-07-10Move DRI2 from external module to built-inDaniel Stone1-16/+8
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: add initial prime support. (v1.2)Dave Airlie1-2/+2
2012-05-31dri2: Add DRI2GetParam request (v2)Chad Versace1-0/+33
2012-05-22dri2: SProcDRI2Connect - send the response.Michal Srb1-0/+3
2012-03-21Introduce a consistent coding styleKeith Packard1-117/+111
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ä1-2/+2
2011-11-18dri2: Register the DRI2DrawableType after server regenerationChris Wilson1-0/+3
2011-09-21Use internal temp variable for swap macrosMatt Turner1-9/+7
2011-06-29DRI2/GLX: use new swap event typesJesse Barnes1-4/+3
2010-06-10dri2: Only deal with output windows and pixmaps.Keith Packard1-1/+3
2010-06-10DRI2: Don't return junk reply instead of blocking in glXWaitForSbcOML()Mario Kleiner1-13/+3
2010-06-03DRI2: Allow building without libdrmTiago Vignatti1-1/+0
2010-05-19Set event sequence number in WriteEventsToClient instead of at callers.Jamey Sharp1-2/+0
2010-05-19Make WriteEventsToClient/WriteToClient no-op on fake or dead clients.Jamey Sharp1-3/+0
2010-05-14dri2: Fix xserver crash if dri2 buffer allocation fails.Pauli Nieminen1-6/+7
2010-05-13Eliminate boilerplate around client->noClientException.Jamey Sharp1-18/+18
2010-05-13dri2: Send out event when auxillary buffers are invalidatedKristian Høgsberg1-1/+18
2010-05-11dri2: Take an XID for tracking the DRI2 drawableKristian Høgsberg1-1/+1
2010-04-16DRI2: Track DRI2 drawables as resources, not privatesKristian Høgsberg1-22/+0
2010-03-29DRI2: throttle swaps at submission time tooJesse Barnes1-0/+7
2010-03-29DRI2: advertise lowest supported DRI2 protocol versionJesse Barnes1-2/+2
2010-02-25DRI2: initialize event->drawable in DRI2SwapEventRobert Bragg1-0/+2
2010-01-11GLX/DRI2: add INTEL_swap_event supportJesse Barnes1-1/+23
2010-01-11DRI2: add support for new DRI2 protocol requestsJesse Barnes1-0/+195
2009-12-18Add type name argument to CreateNewResourceTypeAlan Coopersmith1-4/+1
2009-12-18Ensure all resource types created have names registeredAlan Coopersmith1-0/+3
2009-12-18Check for failures from CreateNewResourceTypeAlan Coopersmith1-1/+5
2009-10-23DRI2: Report the correct extension minor versionKeith Packard1-1/+1
2009-09-21input: define server-supported protocol versions in one single file.Peter Hutterer1-2/+3
2009-08-28xace: fix up access modes in dixLookupDrawable calls from dri2.Eamon Walsh1-9/+16
2009-07-06Remove old DRI2 buffer alloc/free interfacesKeith Packard1-3/+3
2009-07-06dri2: Preserve compatibility with 1.6 DRI2 API/ABIKeith Packard1-3/+3
2009-04-24DRI2: Implement protocol for DRI2GetBuffersWithFormatIan Romanick1-26/+62
2009-04-20DRI2: Send the version the code actually supportsIan Romanick1-2/+2
2009-04-10DRI2: Do not send the real front buffer of a window to the clientIan Romanick1-2/+22
2008-12-12Remove #define NEED_EVENTS and NEED_REPLIESPeter Hutterer1-1/+0
2008-12-01Drop unused DRI2 vblank infrastructure.Kristian Høgsberg1-5/+0
2008-10-15dri2: Update to latest protocol draft.Kristian Høgsberg1-61/+53