Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make: Factor out source lists from drivers/dri/common into Makefile.sources | Chad Versace | 2011-08-30 | 1 | -13/+7 |
| | | | | | | | | | | | | | | | In order that the Autoconf and Android build can share the same source lists, move the lists from src/mesa/drivers/dri/Makefile.defines into src/mesa/drivers/dri/common/Makefile.sources I would like for Android to just reuse Makefile.defines, but the file is unsuitable for reuse. Reviewed-by: Chia-I Wu <[email protected]> Reviewed-by: Ian Romanick <[email protected]> Signed-off: Chad Versace <[email protected]> | ||||
* | make: Remove duplicate occurence of driverfuncs.c | Chad Versace | 2011-08-30 | 1 | -1/+0 |
| | | | | | | | | | | driverfuncs.o is already contained in libmesa.a, so remove it from the following source lists: src/mesa/drivers/dri/Makefiles.defines:COMMON_SOURCES. src/mesa/drivers/dri/swrast/Makefile:SWRAST_COMMON_SOURCES Reviewed-by: Ian Romanick <[email protected]> Signed-off-by: Chad Versace <[email protected]> | ||||
* | dri: add missing files from 873379a8818eed9ab16c24728b7091a3a3705c5b | Brian Paul | 2011-06-02 | 1 | -0/+34 |