glcpp: Remove trailing contexts from #if rules.
[mesa.git] / src / glsl / link_functions.cpp
2011-02-21 Ian RomanickUse C-style system headers in C++ code to avoid issues...
2011-01-25 Ian Romanicklinker: Propagate max_array_access while linking functions
2011-01-21 Kenneth Graunkeglsl, i965: Remove unnecessary talloc includes.
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2010-12-19 Christoph BumillerMerge remote branch 'origin/master' into nvc0-new
2010-11-30 Eric Anholtglsl: Make the symbol table's add_variable just use...
2010-09-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-31 Kenneth Graunkelinker: Require an exact matching signature when lookin...
2010-08-24 Chia-I Wuglsl: Include main/core.h.
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-08-02 Aras Pranckeviciusglsl2: Give the path within src/mesa/ for headers inste...
2010-07-30 Eric Anholtglsl2: Update the callee pointer of calls to newly...
2010-07-27 Eric AnholtMerge remote branch 'origin/master' into glsl2
2010-07-19 Ian Romanicklinker: Recursively resolve function calls in imported...
2010-07-19 Ian Romanicklinker: look up function signatures during linking...
2010-07-19 Ian Romanicklinker: Pull find_matching_signature out of call_link_v...
2010-07-19 Ian Romanicklinker: First bits of intrastage, intershader function...