Nuke XAA.
[nouveau] / src / nv_exa.c
2007-09-05  Ben SkeggsNuke XAA.
2007-09-03  Ben SkeggsHook up G8x accel code.
2007-09-03  Ben SkeggsFix up M2MF code for G8x.
2007-08-23  Stephane MarchesinDon't enable that non-working nv30 EXA just yet.
2007-08-23  Stephane MarchesinAdd nv30 exa code, doesn't work yet.
2007-08-22  Stephane MarchesinUpdate to the latest nouveau_reg.h file.
2007-08-21  Arthur HuilletFixed blending in NVComposite by actually creating...
2007-08-20  Arthur HuilletWorkaround for NVComposite bug #11949
2007-08-14  Patrice MandinMake NV30 EXA disablable
2007-08-08  Stephane MarchesinAnd of course, we don't really need these ErrorFs....
2007-08-08  Stephane MarchesinUse IMAGE_FROM_CPU for smaller UTS. This is async and...
2007-08-08  Ben SkeggsTimeouts got lost somewhere along the way..
2007-08-06  Stephane Marchesinoops remove the debugging ErrorFs.
2007-08-06  Stephane MarchesinFix UTS/DFS when gart is smaller than transfer size.
2007-08-06  Stephane MarchesinAdd subchannel handling code
2007-08-05  Ben SkeggsClamp NV_MEMORY_TO_MEMORY_FORMAT_LINE_COUNT to 2047...
2007-07-28  Dave Airlieexa: disable compositing on big endian machines
2007-07-19  Arthur Huilletnow yielding in the wait for notifier for Xv only
2007-07-19  Arthur HuilletVERY EXPERIMENTAL now EXA waits for sync before its...
2007-07-17  Ben SkeggsEmit NOTIFY+NOP sequence after M2MF.
2007-07-11  Arthur Huilletadded support for PCI GART when no AGP is available...
2007-07-01  Ben SkeggsAlways provide UTS, fallback to memcpy if no GART.
2007-07-01  Ben SkeggsAlways provide DFS, use memcpy fallback if no GART.
2007-06-30  Ben SkeggsRemove some unused cruft
2007-06-29  Ben SkeggsNo need to call exaMarkSync() in UTS/DFS.
2007-06-24  Ben SkeggsImplement NV40 EXA composite hooks with 3D engine.
2007-06-24  Ben SkeggsSlightly saner UploadToScreen implementation
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-07  Ben SkeggsOnly use Y32 for Solid().
2007-03-06  Ben SkeggsFail configure if xorg-server isn't at least version 1.1
2007-03-05  Ben Skeggsmove NVAccel* funcs into nv_accel_common.c
2007-03-04  Stephane MarchesinJoint patch from Ben Skeggs and me that fixes some...
2007-02-28  Ben Skeggsmatch drm v4 interface changes
2007-02-13  Stephane MarchesinFix the workaround (or workaround the fix).
2007-01-24  B. RathmannFix the G70 issues.
2006-11-14  Ben SkeggsSet SURFACE_FORMAT in NVExaPrepareCopy. Fixes one...
2006-11-14  Ben Skeggsnv_exa.c tab goodness
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-02  Ben SkeggsMerge >=NV30-specific EXA code.. hard-disabled pending...
2006-11-01  Ben SkeggsReformat NVExaInit
2006-09-14  Ben SkeggsIt usually helps to wait on a notifier, and not on...
2006-09-14  Ben SkeggsAllocate notifiers with NVAllocateMemory.
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 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-25  Ben SkeggsInitial work in porting the DDX to use the DRM for...
2006-08-25  darktama_- Allocate notifiers with the DRM
2006-08-25  darktama_Updates for DRM changes, and a few cleanups
2006-08-25  lumagFix exa acceleration by filling versioning fields.
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  erikwalingPorted nv_exa.c to work with EXA >=2.0.0
2006-08-25  Dave Airlieinitial import of nouveau code