summaryrefslogtreecommitdiffstats
path: root/src/gallium/Makefile.template
Commit message (Collapse)AuthorAgeFilesLines
* gallium: fix tags target in Makefile.templateBrian Paul2009-08-191-1/+1
|
* r300g: Use r300compiler for vertex shadersNicolai Hähnle2009-07-301-2/+2
|
* gallium: Improve makefiles for librariesJakob Bornecrantz2009-02-201-36/+38
| | | | | | | | 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.
* gallium: Stop relinking drivers and aux librariesJakob Bornecrantz2009-02-021-3/+3
|
* Remove src/mesa and src/mesa/main from gallium source include paths.José Fonseca2008-02-191-2/+0
|
* Standardize on using the pipe/ include prefix.José Fonseca2008-02-181-1/+0
|
* Code reorganization: split gallium and mesa makefiles.José Fonseca2008-02-181-0/+1
| | | | | | | 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.
* Code reorganization: s/aux/auxiliary/ -- update build.José Fonseca2008-02-151-1/+1
|
* Code reorganization: update build.José Fonseca2008-02-151-2/+5
| | | | | | | | | Update the Makefiles and includes for the new paths. Note that there hasn't been no separation of the Makefiles yet, and make is jumping all over the place. That will be taken care shortly. But for now, make should work. It was tested with linux and linux-dri. Linux-cell and linux-llvm might require some minor tweaks.
* Code reorganization: move files into their places.José Fonseca2008-02-151-0/+63
This is in a separate commit to ensure renames are properly preserved.