summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nv50/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* nv50: rework for texture_transfer changesBen Skeggs2009-02-201-0/+1
|
* nv50: split tic construction out into own fileBen Skeggs2008-07-111-0/+1
|
* nv50: import current "state of the art" nv50 codeBen Skeggs2008-06-291-0/+1
|
* nv50: crappy state validate/emit functionBen Skeggs2008-03-121-0/+1
| | | | Just for testing stateobjs to make sure they don't hang the engine.
* 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/+25
That was... fun..