Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-02-10 | nv40: Fix build -- rename Size to NrTokens. | Michal Krol | |
2008-12-16 | nv40: apply ABS modifier to RSQ source in vp | Ben Skeggs | |
Gallium used to do this for us :) | |||
2008-08-07 | nouveau: fix build | Ben Skeggs | |
2008-06-23 | nouveau: update for interface changes + hack around gallium x86_64 bustage | Ben Skeggs | |
2008-05-30 | nv40: a couple of memory leaks | Ben Skeggs | |
2008-04-07 | nv40: implement user clip planes | Ben Skeggs | |
It turns out the user planes handed to the driver are already in clip space. Hence, we no longer need to transform incoming vertices before computing the clip distance, and no longer need to change the interface provided by gallium. Yay :) The clip state change handling could be better, but this works. | |||
2008-03-31 | nv40: fix slight thinko | Ben Skeggs | |
2008-03-31 | nv40: support vp clip distance regs, unused currently. | Ben Skeggs | |
2008-03-30 | nv40: vp 1/0/- swz | Ben Skeggs | |
2008-03-30 | nv40: vp const/immd fix | Ben Skeggs | |
2008-03-23 | nv40: vp reg changes similar to recent fp changes | Ben Skeggs | |
2008-03-21 | nv40: s/free/FREE/ | 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-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-16 | nouveau: match gallium code reorginisation. | Ben Skeggs | |
That was... fun.. |