summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv04/nv04_state.h
AgeCommit message (Collapse)Author
2009-12-06nouveau: Work around nv04-nv40 miptrees not matching nouveau_miptree.Younes Manton
Thanks to Bob Gleitsmann for the patch. I'll clean this up in a better way later if noone else beats me to it.
2009-05-05Fix an nv04 bug (thanks Mhopf).Stephane Marchesin
2009-02-25nouveau: nv04-nv40 texture transfer.Younes Manton
2009-02-02nv04: some old changes I had lying around.Stephane Marchesin
2008-08-07nouveau: fix buildBen Skeggs
2008-07-23nv all: Copy shader tokens on create, free on delete.Younes Manton
Must copy token stream on shader create, client is allowed to free their copy after creating the state object.
2008-07-08nv04.Stephane Marchesin