summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nv30/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* nouveau: nv04-nv40 texture transfer.Younes Manton2009-02-251-0/+1
|
* gallium: Improve makefiles for librariesJakob Bornecrantz2009-02-201-10/+1
| | | | | | | | 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.
* nv30: add state zsa, based on nv40 onePatrice Mandin2008-06-231-0/+1
|
* nv30: add state viewport, based on nv40 onePatrice Mandin2008-06-231-0/+1
|
* nv30: add state stipple, based on nv40 onePatrice Mandin2008-06-231-0/+1
|
* nv30: add state scissor, based on nv40 onePatrice Mandin2008-06-231-0/+1
|
* nv30: add state rasterizer, based on nv40 onePatrice Mandin2008-06-231-0/+1
|
* nv30: Add state for blendPatrice Mandin2008-06-211-0/+1
|
* nv30: Add separate nv30 state stuff for fb, based on nv40 one, need to use ↵Patrice Mandin2008-06-201-0/+1
| | | | it now
* nouveau: implement pipe_screenBen Skeggs2008-02-291-0/+1
| | | | Untested on NV3x/NV5x. Quite possibly broken.
* nouveau: match gallium code reorginisation.Ben Skeggs2008-02-161-0/+29
That was... fun..