summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* xv: support AI44/IA44Marcin Slusarz2011-10-101-0/+8
* dri2: Disable the "exchange" swapbuffers path for the moment (bug 35930).Maxim Levitsky2011-08-231-2/+1
* g3dvl: update for compatibility with latest pipe-video branch in MesaBryan Cain2011-08-021-8/+29
* drmmode_display: Resolve missing bracketsEmil Velikov2011-07-191-2/+2
* kms: fix multiple rotations in noaccel modeBen Skeggs2011-07-111-2/+1
* nvc0: accept 0xdx chipsetsBen Skeggs2011-06-171-0/+2
* nvc0: assume 0x9097's presence on all chipsetsBen Skeggs2011-06-171-13/+1
* kms: clear new fb to black on fb resizeBen Skeggs2011-05-301-0/+11
* nv50-nvc0/exa: fix bug causing surface state to not be reemitted after flushBen Skeggs2011-03-242-2/+2
* nvc0/accel: allow nvc1,nvc3,nvc4 in 3D engine init and use 9097Christoph Bumiller2011-03-031-0/+3
* 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
* Fix gcc 4.6.0 set but unused variable warningsFrancesco Marella2011-02-172-4/+1
* Page flipping man page updateFrancesco Marella2011-02-171-0/+3
* Update configure.ac with autoupdateFrancesco Marella2011-02-171-7/+8
* nv50: attempt to allocate compressed Z buffersBen Skeggs2011-02-161-1/+1
* fix drmSetMaster error reportingMarcin Slusarz2011-02-141-1/+1
* Also flush from the BlockHandler.Maarten Maathuis2011-02-111-3/+6
* exa: Flush (S)IFC to the frontbuffer immediately.Maarten Maathuis2011-02-093-0/+12
* dri2: allow page flipping to be disabled in xorg.confBen Skeggs2011-02-092-3/+16
* nvc0: merge initial acceleration supportBen Skeggs2011-01-1719-999/+4318
* nv50: fix pitch of linear scanout buffersBen Skeggs2011-01-071-7/+20
* nv04/exa: kill useless WAIT_RINGXavier Chantry2010-12-251-2/+0
* add back generic include of nouveau_pushbuf.hBen Skeggs2010-12-211-0/+1
* include nv04_pushbuf.h for ring macros, rather than nouveau_pushbuf.hBen Skeggs2010-12-2016-1/+20
* kill NVSync(), it's rather uselessBen Skeggs2010-12-203-24/+0
* nv50/xv: use mad in nv12 shader, rather than mul+addBen Skeggs2010-12-161-15/+12
* set canDoBGNoneRoot if building against new enough serverBen Skeggs2010-12-142-21/+20
* nv50/xv: implement brightness/contrast/saturation/hue controlsBen Skeggs2010-12-144-32/+159
* nv50/xv: kick csc parameters out into a constant bufferBen Skeggs2010-12-142-30/+50
* 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
* Purge cvs tags.Jesse Adkins2010-10-302-4/+0
* dri2: Fix throttling on occluded drawables.Francisco Jerez2010-10-261-0/+7
* kms: initial pass at supporting zaphod-modeBen Skeggs2010-10-255-6/+92
* dri2: Fix build on X server 1.8.Francisco Jerez2010-10-241-6/+6
* Bump the required X server version to 1.8.Francisco Jerez2010-10-221-1/+1
* 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-228-26/+22
* dri2: Implement the ScheduleWaitMSC/GetMSC hooks.Francisco Jerez2010-10-221-1/+69
* dri2: Add pageflip/exchange support.Francisco Jerez2010-10-226-7/+104
* Allocate a tiled scanout on pre-nv50 too.Francisco Jerez2010-10-221-5/+5
* dri2: Give out buffers ready for scanout.Francisco Jerez2010-10-221-0/+2
* Restructure tiled pixmap allocation in a single place.Francisco Jerez2010-10-226-116/+104
* dri2: Add sync-to-vblank support.Francisco Jerez2010-10-227-8/+202
* nv04-nv40/exa: Make the copy hook blit downwards for non-overlapping regions.Francisco Jerez2010-10-211-0/+35
* Make the sync-to-vblank helpers more consistent.Francisco Jerez2010-10-218-88/+71
* kms: Register a wakeup handler to poll vblank/pageflip/udev events.Francisco Jerez2010-10-213-23/+65
* Update to the last libdrm API.Francisco Jerez2010-10-125-10/+20