Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove src/mesa and src/mesa/main from gallium source include paths. | José Fonseca | 2008-02-19 | 1 | -2/+1 |
| | |||||
* | Add run-time cpu capabilities detection stubs. | José Fonseca | 2008-02-19 | 1 | -3/+3 |
| | |||||
* | Simplify makefile boilerplate code. | José Fonseca | 2008-02-19 | 1 | -6/+1 |
| | | | | | Don't define ASM_SOURCES variable globally -- reserve that variable to be defined locally by makefiles, together with C_SOURCES and CPP_SOURCES. | ||||
* | Use gallium's rtasm module. | José Fonseca | 2008-02-19 | 4 | -10/+6 |
| | |||||
* | gallium: remove the prototype/unused wide_line_aa() function | Brian | 2008-02-18 | 1 | -68/+1 |
| | |||||
* | gallium: antialiased line drawing | Brian | 2008-02-18 | 7 | -3/+900 |
| | | | | | | New draw/prim stage: draw_aaline. When installed, lines are replaced by textured quads to do antialiasing. The current user-defined fragment shader is modified to do a texture fetch and modulate fragment alpha. | ||||
* | Update for llvm -> gallivm rename. | José Fonseca | 2008-02-18 | 1 | -1/+1 |
| | |||||
* | Update scons build for new code layout. | José Fonseca | 2008-02-18 | 1 | -0/+31 |
| | |||||
* | Code reorganization: split gallium and mesa makefiles. | José Fonseca | 2008-02-18 | 1 | -2/+39 |
| | | | | | | | 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. | ||||
* | Make this file build on non-SSE builds (e.g., Cell) | Ian Romanick | 2008-02-15 | 1 | -1/+1 |
| | |||||
* | 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 | 1 | -4/+6 |
| | |||||
* | Code reorganization: s/aux/auxiliary/. | José Fonseca | 2008-02-15 | 26 | -0/+7432 |
"aux" is a reserved name on Windows (X_X) |