summaryrefslogtreecommitdiff
path: root/src/nouveau_dri2.c
Commit message (Expand)AuthorAgeFilesLines
* nouveau: convert to new screen conversion APIsscreen-conv-apiDave Airlie2012-05-161-10/+10
* dri2: Don't try to page-flip pixmaps (fdo bug 49351).Francisco Jerez2012-05-081-1/+1
* WIP: port to new libdrmBen Skeggs2012-04-141-15/+15
* dri2: Fix corner case crash for swaplimit > 1Mario Kleiner2012-03-061-0/+26
* dri2: Reimplement hack for triple-buffering on old X-Servers.Mario Kleiner2012-03-061-3/+29
* dri2: Allow vblank controlled swaps for redirected windows. Part IIMario Kleiner2012-03-061-3/+29
* dri2: Allow vblank controlled swaps for redirected windows. Part IMario Kleiner2012-03-061-2/+0
* dri2: Fixes to swap scheduling.Mario Kleiner2012-03-061-2/+21
* dri2: Update front buffer pixmap and name before exchanging buffersMario Kleiner2012-03-061-3/+42
* dri2: Add support for DRI2SwapLimit() API.Mario Kleiner2012-03-061-2/+27
* dri2: Implement handling of pageflip completion events.Mario Kleiner2012-03-061-5/+84
* dri2: Fix can_exchange() to allow page-flipping on more mesa versions.Mario Kleiner2012-03-061-1/+1
* dri2: CreateBuffer format may be 0, use depth in that caseChristoph Bumiller2012-01-091-2/+2
* dri2: fix allocation of Z16 depth attachmentsChristoph Bumiller2011-12-101-1/+5
* dri2: Add vdpau driver name entryMaarten Lankhorst2011-10-101-2/+8
* dri2: Disable the "exchange" swapbuffers path for the moment (bug 35930).Maxim Levitsky2011-08-231-2/+1
* dri2: return an error rather than crashing if we can't allocate a bufferBen Skeggs2011-03-011-1/+9
* dri2: disable page flipping if any crtc is rotatedBen Skeggs2011-02-241-0/+9
* include nv04_pushbuf.h for ring macros, rather than nouveau_pushbuf.hBen Skeggs2010-12-201-0/+1
* dri2: fix certain clients blocking forever when sync-to-vblank unavailableBen Skeggs2010-11-301-1/+3
* dri2: don't return failure from get_msc if sync-to-vblank isn't availableBen Skeggs2010-11-291-2/+5
* dri2: Don't return failure from schedule_wait if sync-to-vblank is unavailable.Francisco Jerez2010-11-261-1/+1
* dri2: Fix throttling on occluded drawables.Francisco Jerez2010-10-261-0/+7
* dri2: Fix build on X server 1.8.Francisco Jerez2010-10-241-6/+6
* dri2: Report damage on page-flipped drawables.Francisco Jerez2010-10-221-0/+2
* Make the sync-to-vblank helpers take a box as argument.Francisco Jerez2010-10-221-12/+8
* dri2: Implement the ScheduleWaitMSC/GetMSC hooks.Francisco Jerez2010-10-221-1/+69
* dri2: Add pageflip/exchange support.Francisco Jerez2010-10-221-6/+46
* dri2: Give out buffers ready for scanout.Francisco Jerez2010-10-221-0/+2
* dri2: Add sync-to-vblank support.Francisco Jerez2010-10-221-7/+176
* dri2: Throttle frontbuffer flushes.Francisco Jerez2010-09-301-0/+7
* noaccel: fix rotation, as well as an assert during server shutdownBen Skeggs2010-09-171-1/+0
* dri2: remove explit flush from copy_region()Ben Skeggs2010-08-261-3/+0
* dri2: Fix for the last DRI2InfoRec ABI.Francisco Jerez2010-06-151-7/+1
* use libc directly for [cm]alloc/freeBen Skeggs2010-06-091-2/+2
* dri2: Fix crashes on server regeneration.Francisco Jerez2010-02-101-31/+0
* dri2: Fix for the new DRI2InfoRec ABI.Francisco Jerez2010-01-311-0/+6
* dri: Use classic mesa on the fixed pipe cards.Francisco Jerez2009-12-281-1/+5
* dri2: Make the render targets tiled for pre-G80 cards.Francisco Jerez2009-12-161-2/+2
* exa: force the use of sysmem pixmaps on low-mem cardsBen Skeggs2009-11-021-0/+3
* dri2: call CreatePixmap rather than yet another custom-built oneBen Skeggs2009-09-161-54/+12
* dri2: switch to bo_new_tile()Ben Skeggs2009-09-101-11/+12
* dri2: call exaMoveInPixmap() before accessing driver pixmap privateBen Skeggs2009-08-101-0/+2
* dri2: fix CopyRegion()Ben Skeggs2009-08-051-3/+12
* dri2: merge DRI2BufferRec and nouveau_dri2_buffer into a single structBen Skeggs2009-08-051-28/+29
* dri2: remove support for < version 3Ben Skeggs2009-08-051-91/+16
* dri2: fix for xserver abi changeBen Skeggs2009-07-161-1/+74
* explicitly mark buffers mappableBen Skeggs2009-05-271-1/+2
* dri2: initial implementation, only with driver pixmapsBen Skeggs2009-03-181-0/+213