glsl: Fix handling of function calls inside nested loops.
[mesa.git] / src / glsl / link_uniforms.cpp
2013-10-29 Francisco Jerezmesa: Add support for ARB_shader_atomic_counters.
2013-10-25 Paul Berryglsl: Account for interface block lowering in program_r...
2013-10-09 Paul Berryglsl: Make accessor functions for ir_variable::interfac...
2013-10-06 Francisco Jerezglsl: Fix usage of the wrong union member in program_re...
2013-09-23 Eric Anholtglsl: Hide many classes local to individual .cpp files...
2013-08-19 Ian Romanickglsl: Use alignment of container record for its first...
2013-08-19 Ian Romanickglsl: Add new overload of program_resource_visitor...
2013-06-28 Vinson Leeglsl: Initialize member variable is_ubo_var in constructor.
2013-06-12 Ian Romanickglsl: Generate smaller values for uniform locations
2013-06-12 Ian Romanickglsl: Add gl_shader_program::UniformLocationBaseScale
2013-06-06 Eric Anholtglsl: Fix uniform buffer object counting.
2013-06-06 Eric Anholtglsl: Make a local variable to avoid restating this...
2013-05-28 José Fonsecaglsl: Fix MSVC build.
2013-05-28 Marek Olšákmesa: fix GLSL program objects with more than 16 sample...
2013-02-04 Paul Berryglsl: Rename uniform_field_visitor to program_resource_...
2013-01-25 Ian Romanickglsl: Remove ir_variable::uniform_block
2013-01-25 Ian Romanickglsl: Calculate UBO data at link-time
2013-01-25 Ian Romanickglsl: Add gl_uniform_buffer_variable::IndexName field
2013-01-25 Ian Romanickglsl: Make the align function available elsewhere in...
2013-01-25 Ian Romanickglsl: Calculate link-time uniform block data without...
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...