util: Move ralloc to a new src/util directory.
[mesa.git] / src / glsl / SConscript
2014-08-04 Kenneth Graunkeutil: Move ralloc to a new src/util directory.
2014-05-30 Tapani Pälliscons: add common.c as part of glcpp build
2013-10-07 Ian Romanickglsl_compiler: Re-enable building glsl_compiler
2013-09-09 Kenneth Graunkeglsl: Remove builtin_compiler from the build system.
2013-01-25 Vinson Leescons: Add imports.c to builtin_compiler build.
2013-01-22 Matt Turnerglsl/Makefile.sources: Correct BUILTIN_COMPILER_CXX_FILES
2012-12-07 Eric Anholtmesa: Use the new hash table for the variable refcount...
2012-12-07 Jordan Justenprogram/hash_table.c: rename to program/prog_hash_table.c
2012-11-12 Eric Anholtautomake: Merge *_CXX_FILES variables in the glsl build.
2012-11-02 José Fonsecascons: Update for builtin_stubs.cpp
2012-09-29 Vinson Leescons: Use full path of texture_builtins.py.
2012-09-15 Brian Paulscons: add new -p (prefix) options for yacc
2012-08-02 José Fonsecascons: set YACCHXXFILESUFFIX to stop needless rebuildin...
2012-06-23 Vinson Leescons: Add glsl/glcpp to the include path.
2012-01-31 Matt Turnerglsl: rename Makefile.sources' _SOURCES variables
2011-11-01 Chia-I Wuscons: include src/glsl/Makefile.sources
2011-10-26 Vinson Leescons: Add link_uniforms.cpp to SConscript.
2011-09-23 Paul Berryglsl: Implement a lowering pass for gl_ClipDistance.
2011-08-27 Stéphane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2011-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-07-22 Vinson Leeglsl: Add standalone_scaffolding.cpp to SConscript.
2011-07-21 Brian PaulMerge branch 'gallium-polygon-stipple'
2011-07-21 Brian PaulMerge branch 'remove-copyteximage-hook'
2011-07-21 Vinson Leeglsl: Add ir_function_detect_recursion.cpp to SConscript.
2011-07-04 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-07-04 Thomas HellstromMerge branch 'xa_branch'
2011-06-17 José Fonsecascons: make embedding orthogonal to the platform
2011-03-19 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-15 Jose Fonsecascons: copy hash_table.c, symbol_table.c to glsl directory
2011-03-04 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-04 José Fonsecascons: Unbreak mingw cross compilation.
2011-03-04 José Fonsecascons: Get glsl2 and glcpp programs building correctly.
2011-03-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2011-03-03 José Fonsecascons: More tweaks to fix MinGW build.
2011-03-03 José Fonsecascons: Ensure generated headers are in the include...
2011-03-02 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-01 Kenneth Graunkescons: Use Flex and Bison to generate lexer/parser...
2011-02-24 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-02-11 José Fonsecascons: builtin_glsl_function on windows needs bundled...
2011-02-11 José Fonsecascons: Try to support building 64bit binaries on 32bit...
2011-02-04 Vinson Leeglsl: Add opt_copy_propagation_elements.cpp to SConscript.
2011-01-31 Brian Paulscons/glsl: add top-level 'include' dir to CPPPATH
2011-01-31 Kenneth GraunkeRemove talloc from the SCons build system.
2011-01-31 Kenneth Graunkeralloc: Add a fake implementation of ralloc based on...
2011-01-24 Jakob Bornecrantzglsl: Fix mingw crosscompile
2011-01-20 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2011-01-13 José Fonsecascons: Fix cross-compilation.
2011-01-12 José Fonsecaglsl: Make builtin_compiler build on Windows with MSVC.
2011-01-12 José Fonsecagetopt: Import OpenBSD getopt implementation for MSVC.
2011-01-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-11 Kenneth Graunkeglsl: Autogenerate builtin_functions.cpp as part of...
2011-01-10 Christian KönigMerge remote branch 'vdpau/pipe-video' into pipe-video
2010-12-22 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-12-19 Christoph BumillerMerge remote branch 'origin/master' into nvc0-new
2010-12-14 Brian Paulglsl: new glsl_strtod() wrapper to fix decimal point...
2010-12-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-12-01 Kenneth Graunkeglsl: Add a lowering pass to move discards out of if...
2010-12-01 Kenneth Graunkeglsl: Add an optimization pass to simplify discards.
2010-11-22 Keith WhitwellMerge branch 'lp-offset-twoside'
2010-11-21 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-11-20 Vinson Leeglsl: Add lower_vector.cpp to SConscript.
2010-11-19 Kenneth Graunkeglsl: Combine many instruction lowering passes into...
2010-11-16 Vinson Leeglsl: Add ir_constant_expression.cpp to SConscript.
2010-11-16 Brian Paulglsl: remove opt_constant_expression.cpp from SConscript
2010-11-16 Kenneth Graunkeglsl: Rename various ir_* files to lower_* and opt_*.
2010-10-12 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-05 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-09-17 Luca Barbieriglsl: add pass to lower variable array indexing to...
2010-09-15 Christoph BumillerMerge remote branch 'origin/nv50-compiler'
2010-09-13 Ian Romanickglsl2: Add pass to remove redundant jumps
2010-09-13 Luca Barbieriglsl: add continue/break/return unification/elimination...
2010-09-09 Jakob Bornecrantzglsl2: Fix scons build for all platforms
2010-09-05 José Fonsecaglsl: Add new files to sconscript.
2010-09-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-26 José Fonsecascons: Add glsl_symbol_table.cpp
2010-08-17 Ian RomanickMerge branch 'glsl2'
2010-08-14 José Fonsecascons: Add new source files.
2010-08-14 Ian RomanickMerge branch 'master' into glsl2
2010-08-13 José Fonsecascons: Build the new glsl2 code.
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2010-03-12 Younes MantonMerge remote branch 'origin/master' into pipe-video
2010-01-26 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-25 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-22 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-22 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-15 Roland ScheideggerMerge branch 'gallium-noconstbuf'
2010-01-14 Jakob BornecrantzMerge branch 'mesa_7_7_branch'
2010-01-12 Chia-I WuMerge branch 'master' into opengl-es-v2
2010-01-08 José FonsecaMerge remote branch 'origin/master' into lp-binning
2010-01-08 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-06 José FonsecaMerge remote branch 'origin/mesa_7_7_branch'
2010-01-05 Corbin SimpsonMerge branch 'gallium-docs'
2010-01-05 Keith WhitwellMerge commit 'origin/gallium-draw-retval'
2010-01-05 Michal KrolMerge branch 'master' into instanced-arrays
2010-01-05 Brian PaulMerge branch 'mesa_7_7_branch'
2009-12-31 Brian PaulMerge branch 'mesa_7_7_branch'
2009-12-28 José Fonsecascons: Fix xlib build.
2009-12-27 Brian PaulMerge branch 'mesa_7_7_branch'
2009-12-23 Keith Whitwellglsl/pp: move static functions out of header file
next