summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-12-09nva3: initial support for using the copy engine for copiespcopyBen Skeggs8-0/+175
2011-12-01move away from libdrm's BEGIN_RING (and variants) macrosBen Skeggs20-740/+768
2011-12-01Append _CLASS to object class id definitionsBen Skeggs6-153/+162
2011-12-01exa: create general m2mf rect copy for each chipset, use for UTS/DFSBen Skeggs6-420/+327
2011-12-01fix typo in conversion to rnn headersMarcin Slusarz2-2/+2
2011-11-30convert entire ddx to rnn headersBen Skeggs36-11251/+10900
2011-11-10Default to 16bpp for low memory cards.Marcin Slusarz1-1/+4
2011-11-10nv50/exa: wait for enough space for at least one composite operationMarcin Slusarz1-2/+2
2011-11-10add missing return in nv50_accel_init failure pathMarcin Slusarz1-0/+1
2011-10-10dri2: Add vdpau driver name entryMaarten Lankhorst1-2/+8
2011-10-10xv: support AI44/IA44Marcin Slusarz1-0/+8
2011-08-23dri2: Disable the "exchange" swapbuffers path for the moment (bug 35930).Maxim Levitsky1-2/+1
2011-08-02g3dvl: update for compatibility with latest pipe-video branch in MesaBryan Cain1-8/+29
2011-07-19drmmode_display: Resolve missing bracketsEmil Velikov1-2/+2
2011-07-11kms: fix multiple rotations in noaccel modeBen Skeggs1-2/+1
2011-06-17nvc0: accept 0xdx chipsetsBen Skeggs1-0/+2
2011-06-17nvc0: assume 0x9097's presence on all chipsetsBen Skeggs1-13/+1
2011-05-30kms: clear new fb to black on fb resizeBen Skeggs1-0/+11
2011-03-24nv50-nvc0/exa: fix bug causing surface state to not be reemitted after flushBen Skeggs2-2/+2
2011-03-03nvc0/accel: allow nvc1,nvc3,nvc4 in 3D engine init and use 9097Christoph Bumiller1-0/+3
2011-03-01dri2: return an error rather than crashing if we can't allocate a bufferBen Skeggs1-1/+9
2011-02-24dri2: disable page flipping if any crtc is rotatedBen Skeggs1-0/+9
2011-02-17Fix gcc 4.6.0 set but unused variable warningsFrancesco Marella2-4/+1
2011-02-17Page flipping man page updateFrancesco Marella1-0/+3
2011-02-17Update configure.ac with autoupdateFrancesco Marella1-7/+8
2011-02-16nv50: attempt to allocate compressed Z buffersBen Skeggs1-1/+1
2011-02-14fix drmSetMaster error reportingMarcin Slusarz1-1/+1
2011-02-11Also flush from the BlockHandler.Maarten Maathuis1-3/+6
2011-02-09exa: Flush (S)IFC to the frontbuffer immediately.Maarten Maathuis3-0/+12
2011-02-09dri2: allow page flipping to be disabled in xorg.confBen Skeggs2-3/+16
2011-01-17nvc0: merge initial acceleration supportBen Skeggs19-999/+4318
2011-01-07nv50: fix pitch of linear scanout buffersBen Skeggs1-7/+20
2010-12-25nv04/exa: kill useless WAIT_RINGXavier Chantry1-2/+0
2010-12-21add back generic include of nouveau_pushbuf.hBen Skeggs1-0/+1
2010-12-20include nv04_pushbuf.h for ring macros, rather than nouveau_pushbuf.hBen Skeggs16-1/+20
2010-12-20kill NVSync(), it's rather uselessBen Skeggs3-24/+0
2010-12-16nv50/xv: use mad in nv12 shader, rather than mul+addBen Skeggs1-15/+12
2010-12-14set canDoBGNoneRoot if building against new enough serverBen Skeggs2-21/+20
2010-12-14nv50/xv: implement brightness/contrast/saturation/hue controlsBen Skeggs4-32/+159
2010-12-14nv50/xv: kick csc parameters out into a constant bufferBen Skeggs2-30/+50
2010-11-30dri2: fix certain clients blocking forever when sync-to-vblank unavailableBen Skeggs1-1/+3
2010-11-29dri2: don't return failure from get_msc if sync-to-vblank isn't availableBen Skeggs1-2/+5
2010-11-26dri2: Don't return failure from schedule_wait if sync-to-vblank is unavailable.Francisco Jerez1-1/+1
2010-10-30Purge cvs tags.Jesse Adkins2-4/+0
2010-10-26dri2: Fix throttling on occluded drawables.Francisco Jerez1-0/+7
2010-10-25kms: initial pass at supporting zaphod-modeBen Skeggs5-6/+92
2010-10-24dri2: Fix build on X server 1.8.Francisco Jerez1-6/+6
2010-10-22Bump the required X server version to 1.8.Francisco Jerez1-1/+1
2010-10-22dri2: Report damage on page-flipped drawables.Francisco Jerez1-0/+2
2010-10-22Make the sync-to-vblank helpers take a box as argument.Francisco Jerez8-26/+22