nir: move to compiler/
[mesa.git] / src / glsl / link_functions.cpp
2014-09-30 Ian Romanickglsl: Make ir_variable::max_ifc_array_access private
2014-08-21 Connor Abbottglsl/linker: pass through the is_intrinsic flag
2014-08-04 Kenneth Graunkeglsl: Make it possible to ignore built-ins when matchin...
2014-07-01 Matt Turnerglsl: Replace uses of foreach_list_const.
2013-12-12 Tapani Pälliglsl: move variables in to ir_variable::data, part II
2013-10-29 Francisco Jerezglsl: Basic support for built-in intrinsics.
2013-10-09 Paul Berryglsl: Update call_link_visitor to update max_ifc_array_...
2013-09-23 Eric Anholtglsl: Hide many classes local to individual .cpp files...
2013-09-09 Kenneth Graunkeglsl: Pass _mesa_glsl_parse_state into matching_signatu...
2013-09-09 Kenneth Graunkeglsl: Convert ir_function_signature::is_builtin to...
2013-09-05 Dominik Behrglsl: propagate max_array_access through function calls
2012-04-02 Kenneth Graunkeglsl: Remove ir_call::get_callee() and set_callee().
2011-08-27 Stéphane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2011-08-08 Paul Berryglsl: When linking, emit functions at the tail of the...
2011-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-08-02 Ian Romanicklinker: Make linker_error set LinkStatus to false
2011-07-21 Brian PaulMerge branch 'gallium-polygon-stipple'
2011-07-17 Ian Romanicklinker: Only over-ride built-ins when a prototype has...
2011-03-19 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-08 Ian Romanicklinker: Add imported functions to the linked IR
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-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'
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 Eric Anholtglsl: Make the symbol table's add_variable 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-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...