Age | Commit message (Expand) | Author |
2009-11-17 | Drop shared-core, bsd-core, linux-core and scripts subdirs | Kristian Høgsberg |
2007-11-14 | nouveau: funcs to determine active channel on PFIFO. | Ben Skeggs |
2007-11-05 | drm: remove lots of spurious whitespace. | Dave Airlie |
2007-09-30 | nouveau : pgraph_ctx dynamic alloc for nv04, nv10 | Matthieu Castet |
2007-09-29 | nouveau : nv1x fix strange corruption | Matthieu Castet |
2007-09-28 | nouveau : clean chan->pgraph_ctx stuff. We now do a static init of the array. | Matthieu Castet |
2007-09-10 | nouveau: nv10: add combiner registers | Patrice Mandin |
2007-09-09 | nouveau : nv10 fix NV10_PGRAPH_CTX_USER save/load | Matthieu Castet |
2007-09-09 | nouveau : nv10 pipe ctx switch load/save. | Matthieu Castet |
2007-08-26 | nouveau : add NV04_PGRAPH_TRAPPED_ADDR definition | Matthieu Castet |
2007-08-25 | nouveau : nv1x graph reworks | Matthieu Castet |
2007-08-25 | nouveau: nv10: output a warning if last channel invalid, and switch to next | Patrice Mandin |
2007-08-23 | nouveau: nv10: check some NULL pointers inside context switch | Patrice Mandin |
2007-08-08 | nouveau: enable/disable engine-specific interrupts in _init()/_takedown() | Ben Skeggs |
2007-08-06 | nouveau: Pass channel struct around instead of channel id. | Ben Skeggs |
2007-08-03 | nouveau:nv10: fill and use load,save graph context functions | Patrice Mandin |
2007-07-13 | nouveau: nuke internal typedefs, and drm_device_t use. | Ben Skeggs |
2007-07-09 | nouveau/nv50: Initial channel/object support | Ben Skeggs |
2007-06-24 | nouveau: NV04/NV10/NV20 PGRAPH engtab functions | Ben Skeggs |
2007-05-12 | nouveau : nv10 graph move clipping value to per channel init | Matthieu Castet |
2007-05-12 | nouveau : nv10 graph clipping values were forgoten in ddx to drm commit | Matthieu Castet |
2007-04-10 | nouveau: nv10 per channel init from ddx | Matthieu Castet |
2007-04-01 | nouveau : nv10 ctx switch fix | Matthieu Castet |
2007-04-01 | nouveau : set the correct PGRAPH_CTX_CONTROL register | Matthieu Castet |
2007-03-26 | nouveau: move card initialisation into the drm | Ben Skeggs |
2007-02-03 | nouveau: fix nv04 graph routines for new register names. | Stephane Marchesin |
2007-02-03 | nouveau: rename registers to their proper names. | Stephane Marchesin |
2007-02-02 | nouveau: nv ctx switch opps the size of array was wrong | Matthieu Castet |
2007-02-02 | nouveau: nv10 ctx switch, some regs are nv17+ only | Matthieu Castet |
2007-01-28 | nouveau: determine chipset type at startup, instead of every time we use it. | Ben Skeggs |
2007-01-26 | make works ctx switch on nv10. | Matthieu Castet |
2007-01-26 | nouveau: oops, wrong indexing in nv17 regs | Patrice Mandin |
2007-01-26 | nouveau: read gpu type once | Patrice Mandin |
2007-01-26 | nouveau: only save/restore nv17 regs on nv17,18 hw | Patrice Mandin |
2007-01-26 | nouveau: add some nv10 pgraph defines | Patrice Mandin |
2007-01-13 | nouveau: first step to make graph ctx works | Matthieu Castet |