summaryrefslogtreecommitdiff
path: root/hw/xfree86/dri2/dri2.c
AgeCommit message (Expand)Author
2009-09-14dri2: Don't crash if pPriv is NULL.Michel Dänzer
2009-07-06dri2: Preserve compatibility with 1.6 DRI2 API/ABIKeith Packard
2009-06-11DRI2: update DRI2 private drawable width & height according to X drawableJerome Glisse
2009-06-11DRI2: Force allocation of real-front buffer for non-windows as wellIan Romanick
2009-06-11DRI2: Implement protocol for DRI2GetBuffersWithFormatIan Romanick
2009-06-11DRI2: Add interface for drivers to query DRI2 extension versionIan Romanick
2009-06-11DRI2: Synchronize the contents of the real and fake front-buffersIan Romanick
2009-06-11DRI2: Add fake front-buffer to request list for windowsIan Romanick
2008-12-01Drop unused DRI2 vblank infrastructure.Kristian Høgsberg
2008-11-15DRI2: Don't crash in DRI2ClipNotify when DRI2DrawablePtr is NULL.Michel Dänzer
2008-10-15dri2: Update to latest protocol draft.Kristian Høgsberg
2008-10-04dri2: fix compilation (remove no longer existing include file)Roland Scheidegger
2008-08-29DRI2: Drop sarea use, implement server side swap buffers.Kristian Høgsberg
2008-08-28Prepare for array-index based devPrivates.Tomas Carnecky
2008-03-31Implement DRI2 direct rendering and update AIGLX to DRI interface changes.Kristian Høgsberg
2008-03-11DRI2: Add DRI2AuthConnection().Kristian Høgsberg
2008-03-09DRI2: Return event buffer head index in DRI2CreateDrawable.Kristian Høgsberg
2008-02-29GLX: Adjust to changes in DRI driver interface.Kristian Høgsberg
2008-02-14GLX: Implement support for TTM BO based TFP when available.Kristian Høgsberg
2008-02-14Add DRI2 module.Kristian Høgsberg