glsl: Assert that interfaces, like structures, are not seen as leaf types
[mesa.git] / src / glsl / link_uniforms.cpp
2013-01-25 Ian Romanickglsl: Assert that interfaces, like structures, are...
2013-01-25 Ian Romanickglsl: Add new uniform_field_visitor::process variant
2013-01-25 Ian Romanickglsl: Recurse into uniform blocks just like uniform...
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 Romanickglsl: Add ir_variable::is_in_uniform_block predicate
2013-01-25 Ian Romanicklinker: Refactor intra-stage block compatabililty testing
2013-01-19 Ian Romanickglsl: Eliminate link_update_uniform_buffer_variables...
2012-09-07 Eric Anholtglsl: Count builtin uniforms against uniform component...
2012-08-23 Stéphane Marchesinglsl/linker: Avoid buffer over-run in parcel_out_unifor...
2012-08-07 Eric Anholtglsl: Align GL_UNIFORM_BLOCK_DATA_SIZE according to...
2012-08-07 Eric Anholtglsl: Fix glGetActiveUniformsiv(GL_UNIFORM_BLOCK_INDEX).
2012-08-07 Eric Anholtglsl: Fix a reference to UniformBlocks during uniform...
2012-07-31 Eric Anholtglsl: Assign array and matrix stride values according...
2012-07-20 Eric Anholtglsl: Assign locations for uniforms in UBOs using the...
2012-07-20 Eric Anholtglsl: Propagate uniform block information into gl_unifo...
2012-07-20 Eric Anholtglsl: Set the uniform_block index for the linked shader...
2012-07-20 Eric Anholtglsl: Merge the lists of uniform blocks into the linked...
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...