r600g: Add support for RATs in evergreen_cb()
[mesa.git] / src / glsl / link_uniforms.cpp
2012-05-23 Ian Romanickglsl: Initialize samplers to 0, propagate sampler value...
2012-05-23 Ian Romanickglsl: Set initial values for uniforms in the linker
2012-03-31 Vinson Leelinker: Fix memory leak in count_uniform_size::visit_field.
2012-02-28 Kenneth Graunkeralloc: Make rewrite_tail increase "start" by the new...
2012-01-18 Eric Anholtglsl: Fix leak of linked uniform names at relink/free...
2012-01-11 Ian Romanicklinker: Calculate used samplers and shadow samplers...
2012-01-11 Ian Romanicklinker: Calculate the sampler to texture target mapping...
2011-12-30 Alexander von Gluckglsl: fix usage of potentially undefined data_end union
2011-11-22 Ian Romanicklinker: Remove erroneous multiply by 4 in uniform usage...
2011-11-14 Ian Romanicklinker: Count the number of uniform components used...
2011-11-14 Ian Romanicklinker: Count the number of samplers used by a shader...
2011-11-07 Ian Romanicklinker: Track uniform locations to new tracking structures
2011-11-07 Ian Romanicklinker: Add helper class for parcelling out backing...
2011-11-07 Ian Romanicklinker: Add helper class for determining uniform usage
2011-10-26 Ian Romanicklinker: Add uniform_field_visitor class to process...