summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Collapse)AuthorAgeFilesLines
* Rename llvm -> gallivm.José Fonseca2008-02-1819-0/+0
| | | | Following the directory == library name policy simplifies the build system.
* Standardize on using the pipe/ include prefix.José Fonseca2008-02-184-16/+16
|
* Update scons build for new code layout.José Fonseca2008-02-185-0/+80
|
* Code reorganization: split gallium and mesa makefiles.José Fonseca2008-02-186-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 buildZack Rusin2008-02-171-1/+1
|
* Make this file build on non-SSE builds (e.g., Cell)Ian Romanick2008-02-151-1/+1
|
* tgsi: pass through failure to sse-codegenerate for fragment programs too.Keith Whitwell2008-02-151-4/+6
| | | | | In particular, will fallback to interpreted execution for shaders with TEX instructions.
* draw: subclass vertex shaders according to execution methodKeith Whitwell2008-02-157-232/+763
| | | | | Create new files for shaders compiled/executed with llvm, sse, exec respectively
* Merge commit 'origin/gallium-0.1' into gallium-0.1Keith Whitwell2008-02-154-66/+62
|
* Code reorganization: s/aux/auxiliary/ -- update build.José Fonseca2008-02-151-1/+1
|
* Code reorganization: s/aux/auxiliary/.José Fonseca2008-02-1581-0/+25815
"aux" is a reserved name on Windows (X_X)