Age | Commit message (Expand) | Author |
2007-03-13 | nouveau: make sure cmdbuf object gets destroyed | Ben Skeggs |
2007-03-13 | nouveau: associate all created objects with a channel + cleanups | Ben Skeggs |
2007-03-11 | nouveau: PUT,GET, not 2xPUT | Patrice Mandin |
2007-02-28 | nouveau: intrusive drm interface changes | Ben Skeggs |
2007-02-14 | nouveau: fix the build on big endian (thanks CyberFoxx) | Stephane Marchesin |
2007-02-06 | nouveau: more work on the nv04 context switch code. | Stephane Marchesin |
2007-02-03 | nouveau: and of course, I was missing the last nv04 piece. | Stephane Marchesin |
2007-02-03 | nouveau: rename registers to their proper names. | Stephane Marchesin |
2007-01-25 | nouveau: simplify and fix BIG_ENDIAN flags | Patrice Mandin |
2007-01-18 | nouveau: Remove write to CTX_SIZE. This gives us proper nv3x PGRAPH switching. | Jeremy Kolb |
2007-01-17 | nouveau: Try to get nv35 pgraph switching working. Doesn't quite yet. | Jeremy Kolb |
2007-01-13 | nouveau: nv20 graph ctx switch. | Matthieu Castet |
2007-01-13 | nouveau: first step to make graph ctx works | Matthieu Castet |
2007-01-12 | nouveau : remove useless init : we clear RAMIN before | Matthieu Castet |
2007-01-12 | nouveau: get nv30 context switching to work. | Jeremy Kolb |
2007-01-08 | nouveau: avoid allocating vram that's used as instance memory. | Ben Skeggs |
2007-01-05 | Merge branch 'master' of git+ssh://matc@git.freedesktop.org/git/mesa/drm/ | Matthieu Castet |
2007-01-05 | Add basic pgraph context for nv10. | Matthieu Castet |
2007-01-05 | Cleanup the nv04 fifo code a bit. | Stephane Marchesin |
2007-01-02 | nouveau: oops, forgot to free RAMIN.. | Ben Skeggs |
2007-01-02 | nouveau: Hook up grctx code for NV4x. | Ben Skeggs |
2007-01-02 | nouveau: Only clobber PFIFO if no channels are already alloc'd | Ben Skeggs |
2006-12-26 | nouveau: Alloc cmdbuf for each channel individually | Ben Skeggs |
2006-12-21 | nouveau: save/restore endianness flag on FIFO switch | Ben Skeggs |
2006-12-12 | Port remaining NV4 RAMIN access from the ddx into the drm. | Ben Skeggs |
2006-12-03 | Merge the pciid work. | Stephane Marchesin |
2006-11-30 | Use nouveau_mem.c to allocate RAMIN. | Ben Skeggs |
2006-11-30 | Wrap access to objects in RAMIN. | Ben Skeggs |
2006-11-28 | For nv10, bit 16 of RAMFC need to be set for 64 bytes fifo context. | Matthieu Castet |
2006-11-18 | Only return FIFO number if the FIFO is marked as in use.. | Ben Skeggs |
2006-11-18 | Check some return vals, fixes a couple of oopses. | Ben Skeggs |
2006-11-17 | Dump some useful info when a PGRAPH error occurs. | Ben Skeggs |
2006-11-14 | Completely untested NV10/20/30 FIFO context switching changes. | Ben Skeggs |
2006-11-14 | Restructure initialisation a bit. | Ben Skeggs |
2006-11-14 | Hack around yet another "X restart borkage without nouveau.ko reload" problem. | Ben Skeggs |
2006-11-06 | fixup fifo size so it is page aligned | Dave Airlie |
2006-10-18 | Remove hack which delays activation of a additional channel. The previously ... | Ben Skeggs |
2006-10-17 | NV40: *Now* fifo ctx switching works for me.. | Ben Skeggs |
2006-10-17 | NV40: FIFO context switching now WorksForMe(tm) | Ben Skeggs |
2006-10-17 | Setup NV40 RAMFC (in wrong location.. but anyway), rearrange the RAMFC setup ... | Ben Skeggs |
2006-10-14 | Again more work on context switches. They work, sometimes. And when they do t... | Stephane Marchesin |
2006-10-14 | Add the missing breaks. | Stephane Marchesin |
2006-10-13 | Fix the fifo context size on nv10, nv20 and nv30. | Stephane Marchesin |
2006-10-14 | Fix some randomness in activating a second channel on NV40 (odd GET/PUT vals)... | Ben Skeggs |
2006-10-12 | Still more work on the context switching code. | Stephane Marchesin |
2006-10-12 | More work on the context switch code. Still doesn't work. I'm mostly convince... | Stephane Marchesin |
2006-10-11 | Context switching work. | Stephane Marchesin |
2006-09-07 | Fix second start of X server without module reload beforehand, and a couple o... | Ben Skeggs |
2006-09-03 | Allow cmdbuf location(AGP,VRAM) and size to be configured. | Ben Skeggs |
2006-08-30 | Add stub {get,set}param ioctls. | Ben Skeggs |