glsl: Refactor variable declaration handling.
[mesa.git] / src / glsl / ir_function_inlining.cpp
2010-08-17 Ian RomanickMerge branch 'glsl2'
2010-08-14 José FonsecaRevert "glsl2: Use stdint.h instead of inttypes.h"
2010-08-14 Ian RomanickMerge branch 'master' into glsl2
2010-08-13 Ian Romanickglsl2: Use stdint.h instead of inttypes.h
2010-08-09 Aras Pranckeviciusglsl2: do not use __retval name; two underscores is...
2010-08-06 Aras Pranckeviciusir_function_inlining: Fix missing iter.next() in inlini...
2010-08-06 Eric Anholtglsl2: Fix inlining with sampler array or struct derefe...
2010-08-04 Eric Anholtglsl2: Make the clone() method take a talloc context.
2010-08-02 Aras Pranckeviciusglsl2: Give the path within src/mesa/ for headers inste...
2010-07-29 Eric Anholtglsl2: Fix spelling of "sentinel."
2010-07-29 Eric Anholtglsl2: Remove an inlined unvalued return statement.
2010-07-27 Eric AnholtMerge remote branch 'origin/master' into glsl2
2010-07-22 Eric Anholtglsl2: When inlining, don't clone and assign sampler...
2010-07-21 Kenneth Graunkeglsl2: Replace insert_before/remove pairs with exec_nod...
2010-07-21 Ian Romanickglsl2: Add and use new variable mode ir_var_temporary
2010-07-20 Eric Anholtglsl2: Fix handling of out values in function inlining.
2010-07-12 Eric Anholtglsl2: Check when inlining a bare function call that...
2010-07-07 Ian Romanickglsl2: Clone methods return the type of the thing being...
2010-07-06 Ian RomanickAdd hash table helper functions for using pointers...
2010-06-25 Eric Anholtglsl2: Wrap includes of C interfaces with extern "C".
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2010-06-24 Eric Anholtglsl2: Move the compiler to the subdirectory it will...