Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename llvm -> gallivm. | José Fonseca | 2008-02-18 | 19 | -0/+0 |
| | | | | Following the directory == library name policy simplifies the build system. | ||||
* | 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 | 5 | -0/+80 |
| | |||||
* | Code reorganization: split gallium and mesa makefiles. | José Fonseca | 2008-02-18 | 6 | -12/+100 |
| | | | | | | | 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. | ||||
* | fix the build | Zack Rusin | 2008-02-17 | 1 | -1/+1 |
| | |||||
* | Make this file build on non-SSE builds (e.g., Cell) | Ian Romanick | 2008-02-15 | 1 | -1/+1 |
| | |||||
* | tgsi: pass through failure to sse-codegenerate for fragment programs too. | Keith Whitwell | 2008-02-15 | 1 | -4/+6 |
| | | | | | In particular, will fallback to interpreted execution for shaders with TEX instructions. | ||||
* | draw: subclass vertex shaders according to execution method | Keith Whitwell | 2008-02-15 | 7 | -232/+763 |
| | | | | | Create new files for shaders compiled/executed with llvm, sse, exec respectively | ||||
* | Merge commit 'origin/gallium-0.1' into gallium-0.1 | Keith Whitwell | 2008-02-15 | 4 | -66/+62 |
| | |||||
* | Code reorganization: s/aux/auxiliary/ -- update build. | José Fonseca | 2008-02-15 | 1 | -1/+1 |
| | |||||
* | Code reorganization: s/aux/auxiliary/. | José Fonseca | 2008-02-15 | 81 | -0/+25815 |
"aux" is a reserved name on Windows (X_X) |