Fix a few typos
[mesa.git] / src / glsl / link_uniforms.cpp
2015-04-27 Zoë BladeFix a few typos
2015-03-24 Ilia Mirkinglsl: avoid calling base_alignment when samplers are...
2015-02-21 Ilia Mirkinglsl: ensure that enter/leave record get a record type
2015-02-19 Ilia Mirkinglsl: fix uniform linking logic in the presence of...
2015-02-19 Dave Airlieglsl: Uniform linking support for doubles
2014-11-07 Kenneth Graunkeglsl: Add infrastructure for "hidden" uniforms.
2014-09-26 Tapani Pälliglsl: remove unused link_assign_uniform_block_offsets
2014-09-22 Brian Paulglsl: use ptrdiff_t cast to silence g++ sign warning
2014-08-30 Ian Romanickglsl: Use bit-flags image attributes and uint16_t for...
2014-08-19 Matt Turnerglsl: Use UniformBooleanTrue value for uniform initiali...
2014-08-04 Ian Romanicklinker: Use the matrix layout information in ir_variabl...
2014-08-04 Ian Romanickglsl: Track matrix layout of variables using two bits
2014-08-04 Ian Romanickglsl: Track matrix layout of structure fields using...
2014-08-04 Ian Romanicklinker: Add padding after the last field of a structure
2014-08-04 Ian Romanicklinker: Add a last_field parameter to various program_r...
2014-08-04 Ian Romanickglsl: Use the without_array predicate to simplify some...
2014-07-01 Matt Turnerglsl: Use typed foreach_in_list instead of foreach_list.
2014-06-16 Tapani Pälliglsl/linker: assign explicit uniform locations
2014-05-28 Brian Paulglsl: replace strncmp("gl_") calls with new is_gl_ident...
2014-05-12 Timothy Arceriglsl: the number of samplers is already calculated...
2014-03-28 Ian Romanickglsl: Clean up "unused parameter" warnings
2014-03-10 Tapani Pällimesa/glsl: introduce a remap table for uniform locations
2014-03-06 Brian Paulglsl: fix compiler warnings in link_uniforms.cpp
2014-02-12 Francisco Jerezglsl/linker: Propagate image uniform access qualifiers...
2014-02-12 Francisco Jerezglsl/linker: Assign image uniform indices.
2014-02-12 Francisco Jerezglsl/linker: Count and check image resources.
2014-01-08 Paul Berrymesa: Clean up nomenclature for pipeline stages.
2013-12-12 Tapani Pälliglsl: move variables in to ir_variable::data, part II
2013-12-12 Tapani Pälliglsl: move variables in to ir_variable::data, part I
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...