aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/nouveau/nouveau_fifo.h
Commit message (Collapse)AuthorAgeFilesLines
* nouveau : add OUT_RING_CACHE_FORCE* to add stuff in the cache even if the ↵Matthieu Castet2007-09-191-4/+30
| | | | value didn't change
* nouveau : check for nmesa->state_cache.atoms overflowMatthieu Castet2007-09-141-0/+1
|
* nouveau: Keep drm channel alloc struct around.Ben Skeggs2007-08-151-5/+5
|
* nouveau: oops don't debug by default.Stephane Marchesin2007-03-101-1/+1
|
* nouveau: add a fifo size debug check.Stephane Marchesin2007-03-101-3/+19
|
* nouveau : NOUVEAU_RING_TRACEMatthieu Castet2007-01-291-1/+24
| | | | allow to print what we are really sending to the fifo.
* nouveau: Make the state cache hierarchical.Stephane Marchesin2007-01-141-0/+3
|
* nouveau: Kill some compile warnings.Ben Skeggs2006-12-241-0/+1
|
* Merge the pciid work. Use lock step versioning with the drm.Stephane Marchesin2006-12-031-1/+1
|
* Incomplete shader stuff, should mostly work for NV40. Other cards, not soBen Skeggs2006-11-251-10/+18
| | | | much..
* Remaining state cache changesStephane Marchesin2006-11-211-0/+5
|
* Add the state caching mechanism. It seems to work, from what I can see.Stephane Marchesin2006-11-211-12/+25
|
* More work on the swtclStephane Marchesin2006-11-191-3/+3
|
* More fifo debug fixesStephane Marchesin2006-11-191-4/+5
|
* Fix the fifo debugging feature.Stephane Marchesin2006-11-191-2/+2
|
* New swtcl implementation. It's simpler than the previous one (doesn't useStephane Marchesin2006-11-191-1/+1
| | | | templates) and it is probably faster as well
* More FIFO fixes.Ben Skeggs2006-11-191-2/+3
|
* poke the correct FIFO regsBen Skeggs2006-11-191-2/+2
|
* Adapt FIFO code to deal with cases where the base GET/PUT value isn't 0.Ben Skeggs2006-11-171-5/+7
|
* Some more nouveau_screen.c setup, not sure how correct it is yet though..Ben Skeggs2006-11-121-0/+2
|
* Dont call exit() from the DRI driver, with AIGLX this is particularly nastyBen Skeggs2006-11-121-1/+1
|
* Architect the DRI :Stephane Marchesin2006-11-051-3/+5
| | | | | | - make use of the autogenerated nouveau_reg.h file - add object creation to the DRI - some work on screen and context creation
* Added OUT_RING* debugging macros. Compile with NOUVEAU_RING_DEBUG to use.Jeremy Kolb2006-11-011-1/+22
|
* Cleaned up some code, made more files compile. Renamed nv20_swtcl.* toStephane Marchesin2006-03-131-0/+1
| | | | | nv10_swtcl.*, hopefully this is the last rename (this should be, as NV05 really behaves differently).
* Initial revisionStephane Marchesin2006-02-231-0/+96