summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/cso_cache/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* gallium: Generate a single library for auxiliaries with Make too.José Fonseca2010-01-011-11/+0
|
* gallium: Improve makefiles for librariesJakob Bornecrantz2009-02-201-3/+0
| | | | | | | | 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.
* cso: add a higher-level interface which does all pipe interactions to set a ↵Keith Whitwell2008-03-091-0/+1
| | | | given state
* Simplify makefile boilerplate code.José Fonseca2008-02-191-6/+1
| | | | | Don't define ASM_SOURCES variable globally -- reserve that variable to be defined locally by makefiles, together with C_SOURCES and CPP_SOURCES.
* Code reorganization: split gallium and mesa makefiles.José Fonseca2008-02-181-0/+18
In other words, don't build src/gallium source code from within src/mesa/Makefile. Also, allow to customize which gallium auxiliary dirs, driver driver, winsys dirs get built from the config/* files.