util/hash_set: Rework the API to know about hashing
[mesa.git] / src / glsl / test_optpass.cpp
2014-09-30 Ian Romanickglsl: Don't allocate a name for ir_var_temporary variables
2014-08-11 Marek Olšákmesa: move ShaderCompilerOptions into gl_constants
2014-06-19 Matt Turnerglsl: Pass in options to do_algebraic().
2014-04-12 Kenneth Graunkeglsl: Drop do_common_optimization's max_unroll_iteratio...
2014-04-08 Kenneth Graunkeglsl: Pass ctx->Const.NativeIntegers to do_algebraic.
2014-04-08 Kenneth Graunkeglsl: Pass ctx->Const.NativeIntegers to do_common_optim...
2014-02-23 Eric Anholtglsl: Add a file argument to the IR printer.
2014-01-08 Paul Berryglsl: Change _mesa_glsl_parse_state ctor to use gl_shad...
2014-01-08 Paul Berrymesa: Store gl_shader_stage enum in gl_shader objects.
2014-01-08 Paul Berrymesa: Clean up nomenclature for pipeline stages.
2013-06-21 Eric Anholtglsl: Remove ir_print_visitor.h includes and usage
2013-05-13 Paul Berryglsl: Fix "make check" breakage after adding options...
2013-01-11 Carl Worthglcpp: Accept pointer to GL context rather than just...
2012-11-29 Paul Berrymesa: Rename API_OPENGL to API_OPENGL_COMPAT.
2012-09-14 Dave Airliemesa/glsl: rename preprocess to glcpp_preprocess
2012-05-15 Eric Anholtglsl: Remove the opt_discard_simplification pass.
2011-10-26 Ian Romanickglsl: Add uniform_locations_assigned parameter to do_de...
2011-08-27 Stéphane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2011-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-07-22 Paul Berryglsl: Create a standalone executable for testing optimi...