Added few more stubs so that control reaches to DestroyDevice().
[mesa.git] / src / glsl / opt_function_inlining.cpp
2016-02-05 Jason EkstrandMerge commit mesa-public/master into vulkan
2016-01-26 Emil Velikovglsl: move to compiler/
2016-01-26 Emil Velikovnir: move glsl_types.{cpp,h} to compiler
2015-04-27 Zoë BladeFix a few typos
2014-07-15 Connor Abbottexec_list: Make various places use the new length(...
2014-07-01 Matt Turnerglsl: Use typed foreach_in_list_safe instead of foreach...
2014-07-01 Matt Turnerglsl: Use typed foreach_in_list instead of foreach_list.
2014-01-13 Kenneth Graunkeglsl: Use a new foreach_two_lists macro for walking...
2014-01-13 Kenneth Graunkeglsl: Cast ir_call parameters to ir_rvalue, not ir_inst...
2014-01-13 Kenneth Graunkeglsl: Convert piles of foreach_iter to foreach_list_safe.
2014-01-13 Kenneth Graunkeglsl: Convert piles of foreach_iter to the newer foreac...
2013-12-12 Tapani Pälliglsl: move variables in to ir_variable::data, part I
2013-12-12 Tapani Pälliglsl: introduce data section to ir_variable
2013-10-29 Francisco Jerezglsl: Fix the function inlining pass to deal with gener...
2013-01-25 Paul Berryglsl: Eliminate ambiguity between function ins/outs...
2012-06-11 Eric Anholtglsl: Put a bunch of optimization visitors under anonym...
2012-04-02 Kenneth Graunkeglsl: Convert ir_call to be a statement rather than...
2011-10-05 Stéphane Marchesinglsl: Remove unneeded headers.
2011-03-19 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-08 Ian Romanickglsl: Use insert_before for lists instead of open coding it
2011-03-08 Ian Romanickglsl: Function signatures cannot have NULL return type
2011-02-24 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-31 Kenneth Graunkeglsl: Introduce a new "const_in" variable mode.
2011-01-31 Kenneth GraunkeConvert everything from the talloc API to the ralloc...
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-11-22 Keith WhitwellMerge branch 'lp-offset-twoside'
2010-11-21 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-11-17 Chad Versaceglsl: Fix Doxygen tag \file in recently renamed files
2010-11-16 Kenneth Graunkeglsl: Rename various ir_* files to lower_* and opt_*.