summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv40
AgeCommit message (Collapse)Author
2008-02-25nv40: construct vbo state the same way as the restBen Skeggs
2008-02-25nv40: dump meaningful names for surface formatsBen Skeggs
2008-02-22nv40: stateobj start out with 0 refcountBen Skeggs
2008-02-22nv40: move hw_dirtyBen Skeggs
2008-02-22nv40: rework fragment texture stateBen Skeggs
2008-02-22nouveau: fix buildBen Skeggs
2008-02-20nv40: fb stateBen Skeggs
2008-02-20nv40: almost there..Ben Skeggs
2008-02-20nv40: keep track of generated context state vs current channel stateBen Skeggs
2008-02-18nouveau: cleanups + fixesBen Skeggs
2008-02-18nv40: and vertprog..Ben Skeggs
2008-02-18nv40: get fragprog onto new state mechanismBen Skeggs
2008-02-18nv40: move some things aroundBen Skeggs
2008-02-18nv40: until gallium is fixed we'll need a fallback for user clip planesBen Skeggs
2008-02-18nouveau: header updateBen Skeggs
2008-02-18nv40: obey polygon offset stateBen Skeggs
Almost sure this isn't entirely correct. However, I'm not sure what gallium expects yet, and this fixes some bugs, so it'll do for now.
2008-02-18nv40: similar changes to polygon stipple as were done for scissorBen Skeggs
2008-02-18nv40: ensure scissor gets disabled where necessaryBen Skeggs
Fixes progs/demos/lodbias. Makes a complete mess of things, but now there's a motivation to finish this off :)
2008-02-16nouveau: match gallium code reorginisation.Ben Skeggs
That was... fun..