Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-02-15 | Make this file build on non-SSE builds (e.g., Cell) | Ian Romanick | |
2008-02-15 | tgsi: pass through failure to sse-codegenerate for fragment programs too. | Keith Whitwell | |
In particular, will fallback to interpreted execution for shaders with TEX instructions. | |||
2008-02-15 | draw: subclass vertex shaders according to execution method | Keith Whitwell | |
Create new files for shaders compiled/executed with llvm, sse, exec respectively | |||
2008-02-15 | Merge commit 'origin/gallium-0.1' into gallium-0.1 | Keith Whitwell | |
2008-02-15 | Code reorganization: s/aux/auxiliary/ -- update build. | José Fonseca | |
2008-02-15 | Code reorganization: s/aux/auxiliary/. | José Fonseca | |
"aux" is a reserved name on Windows (X_X) |