| Commit message (Expand) | Author | Age | Files | Lines |
* | glsl: Make builtin_compiler build on Windows with MSVC. | José Fonseca | 2011-01-12 | 1 | -1/+13 |
* | getopt: Import OpenBSD getopt implementation for MSVC. | José Fonseca | 2011-01-12 | 1 | -0/+4 |
* | glsl: Autogenerate builtin_functions.cpp as part of the build process. | Kenneth Graunke | 2011-01-10 | 1 | -2/+22 |
* | glsl: new glsl_strtod() wrapper to fix decimal point interpretation | Brian Paul | 2010-12-14 | 1 | -0/+1 |
* | glsl: Add a lowering pass to move discards out of if-statements. | Kenneth Graunke | 2010-12-01 | 1 | -0/+1 |
* | glsl: Add an optimization pass to simplify discards. | Kenneth Graunke | 2010-12-01 | 1 | -0/+1 |
* | glsl: Add lower_vector.cpp to SConscript. | Vinson Lee | 2010-11-19 | 1 | -0/+1 |
* | glsl: Combine many instruction lowering passes into one. | Kenneth Graunke | 2010-11-19 | 1 | -4/+1 |
* | glsl: Add ir_constant_expression.cpp to SConscript. | Vinson Lee | 2010-11-15 | 1 | -0/+1 |
* | glsl: remove opt_constant_expression.cpp from SConscript | Brian Paul | 2010-11-15 | 1 | -3/+2 |
* | glsl: Rename various ir_* files to lower_* and opt_*. | Kenneth Graunke | 2010-11-15 | 1 | -24/+24 |
* | glsl: add pass to lower variable array indexing to conditional assignments | Luca Barbieri | 2010-09-17 | 1 | -0/+1 |
* | glsl2: Add pass to remove redundant jumps | Ian Romanick | 2010-09-13 | 1 | -0/+1 |
* | glsl: add continue/break/return unification/elimination pass (v2) | Luca Barbieri | 2010-09-13 | 1 | -1/+1 |
* | glsl2: Fix scons build for all platforms | Jakob Bornecrantz | 2010-09-10 | 1 | -0/+1 |
* | glsl: Add new files to sconscript. | José Fonseca | 2010-09-05 | 1 | -0/+3 |
* | scons: Add glsl_symbol_table.cpp | José Fonseca | 2010-08-26 | 1 | -0/+1 |
* | scons: Add new source files. | José Fonseca | 2010-08-14 | 1 | -0/+2 |
* | scons: Build the new glsl2 code. | José Fonseca | 2010-08-13 | 1 | -40/+72 |
* | scons: Fix xlib build. | José Fonseca | 2009-12-28 | 1 | -1/+1 |
* | glsl/pp: move static functions out of header file | Keith Whitwell | 2009-12-23 | 1 | -0/+1 |
* | scons: Get GLSL code building correctly when cross compiling. | José Fonseca | 2009-12-10 | 1 | -0/+68 |