Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-03-31 | nv40: mark fp dirty even when only consts updated | Ben Skeggs | |
Fixes arbfplight "sticking". | |||
2008-03-23 | nv40: fix fp depth write | Ben Skeggs | |
2008-03-23 | nv40: remove some badness from fp temp/result allocation | Ben Skeggs | |
Should hopefully be OK now (on the fragprog size) for MRT. The hack from a commit 01cb2cd93efe7ad94d7fd36aa5a776c2e3ab4c7d is no longer needed. | |||
2008-03-23 | nv40: catch fp extra-const cases where both const and immd have same idx | Ben Skeggs | |
2008-03-23 | nv40: fp: fix multiple refs to a single const withing an instruction | Ben Skeggs | |
2008-03-23 | nv40: workaround fp result.data[0] clobberage | Ben Skeggs | |
Temporary, the fp reg handling will get reworked at some point in the near future. But before that, there's a few bugs to find. | |||
2008-03-21 | nv40: s/free/FREE/ | Ben Skeggs | |
2008-03-19 | nv40: "implement" noise opcodes in fragprog | Ben Skeggs | |
For the moment, we do what NVIDIA does and return 0 unconditionally. This isn't correct, but it's an implementation at least. | |||
2008-03-17 | nv40: a few more fp opcodes | Ben Skeggs | |
2008-03-16 | nv40: simple swtnl path (half broken, but getting there) | Ben Skeggs | |
2008-03-13 | nouveau: match interface changes | Ben Skeggs | |
2008-03-02 | nv40: nuke debug | Ben Skeggs | |
2008-02-29 | nv40: move "channel context" stuff into nv40_screen | Ben Skeggs | |
2008-02-25 | nv40: remove pipe_state struct now. | Ben Skeggs | |
2008-02-22 | nv40: stateobj start out with 0 refcount | Ben Skeggs | |
2008-02-20 | nv40: keep track of generated context state vs current channel state | Ben Skeggs | |
2008-02-18 | nv40: and vertprog.. | Ben Skeggs | |
2008-02-18 | nv40: get fragprog onto new state mechanism | Ben Skeggs | |
2008-02-16 | nouveau: match gallium code reorginisation. | Ben Skeggs | |
That was... fun.. |