summaryrefslogtreecommitdiff
path: root/src/nv_exa.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'randr-1.2' into nv50-branchnv50-branchBen Skeggs2007-07-121-10/+11
|\
| * added support for PCI GART when no AGP is available - requires DRM interface ...Arthur Huillet2007-07-111-10/+11
* | NV50: Basic EXA support.Ben Skeggs2007-07-091-6/+18
|/
* Always provide UTS, fallback to memcpy if no GART.Ben Skeggs2007-07-011-10/+15
* Always provide DFS, use memcpy fallback if no GART.Ben Skeggs2007-07-011-43/+91
* Remove some unused cruftBen Skeggs2007-06-301-5/+0
* No need to call exaMarkSync() in UTS/DFS.Ben Skeggs2007-06-301-2/+0
* Implement NV40 EXA composite hooks with 3D engine.Ben Skeggs2007-06-241-10/+14
* Slightly saner UploadToScreen implementationBen Skeggs2007-06-241-42/+62
* Wait on notifier instead of PGRAPH_STATUSBen Skeggs2007-06-241-9/+11
* Match drm 0.0.7 interface changesBen Skeggs2007-06-241-6/+7
* Hide the allocator's use of physical addressesBen Skeggs2007-06-241-2/+2
* Only use Y32 for Solid().Ben Skeggs2007-03-071-0/+8
* Fail configure if xorg-server isn't at least version 1.1Ben Skeggs2007-03-071-4/+0
* move NVAccel* funcs into nv_accel_common.cBen Skeggs2007-03-061-87/+6
* Joint patch from Ben Skeggs and me that fixes some (all ?) composite issues.Stephane Marchesin2007-03-041-63/+107
* match drm v4 interface changesBen Skeggs2007-02-281-3/+3
* Fix the workaround (or workaround the fix).Stephane Marchesin2007-02-141-3/+3
* Fix the G70 issues.B. Rathmann2007-01-241-5/+61
* Set SURFACE_FORMAT in NVExaPrepareCopy. Fixes one of the many issues with xo...Ben Skeggs2006-11-151-2/+5
* nv_exa.c tab goodnessBen Skeggs2006-11-151-311/+332
* Merge >=NV30-specific EXA code.. hard-disabled pending testing on my C51, and...Ben Skeggs2006-11-021-22/+25
* Reformat NVExaInitBen Skeggs2006-11-021-36/+42
* It usually helps to wait on a notifier, and not on a NVAllocRec.. Oops.Ben Skeggs2006-09-141-2/+2
* Allocate notifiers with NVAllocateMemory.Ben Skeggs2006-09-141-2/+2
* Kill off one of the M2MF objects, and use the engine's SET_OBJECT_{IN_OUT} toBen Skeggs2006-09-021-4/+18
* Don't create objects that aren't needed. This frees up a couple of subchannelsBen Skeggs2006-09-021-6/+0
* Move code out of nv_xaa.c that doesn't belong there.Ben Skeggs2006-09-021-2/+2
* Enable the composite hooks.Stephane Marchesin marchesin@icps.u-strasbg.fr2006-08-291-1/+3
* Use NVAllocateMemory for AGP scratch buffer.Ben Skeggs2006-08-281-3/+3
* More cleanups from DRM memory alloc changes.Ben Skeggs2006-08-281-45/+1
* Initial work in porting the DDX to use the DRM for memory allocations.Ben Skeggs2006-08-261-6/+12
* - Allocate notifiers with the DRMdarktama_2006-08-251-7/+7
* Updates for DRM changes, and a few cleanupsdarktama_2006-08-251-1/+4
* Fix exa acceleration by filling versioning fields.lumag2006-08-251-0/+2
* Don't include config.h in all files but in the *_include.h files. That's what...marcheu2006-08-251-4/+0
* Include config.h in all source filesdarktama_2006-08-251-0/+4
* Ported nv_exa.c to work with EXA >=2.0.0erikwaling2006-08-251-21/+26
* initial import of nouveau codeDave Airlie2006-08-251-0/+527