Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nouveau : add OUT_RING_CACHE_FORCE* to add stuff in the cache even if the ↵ | Matthieu Castet | 2007-09-19 | 1 | -4/+30 |
| | | | | value didn't change | ||||
* | nouveau : check for nmesa->state_cache.atoms overflow | Matthieu Castet | 2007-09-14 | 1 | -0/+1 |
| | |||||
* | nouveau: Keep drm channel alloc struct around. | Ben Skeggs | 2007-08-15 | 1 | -5/+5 |
| | |||||
* | nouveau: oops don't debug by default. | Stephane Marchesin | 2007-03-10 | 1 | -1/+1 |
| | |||||
* | nouveau: add a fifo size debug check. | Stephane Marchesin | 2007-03-10 | 1 | -3/+19 |
| | |||||
* | nouveau : NOUVEAU_RING_TRACE | Matthieu Castet | 2007-01-29 | 1 | -1/+24 |
| | | | | allow to print what we are really sending to the fifo. | ||||
* | nouveau: Make the state cache hierarchical. | Stephane Marchesin | 2007-01-14 | 1 | -0/+3 |
| | |||||
* | nouveau: Kill some compile warnings. | Ben Skeggs | 2006-12-24 | 1 | -0/+1 |
| | |||||
* | Merge the pciid work. Use lock step versioning with the drm. | Stephane Marchesin | 2006-12-03 | 1 | -1/+1 |
| | |||||
* | Incomplete shader stuff, should mostly work for NV40. Other cards, not so | Ben Skeggs | 2006-11-25 | 1 | -10/+18 |
| | | | | much.. | ||||
* | Remaining state cache changes | Stephane Marchesin | 2006-11-21 | 1 | -0/+5 |
| | |||||
* | Add the state caching mechanism. It seems to work, from what I can see. | Stephane Marchesin | 2006-11-21 | 1 | -12/+25 |
| | |||||
* | More work on the swtcl | Stephane Marchesin | 2006-11-19 | 1 | -3/+3 |
| | |||||
* | More fifo debug fixes | Stephane Marchesin | 2006-11-19 | 1 | -4/+5 |
| | |||||
* | Fix the fifo debugging feature. | Stephane Marchesin | 2006-11-19 | 1 | -2/+2 |
| | |||||
* | New swtcl implementation. It's simpler than the previous one (doesn't use | Stephane Marchesin | 2006-11-19 | 1 | -1/+1 |
| | | | | templates) and it is probably faster as well | ||||
* | More FIFO fixes. | Ben Skeggs | 2006-11-19 | 1 | -2/+3 |
| | |||||
* | poke the correct FIFO regs | Ben Skeggs | 2006-11-19 | 1 | -2/+2 |
| | |||||
* | Adapt FIFO code to deal with cases where the base GET/PUT value isn't 0. | Ben Skeggs | 2006-11-17 | 1 | -5/+7 |
| | |||||
* | Some more nouveau_screen.c setup, not sure how correct it is yet though.. | Ben Skeggs | 2006-11-12 | 1 | -0/+2 |
| | |||||
* | Dont call exit() from the DRI driver, with AIGLX this is particularly nasty | Ben Skeggs | 2006-11-12 | 1 | -1/+1 |
| | |||||
* | Architect the DRI : | Stephane Marchesin | 2006-11-05 | 1 | -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 Kolb | 2006-11-01 | 1 | -1/+22 |
| | |||||
* | Cleaned up some code, made more files compile. Renamed nv20_swtcl.* to | Stephane Marchesin | 2006-03-13 | 1 | -0/+1 |
| | | | | | nv10_swtcl.*, hopefully this is the last rename (this should be, as NV05 really behaves differently). | ||||
* | Initial revision | Stephane Marchesin | 2006-02-23 | 1 | -0/+96 |