git-log is no longer valid for git 1.6, switch to git log.
[nouveau] / src / nv_dma.c
2008-07-28  Ben Skeggsremove use of implicit variables from pushbuf macros
2008-03-08  Stuart BennettVarious minor tidyups
2008-02-18  Danny TholenFix PPC DFS/UTS by using PCIgart.
2007-11-17  Ben SkeggsAdd a user callback for when a channel hang is detected.
2007-11-16  Ben SkeggsInitial buffer object work.
2007-11-16  Ben SkeggsHook up DMA funcs to channels/grobjs etc etc
2007-11-16  Ben Skeggsnotifiers..
2007-11-16  Ben SkeggsAnd grobjs.
2007-11-16  Ben SkeggsAnd channels..
2007-11-16  Ben SkeggsImplement nouveau_device struct.
2007-11-15  Ben Skeggsnouveau: fix a host of warnings
2007-10-29  Stephane MarchesinMore copyrights I remember...
2007-10-17  Ben SkeggsSwitch to *_RING instead of NVDma*
2007-09-05  Ben SkeggsNuke XAA.
2007-09-03  Ben SkeggsHook up G8x accel code.
2007-08-22  Stephane MarchesinUpdate to the latest nouveau_reg.h file.
2007-08-06  Stephane MarchesinAdd subchannel handling code
2007-08-06  Ben SkeggsAdapt to drm 0.0.10
2007-07-13  Ben SkeggsPlay "nuke the typedef"
2007-07-11  Arthur Huilletadded support for PCI GART when no AGP is available...
2007-06-30  Ben SkeggsRemove some unused cruft
2007-06-24  Ben SkeggsWait on notifier instead of PGRAPH_STATUS
2007-06-24  Ben SkeggsMatch drm 0.0.7 interface changes
2007-06-24  Ben SkeggsHide the allocator's use of physical addresses
2007-03-21  Ben Skeggsnouveau: bump for drm interface changes (v0.0.5)
2007-02-28  Ben Skeggsnouveau: avoid attempting an AGP-only alloc
2007-02-28  Ben Skeggsmatch drm v4 interface changes
2007-01-24  Stephane MarchesinIncrease the fifo dump size.
2006-12-03  Stephane MarchesinMerge branch 'master' of git+ssh://marcheu@git.freedesk...
2006-11-28  Matthieu CastetDon't alloc fifo if it is not needed.
2006-11-26  Andrew MitchellRemove XF86DRI defines from the driver. It's already...
2006-11-15  Matthieu CastetUse objects from nouveau_reg.h.
2006-11-05  Dave AirlieMerge ssh://10.1.1.200/home/airlied/git/xf86-video...
2006-11-05  Dave AirlieMerge branch 'master' of ssh://git.freedesktop.org...
2006-11-04  Stephane MarchesinRemove the context object flags handling from the DDX...
2006-11-04  Stephane MarchesinAdd the NV44A 3D object class.
2006-11-02  Ben SkeggsMerge >=NV30-specific EXA code.. hard-disabled pending...
2006-11-01  Ben SkeggsFirst part of preparation for NV30_TCL EXA code merge.
2006-11-01  Ben SkeggsReindent nv_dma.c with tabs..
2006-10-11  Ben Skeggss/init/alloc/
2006-10-10  Stephane MarchesinRemove the PFIFO_REINIT hack, and enable the irq by...
2006-09-14  Ben SkeggsAllocate notifiers with NVAllocateMemory.
2006-09-05  Stephane MarchesinPort some of the least intrusive nv03 code to the nouve...
2006-09-02  Ben SkeggsConfig options for cmdbuf location/size.
2006-09-02  Ben SkeggsKill off one of the M2MF objects, and use the engine...
2006-09-02  Ben SkeggsDon't create objects that aren't needed. This frees...
2006-09-02  Ben SkeggsMove code out of nv_xaa.c that doesn't belong there.
2006-08-29  Stephane MarchesinMerge branch 'master' of ssh://marcheu@git.freedesktop...
2006-08-29  Stephane MarchesinMake use of NV5_SCALED_IMAGE_FROM_MEMORY on NV05.
2006-08-29  Stephane Marchesin... Enable the composite hooks.
2006-08-28  Ben SkeggsUse NVAllocateMemory for AGP scratch buffer.
2006-08-28  Ben SkeggsMerge branch 'master' of git+ssh://git.freedesktop...
2006-08-28  Ben SkeggsMore cleanups from DRM memory alloc changes.
2006-08-26  Dave Airlieremove all U0* types in favour of more standard CARD...
2006-08-25  darktama_- Allocate notifiers with the DRM
2006-08-25  darktama_Updates for DRM changes, and a few cleanups
2006-08-25  darktama_Remove FIFO and object handling out of the DDX. This...
2006-08-25  marcheuDon't include config.h in all files but in the *_includ...
2006-08-25  darktama_Include config.h in all source files
2006-08-25  Dave Airlieinitial import of nouveau code