Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-26 | gallium/llvmpipe: add PROGS target/rule to Makefile.template | Chris Li | |
So other directory can share it. Also remove the libllvmpipe.a dependency from test programs. It is not needed any more. Signed-Off-By: Christopher Li <chrisl@vmware.com> | |||
2010-03-21 | Revert "Makefile.template: respect LIBRARY_DEFINES in mkdep" | George Sapountzis | |
This reverts commit 9ec29e31919e85f9230867f43841c0e74be930d3. | |||
2010-03-21 | Makefile.template: respect LIBRARY_DEFINES in mkdep | George Sapountzis | |
2010-02-26 | gallium: added GENERATED_SOURCES var to Makefile.template | Brian Paul | |
For use in dependency checking and make clean. | |||
2010-02-26 | Revert "gallium: remove unneeded -I path from Makefile.templast" | Brian Paul | |
This reverts commit d9c65ddd52199469c49fc0d3ad90fedb9a69274d. Looks like the nouveau drivers need this. Perhaps the drivers could be fixed to add the extra -I path where needed. I'll leave that up to others. | |||
2010-02-26 | gallium: remove unneeded -I path from Makefile.templast | Brian Paul | |
2010-02-24 | gallium: remove extra -I paths from Makefile.template | Brian Paul | |
2010-02-24 | gallium: remove $(DEFINES) from cc/c++ command lines | Brian Paul | |
The $(DEFINES) is already in $(CFLAG)S and (CXXFLAGS). This prevents all the -D args appearing twice in the compilation commands. | |||
2010-02-09 | gallium: Adding the %.s rule to generate asm code | Chris Li | |
Signed-off-by: José Fonseca <jfonseca@vmware.com> | |||
2010-02-09 | gallium: Using the proper pattern rules for Makefile template. | Chris Li | |
The .o.c rule is consider obsolete. Signed-off-by: José Fonseca <jfonseca@vmware.com> | |||
2010-01-01 | gallium: Generate a single library for auxiliaries with Make too. | José Fonseca | |
2009-08-19 | gallium: fix tags target in Makefile.template | Brian Paul | |
2009-07-30 | r300g: Use r300compiler for vertex shaders | Nicolai Hähnle | |
2009-02-20 | gallium: Improve makefiles for libraries | Jakob 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-02 | gallium: Stop relinking drivers and aux libraries | Jakob Bornecrantz | |
2008-02-19 | Remove src/mesa and src/mesa/main from gallium source include paths. | José Fonseca | |
2008-02-18 | Standardize on using the pipe/ include prefix. | José Fonseca | |
2008-02-18 | Code reorganization: split gallium and mesa makefiles. | José Fonseca | |
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. | |||
2008-02-15 | Code reorganization: s/aux/auxiliary/ -- update build. | José Fonseca | |
2008-02-15 | Code reorganization: update build. | José Fonseca | |
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. | |||
2008-02-15 | Code reorganization: move files into their places. | José Fonseca | |
This is in a separate commit to ensure renames are properly preserved. |