glsl: Fix handling of function calls inside nested loops.
[mesa.git] / src / glsl / ir_import_prototypes.cpp
2013-09-23 Eric Anholtglsl: Hide many classes local to individual .cpp files...
2011-02-24 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-02-21 Ian RomanickUse C-style system headers in C++ code to avoid issues...
2011-01-31 Kenneth GraunkeConvert everything from the talloc API to the ralloc...
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2011-01-10 Christian KönigMerge remote branch 'vdpau/pipe-video' into pipe-video
2010-12-19 Christoph BumillerMerge remote branch 'origin/master' into nvc0-new
2010-12-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-11-30 Kenneth Graunkeglsl: Refactor out cloning of function prototypes.
2010-11-30 Eric Anholtglsl: Make the symbol table's add_function just use...
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-15 Christoph BumillerMerge remote branch 'origin/nv50-compiler'
2010-09-08 Kenneth Graunkeglsl: Move is_builtin flag back to ir_function_signature.
2010-09-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-26 Kenneth Graunkeglsl: Move is_built_in flag from ir_function_signature...
2010-08-17 Ian RomanickMerge branch 'glsl2'
2010-08-14 Ian RomanickMerge branch 'master' into glsl2
2010-08-04 Eric Anholtglsl2: Make the clone() method take a talloc context.
2010-07-27 Eric AnholtMerge remote branch 'origin/master' into glsl2
2010-07-22 Eric Anholtglsl2: Fix builtin prototypes defined in multiple glsl...
2010-07-21 Ian Romanickglsl2: Add function to import function prototypes from...