summaryrefslogtreecommitdiff
path: root/src/glsl/SConscript
AgeCommit message (Expand)Author
2011-03-15scons: copy hash_table.c, symbol_table.c to glsl directoryJose Fonseca
2011-03-04scons: Unbreak mingw cross compilation.José Fonseca
2011-03-04scons: Get glsl2 and glcpp programs building correctly.José Fonseca
2011-03-03scons: More tweaks to fix MinGW build.José Fonseca
2011-03-03scons: Ensure generated headers are in the include path.José Fonseca
2011-03-01scons: Use Flex and Bison to generate lexer/parser files.Kenneth Graunke
2011-02-11scons: builtin_glsl_function on windows needs bundled getopt.José Fonseca
2011-02-11scons: Try to support building 64bit binaries on 32bit windows.José Fonseca
2011-02-04glsl: Add opt_copy_propagation_elements.cpp to SConscript.Vinson Lee
2011-01-31scons/glsl: add top-level 'include' dir to CPPPATHBrian Paul
2011-01-31Remove talloc from the SCons build system.Kenneth Graunke
2011-01-31ralloc: Add a fake implementation of ralloc based on talloc.Kenneth Graunke
2011-01-25glsl: Fix mingw crosscompileJakob Bornecrantz
2011-01-13scons: Fix cross-compilation.José Fonseca
2011-01-12glsl: Make builtin_compiler build on Windows with MSVC.José Fonseca
2011-01-12getopt: Import OpenBSD getopt implementation for MSVC.José Fonseca
2011-01-10glsl: Autogenerate builtin_functions.cpp as part of the build process.Kenneth Graunke
2010-12-14glsl: new glsl_strtod() wrapper to fix decimal point interpretationBrian Paul
2010-12-01glsl: Add a lowering pass to move discards out of if-statements.Kenneth Graunke
2010-12-01glsl: Add an optimization pass to simplify discards.Kenneth Graunke
2010-11-19glsl: Add lower_vector.cpp to SConscript.Vinson Lee
2010-11-19glsl: Combine many instruction lowering passes into one.Kenneth Graunke
2010-11-15glsl: Add ir_constant_expression.cpp to SConscript.Vinson Lee
2010-11-15glsl: remove opt_constant_expression.cpp from SConscriptBrian Paul
2010-11-15glsl: Rename various ir_* files to lower_* and opt_*.Kenneth Graunke
2010-09-17glsl: add pass to lower variable array indexing to conditional assignmentsLuca Barbieri
2010-09-13glsl2: Add pass to remove redundant jumpsIan Romanick
2010-09-13glsl: add continue/break/return unification/elimination pass (v2)Luca Barbieri
2010-09-10glsl2: Fix scons build for all platformsJakob Bornecrantz
2010-09-05glsl: Add new files to sconscript.José Fonseca
2010-08-26scons: Add glsl_symbol_table.cppJosé Fonseca
2010-08-14scons: Add new source files.José Fonseca
2010-08-13scons: Build the new glsl2 code.José Fonseca
2009-12-28scons: Fix xlib build.José Fonseca
2009-12-23glsl/pp: move static functions out of header fileKeith Whitwell
2009-12-10scons: Get GLSL code building correctly when cross compiling.José Fonseca