summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv50/Makefile
AgeCommit message (Collapse)Author
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.
2009-02-20nv50: rework for texture_transfer changesBen Skeggs
2008-07-11nv50: split tic construction out into own fileBen Skeggs
2008-06-29nv50: import current "state of the art" nv50 codeBen Skeggs
2008-03-12nv50: crappy state validate/emit functionBen Skeggs
Just for testing stateobjs to make sure they don't hang the engine.
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..