summaryrefslogtreecommitdiff
path: root/src/glsl/SConscript
AgeCommit message (Expand)AuthorFilesLines
2013-10-07glsl_compiler: Re-enable building glsl_compilerIan Romanick1-3/+3
2013-09-09glsl: Remove builtin_compiler from the build system.Kenneth Graunke1-48/+18
2013-01-24scons: Add imports.c to builtin_compiler build.Vinson Lee1-0/+2
2013-01-22glsl/Makefile.sources: Correct BUILTIN_COMPILER_CXX_FILESMatt Turner1-3/+2
2012-12-07mesa: Use the new hash table for the variable refcount visitor.Eric Anholt1-0/+4
2012-12-07program/hash_table.c: rename to program/prog_hash_table.cJordan Justen1-2/+2
2012-11-12automake: Merge *_CXX_FILES variables in the glsl build.Eric Anholt1-1/+1
2012-11-02scons: Update for builtin_stubs.cppJosé Fonseca1-3/+4
2012-09-29scons: Use full path of texture_builtins.py.Vinson Lee1-1/+1
2012-09-15scons: add new -p (prefix) options for yaccBrian Paul1-1/+1
2012-08-02scons: set YACCHXXFILESUFFIX to stop needless rebuilding of the parserJosé Fonseca1-0/+4
2012-06-23scons: Add glsl/glcpp to the include path.Vinson Lee1-2/+2
2012-01-30glsl: rename Makefile.sources' _SOURCES variablesMatt Turner1-3/+3
2011-11-02scons: include src/glsl/Makefile.sourcesChia-I Wu1-68/+14
2011-10-25scons: Add link_uniforms.cpp to SConscript.Vinson Lee1-0/+1
2011-09-23glsl: Implement a lowering pass for gl_ClipDistance.Paul Berry1-0/+1
2011-07-22glsl: Add standalone_scaffolding.cpp to SConscript.Vinson Lee1-0/+1
2011-07-20glsl: Add ir_function_detect_recursion.cpp to SConscript.Vinson Lee1-0/+1
2011-06-17scons: make embedding orthogonal to the platformJosé Fonseca1-2/+2
2011-03-15scons: copy hash_table.c, symbol_table.c to glsl directoryJose Fonseca1-2/+7
2011-03-04scons: Unbreak mingw cross compilation.José Fonseca1-7/+12
2011-03-04scons: Get glsl2 and glcpp programs building correctly.José Fonseca1-20/+21
2011-03-03scons: More tweaks to fix MinGW build.José Fonseca1-5/+16
2011-03-03scons: Ensure generated headers are in the include path.José Fonseca1-0/+3
2011-03-01scons: Use Flex and Bison to generate lexer/parser files.Kenneth Graunke1-4/+15
2011-02-11scons: builtin_glsl_function on windows needs bundled getopt.José Fonseca1-1/+7
2011-02-11scons: Try to support building 64bit binaries on 32bit windows.José Fonseca1-4/+1
2011-02-04glsl: Add opt_copy_propagation_elements.cpp to SConscript.Vinson Lee1-0/+1
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