summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-12-22add stop tracking supportdrvmodelDave Airlie1-2/+13
2011-12-20disable nvcopy for nowDave Airlie1-1/+1
2011-12-20nvcopy fixesDave Airlie2-8/+9
2011-12-20use rolesDave Airlie1-0/+2
2011-12-20fix optimusDave Airlie1-0/+4
2011-12-20nouveau: set shared flag to keep kernel happyDave Airlie1-0/+1
2011-12-20nouveau: use window box to create backing pixmapsDave Airlie1-3/+15
2011-12-09initial attempt at using copy engineBen Skeggs5-0/+162
2011-12-09add pixmap sharing support via prime/dmabufDave Airlie6-25/+184
2011-11-24little bit more of dri2Dave Airlie1-0/+40
2011-11-24add flush + blockhandlrDave Airlie2-0/+19
2011-11-24fix cursorsDave Airlie1-0/+30
2011-11-24add some more optionsDave Airlie1-0/+18
2011-11-24nouveau: initial drv supportDave Airlie10-4/+3815
2011-11-24move stuff from scrn->nvDave Airlie13-53/+38
2011-11-24stop passing scrnDave Airlie8-68/+43
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