Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-04-18 | tgsi: add const qualifier to tokens on sse emit | Keith Whitwell | |
2008-04-17 | tsgi: make Consts const | Keith Whitwell | |
2008-04-11 | gallium: merge the tgsi_emit_sse2() and tgsi_emit_sse2_fs() functions. | Brian Paul | |
The two functions were mostly the same. We can look at the shader header info to determine if it's a vertex or fragment shader. | |||
2008-04-11 | gallium: handle TGSI immediates in SSE code for vertex shaders | Brian Paul | |
2008-04-11 | gallium: implement immediates (aka literals) for SSE fragment shaders | Brian Paul | |
2008-04-11 | gallium: comments | Brian Paul | |
2008-04-11 | gallium: fix SCS codegen (sin scalar src comes from X, not Y) | Brian Paul | |
2008-03-14 | tgsi: Use debug_printf(). | Michal Krol | |
2008-03-14 | gallium: print warning rather than assert(0) for LOG/EXP opcodes | Brian Paul | |
Glean vertProg1 runs all the way through, rather than aborting. | |||
2008-03-13 | tgsi: replace erroneous use of FETCH with emit_tempf | Keith Whitwell | |
2008-03-12 | tgsi: Remove ExtDivide field from existence. Implement OPCODE_TXP. | Michal Krol | |
2008-02-27 | gallium: better debug messages | Brian | |
2008-02-27 | gallium: Replace // comments. | José Fonseca | |
2008-02-23 | Bring in several forgotten MSVC fixes. | José Fonseca | |
2008-02-21 | tgsi: print debug messages on failure to codegenerate | Keith Whitwell | |
2008-02-19 | Use gallium's rtasm module. | José Fonseca | |
2008-02-18 | Code reorganization: split gallium and mesa makefiles. | José Fonseca | |
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. | |||
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 | Merge commit 'origin/gallium-0.1' into gallium-0.1 | Keith Whitwell | |
2008-02-15 | Code reorganization: s/aux/auxiliary/. | José Fonseca | |
"aux" is a reserved name on Windows (X_X) |