Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gallium: Make headers C++ friendly. | José Fonseca | 2008-02-27 | 3 | -3/+30 |
| | |||||
* | gallium: MSVC fixes. | José Fonseca | 2008-02-24 | 1 | -0/+2 |
| | |||||
* | Bring in several forgotten MSVC fixes. | José Fonseca | 2008-02-23 | 2 | -2/+3 |
| | |||||
* | Remove src/mesa and src/mesa/main from gallium source include paths. | José Fonseca | 2008-02-19 | 4 | -97/+3 |
| | |||||
* | Simplify makefile boilerplate code. | José Fonseca | 2008-02-19 | 1 | -7/+1 |
| | | | | | Don't define ASM_SOURCES variable globally -- reserve that variable to be defined locally by makefiles, together with C_SOURCES and CPP_SOURCES. | ||||
* | Move mm.c code into util module. | José Fonseca | 2008-02-19 | 1 | -301/+1 |
| | | | | | Using the u_ prefix to distingish the c source files that support gallium interfaces and those that have really no relation with gallium itself. | ||||
* | Standardize on using the pipe/ include prefix. | José Fonseca | 2008-02-18 | 4 | -16/+16 |
| | |||||
* | Update scons build for new code layout. | José Fonseca | 2008-02-18 | 1 | -0/+14 |
| | |||||
* | Code reorganization: s/aux/auxiliary/. | José Fonseca | 2008-02-15 | 11 | -0/+2167 |
"aux" is a reserved name on Windows (X_X) |