summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv30/Makefile
AgeCommit message (Collapse)Author
2009-02-25nouveau: nv04-nv40 texture transfer.Younes Manton
2009-02-20gallium: Improve makefiles for librariesJakob Bornecrantz
The template makefile that most libraries in gallium included was based on dri and had a bunch unrelevant junk in it. Update it and improve the depending makefiles.
2008-06-23nv30: add state zsa, based on nv40 onePatrice Mandin
2008-06-23nv30: add state viewport, based on nv40 onePatrice Mandin
2008-06-23nv30: add state stipple, based on nv40 onePatrice Mandin
2008-06-23nv30: add state scissor, based on nv40 onePatrice Mandin
2008-06-23nv30: add state rasterizer, based on nv40 onePatrice Mandin
2008-06-21nv30: Add state for blendPatrice Mandin
2008-06-20nv30: Add separate nv30 state stuff for fb, based on nv40 one, need to use ↵Patrice Mandin
it now
2008-02-29nouveau: implement pipe_screenBen Skeggs
Untested on NV3x/NV5x. Quite possibly broken.
2008-02-16nouveau: match gallium code reorginisation.Ben Skeggs
That was... fun..