gtest: Update to 1.7.0.
[mesa.git] / src / glsl / linker.h
2013-11-21 Paul Berryglsl: Fix interstage uniform interface block link error...
2013-11-07 Francisco Jerezglsl: Linker support for ARB_shader_atomic_counters.
2013-10-22 Ian Romanickglsl: Simplify the interface to link_invalidate_variabl...
2013-10-22 Ian Romanickglsl: Modify interface to link_invalidate_variable_loca...
2013-08-19 Ian Romanickglsl: Add new overload of program_resource_visitor...
2013-08-02 Paul BerryMove count_attribute_slots() out of the linker and...
2013-07-30 Paul Berryglsl: Use a consistent technique for tracking link...
2013-07-30 Paul Berryglsl: Add error message for intrastage interface block...
2013-07-30 Paul Berryglsl: Remove bogus check on return value of link_unifor...
2013-05-23 Kenneth Graunkeglsl linker: compare interface blocks during interstage...
2013-05-23 Jordan Justenglsl linker: compare interface blocks during intrastage...
2013-02-04 Paul Berryglsl: Rename uniform_field_visitor to program_resource_...
2013-01-25 Ian Romanickglsl: Add link_uniform_blocks to calculate all UBO...
2013-01-25 Ian Romanickglsl: Add new uniform_field_visitor::process variant
2013-01-25 Ian Romanickglsl: Add new uniform_field_visitor::visit_field variant
2013-01-25 Ian Romanickglsl: Modify uniform_field_visitor::visit_field to...
2013-01-25 Ian Romanickglsl: Modify uniform_field_visitor::recursion to take...
2013-01-25 Ian Romanicklinker: Refactor intra-stage block compatabililty testing
2013-01-08 Paul Berryglsl: Separate varying linking code to its own file.
2012-07-20 Eric Anholtglsl: Assign locations for uniforms in UBOs using the...
2012-07-20 Eric Anholtglsl: Merge the lists of uniform blocks into the linked...
2012-05-23 Ian Romanickglsl: Set initial values for uniforms in the linker
2012-02-28 Kenneth Graunkeralloc: Make rewrite_tail increase "start" by the new...
2011-11-07 Ian Romanicklinker: Track uniform locations to new tracking structures
2011-11-07 Ian Romanicklinker: Make invalidate_variable_locations available...
2011-10-26 Ian Romanicklinker: Add uniform_field_visitor class to process...
2011-08-27 Stéphane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2011-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-08-02 Ian Romanicklinker: Make linker_{error,warning} generally available
2011-08-02 Ian Romanicklinker: Make linker_error set LinkStatus to false
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-17 Ian RomanickMerge branch 'glsl2'
2010-08-14 Ian RomanickMerge branch 'master' into glsl2
2010-07-27 Eric AnholtMerge remote branch 'origin/master' into glsl2
2010-07-19 Ian Romanicklinker: First bits of intrastage, intershader function...