summaryrefslogtreecommitdiff
path: root/hw/xfree86/dri2
AgeCommit message (Expand)AuthorFilesLines
2009-08-28xace: fix up access modes in dixLookupDrawable calls from dri2.Eamon Walsh1-9/+16
2009-08-28xf86 ddx: add vga arbiter support.Dave Airlie1-0/+7
2009-07-06Remove old DRI2 buffer alloc/free interfacesKeith Packard3-205/+69
2009-07-06dri2: Preserve compatibility with 1.6 DRI2 API/ABIKeith Packard3-77/+203
2009-06-23dri2: Don't crash if pPriv is NULL.Michel Dänzer1-2/+10
2009-05-11DRI2: update DRI2 private drawable width & height according to X drawableJerome Glisse1-0/+2
2009-05-01DRI2: Force allocation of real-front buffer for non-windows as wellIan Romanick1-8/+11
2009-04-24DRI2: Implement protocol for DRI2GetBuffersWithFormatIan Romanick3-80/+231
2009-04-24DRI2: Add interface for drivers to query DRI2 extension versionIan Romanick2-0/+27
2009-04-20DRI2: Send the version the code actually supportsIan Romanick1-2/+2
2009-04-10DRI2: Synchronize the contents of the real and fake front-buffersIan Romanick1-0/+22
2009-04-10DRI2: Do not send the real front buffer of a window to the clientIan Romanick1-2/+22
2009-04-10DRI2: Add fake front-buffer to request list for windowsIan Romanick1-0/+40
2009-01-18Don't reuse PKG_CHECK_MODULES identifiersDan Nicholson1-1/+1
2008-12-12Remove #define NEED_EVENTS and NEED_REPLIESPeter Hutterer1-1/+0
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade2-16/+16
2008-12-01Drop unused DRI2 vblank infrastructure.Kristian Høgsberg2-29/+0
2008-11-29Export symbols defined in the sdk.Paulo Cesar Pereira de Andrade1-3/+3
2008-11-28Make visible symbols required by xorg modules.Paulo Cesar Pereira de Andrade1-5/+5
2008-11-15DRI2: Don't crash in DRI2ClipNotify when DRI2DrawablePtr is NULL.Michel Dänzer1-1/+1
2008-10-15dri2: Update to latest protocol draft.Kristian Høgsberg3-87/+124
2008-10-04dri2: fix compilation (remove no longer existing include file)Roland Scheidegger1-1/+0
2008-08-29DRI2: Drop sarea use, implement server side swap buffers.Kristian Høgsberg3-374/+232
2008-08-28Prepare for array-index based devPrivates.Tomas Carnecky1-3/+6
2008-07-24Remove all empty extension reset hooks, replace with NULL.Adam Jackson1-6/+1
2008-05-21Get out of the mesa symlinking business.Kristian Høgsberg1-1/+1
2008-04-02Pick up dri2proto from the standard proto header include path.Kristian Høgsberg1-1/+1
2008-04-02Add @XORG_CFLAGS@ to satisfy xf86* includes.Kristian Høgsberg1-1/+1
2008-04-02dri2: fix crasher if DRI2Connect failsXiang, Haihao1-1/+1
2008-03-31Implement DRI2 direct rendering and update AIGLX to DRI interface changes.Kristian Høgsberg4-45/+444
2008-03-11DRI2: Add DRI2AuthConnection().Kristian Høgsberg2-0/+13
2008-03-09DRI2: Return event buffer head index in DRI2CreateDrawable.Kristian Høgsberg2-3/+5
2008-02-29GLX: Adjust to changes in DRI driver interface.Kristian Høgsberg2-14/+0
2008-02-14GLX: Implement support for TTM BO based TFP when available.Kristian Høgsberg2-0/+11
2008-02-14Add DRI2 module.Kristian Høgsberg3-0/+540