summaryrefslogtreecommitdiff
path: root/src/glsl/SConscript
AgeCommit message (Expand)AuthorFilesLines
2011-01-31scons/glsl: add top-level 'include' dir to CPPPATHBrian Paul1-0/+1
2011-01-31Remove talloc from the SCons build system.Kenneth Graunke1-19/+1
2011-01-31ralloc: Add a fake implementation of ralloc based on talloc.Kenneth Graunke1-0/+1
2011-01-25glsl: Fix mingw crosscompileJakob Bornecrantz1-0/+1
2011-01-13scons: Fix cross-compilation.José Fonseca1-30/+39
2011-01-12glsl: Make builtin_compiler build on Windows with MSVC.José Fonseca1-1/+13
2011-01-12getopt: Import OpenBSD getopt implementation for MSVC.José Fonseca1-0/+4
2011-01-10glsl: Autogenerate builtin_functions.cpp as part of the build process.Kenneth Graunke1-2/+22
2010-12-14glsl: new glsl_strtod() wrapper to fix decimal point interpretationBrian Paul1-0/+1
2010-12-01glsl: Add a lowering pass to move discards out of if-statements.Kenneth Graunke1-0/+1
2010-12-01glsl: Add an optimization pass to simplify discards.Kenneth Graunke1-0/+1
2010-11-19glsl: Add lower_vector.cpp to SConscript.Vinson Lee1-0/+1
2010-11-19glsl: Combine many instruction lowering passes into one.Kenneth Graunke1-4/+1
2010-11-15glsl: Add ir_constant_expression.cpp to SConscript.Vinson Lee1-0/+1
2010-11-15glsl: remove opt_constant_expression.cpp from SConscriptBrian Paul1-3/+2
2010-11-15glsl: Rename various ir_* files to lower_* and opt_*.Kenneth Graunke1-24/+24
2010-09-17glsl: add pass to lower variable array indexing to conditional assignmentsLuca Barbieri1-0/+1
2010-09-13glsl2: Add pass to remove redundant jumpsIan Romanick1-0/+1
2010-09-13glsl: add continue/break/return unification/elimination pass (v2)Luca Barbieri1-1/+1
2010-09-10glsl2: Fix scons build for all platformsJakob Bornecrantz1-0/+1
2010-09-05glsl: Add new files to sconscript.José Fonseca1-0/+3
2010-08-26scons: Add glsl_symbol_table.cppJosé Fonseca1-0/+1
2010-08-14scons: Add new source files.José Fonseca1-0/+2
2010-08-13scons: Build the new glsl2 code.José Fonseca1-40/+72
2009-12-28scons: Fix xlib build.José Fonseca1-1/+1
2009-12-23glsl/pp: move static functions out of header fileKeith Whitwell1-0/+1
2009-12-10scons: Get GLSL code building correctly when cross compiling.José Fonseca1-0/+68