summaryrefslogtreecommitdiffstats
path: root/src/glsl/SConscript
Commit message (Expand)AuthorAgeFilesLines
* mesa; add a dummy _mesa_error_no_memory() symbol to libglsl_utilEmil Velikov2015-06-121-1/+3
* scons: Cleanup flex/bison settings specification.Jose Fonseca2015-03-221-8/+12
* scons: Use -Werror MSVC compatibility flags per-directory.Jose Fonseca2015-03-041-0/+2
* mesa: Add gallium include dirs to more parts of the tree.Eric Anholt2015-02-201-0/+2
* util: Move the open-addressing linear-probing hash_table to src/util.Kenneth Graunke2014-08-041-2/+0
* util: Move ralloc to a new src/util directory.Kenneth Graunke2014-08-041-0/+3
* scons: add common.c as part of glcpp buildTapani Pälli2014-05-301-1/+1
* glsl_compiler: Re-enable building glsl_compilerIan Romanick2013-10-071-3/+3
* glsl: Remove builtin_compiler from the build system.Kenneth Graunke2013-09-091-48/+18
* scons: Add imports.c to builtin_compiler build.Vinson Lee2013-01-241-0/+2
* glsl/Makefile.sources: Correct BUILTIN_COMPILER_CXX_FILESMatt Turner2013-01-221-3/+2
* mesa: Use the new hash table for the variable refcount visitor.Eric Anholt2012-12-071-0/+4
* program/hash_table.c: rename to program/prog_hash_table.cJordan Justen2012-12-071-2/+2
* automake: Merge *_CXX_FILES variables in the glsl build.Eric Anholt2012-11-121-1/+1
* scons: Update for builtin_stubs.cppJosé Fonseca2012-11-021-3/+4
* scons: Use full path of texture_builtins.py.Vinson Lee2012-09-291-1/+1
* scons: add new -p (prefix) options for yaccBrian Paul2012-09-151-1/+1
* scons: set YACCHXXFILESUFFIX to stop needless rebuilding of the parserJosé Fonseca2012-08-021-0/+4
* scons: Add glsl/glcpp to the include path.Vinson Lee2012-06-231-2/+2
* glsl: rename Makefile.sources' _SOURCES variablesMatt Turner2012-01-301-3/+3
* scons: include src/glsl/Makefile.sourcesChia-I Wu2011-11-021-68/+14
* scons: Add link_uniforms.cpp to SConscript.Vinson Lee2011-10-251-0/+1
* glsl: Implement a lowering pass for gl_ClipDistance.Paul Berry2011-09-231-0/+1
* glsl: Add standalone_scaffolding.cpp to SConscript.Vinson Lee2011-07-221-0/+1
* glsl: Add ir_function_detect_recursion.cpp to SConscript.Vinson Lee2011-07-201-0/+1
* scons: make embedding orthogonal to the platformJosé Fonseca2011-06-171-2/+2
* scons: copy hash_table.c, symbol_table.c to glsl directoryJose Fonseca2011-03-151-2/+7
* scons: Unbreak mingw cross compilation.José Fonseca2011-03-041-7/+12
* scons: Get glsl2 and glcpp programs building correctly.José Fonseca2011-03-041-20/+21
* scons: More tweaks to fix MinGW build.José Fonseca2011-03-031-5/+16
* scons: Ensure generated headers are in the include path.José Fonseca2011-03-031-0/+3
* scons: Use Flex and Bison to generate lexer/parser files.Kenneth Graunke2011-03-011-4/+15
* scons: builtin_glsl_function on windows needs bundled getopt.José Fonseca2011-02-111-1/+7
* scons: Try to support building 64bit binaries on 32bit windows.José Fonseca2011-02-111-4/+1
* glsl: Add opt_copy_propagation_elements.cpp to SConscript.Vinson Lee2011-02-041-0/+1
* scons/glsl: add top-level 'include' dir to CPPPATHBrian Paul2011-01-311-0/+1
* Remove talloc from the SCons build system.Kenneth Graunke2011-01-311-19/+1
* ralloc: Add a fake implementation of ralloc based on talloc.Kenneth Graunke2011-01-311-0/+1
* glsl: Fix mingw crosscompileJakob Bornecrantz2011-01-251-0/+1
* scons: Fix cross-compilation.José Fonseca2011-01-131-30/+39
* glsl: Make builtin_compiler build on Windows with MSVC.José Fonseca2011-01-121-1/+13
* getopt: Import OpenBSD getopt implementation for MSVC.José Fonseca2011-01-121-0/+4
* glsl: Autogenerate builtin_functions.cpp as part of the build process.Kenneth Graunke2011-01-101-2/+22
* glsl: new glsl_strtod() wrapper to fix decimal point interpretationBrian Paul2010-12-141-0/+1
* glsl: Add a lowering pass to move discards out of if-statements.Kenneth Graunke2010-12-011-0/+1
* glsl: Add an optimization pass to simplify discards.Kenneth Graunke2010-12-011-0/+1
* glsl: Add lower_vector.cpp to SConscript.Vinson Lee2010-11-191-0/+1
* glsl: Combine many instruction lowering passes into one.Kenneth Graunke2010-11-191-4/+1
* glsl: Add ir_constant_expression.cpp to SConscript.Vinson Lee2010-11-151-0/+1
* glsl: remove opt_constant_expression.cpp from SConscriptBrian Paul2010-11-151-3/+2