util/hash_set: Rework the API to know about hashing
[mesa.git] / src / glsl / lower_packed_varyings.cpp
2014-09-30 Ian Romanickglsl: Never put ir_var_temporary variables in the symbo...
2014-08-04 Kenneth Graunkeglsl: Make it possible to ignore built-ins when matchin...
2014-07-01 Matt Turnerglsl: Use typed foreach_in_list instead of foreach_list.
2014-06-30 Iago Toral Quirogaglsl: Modify ir_emit_vertex to have a stream.
2014-05-02 Ian Romanicklinker: Make lower_packed_varyings work with explicit...
2014-05-02 Ian Romanickglsl: Remove varying "base" parameters
2014-03-12 Ian Romanickglsl: Fix typo
2014-01-08 Paul Berrymesa: Use gl_shader::Stage instead of gl_shader::Type...
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-12-12 Tapani Pälliglsl: introduce data section to ir_variable
2013-12-07 Chris Forbesglsl: Add ir support for `sample` qualifier; adjust...
2013-11-05 Paul Berryglsl: Don't generate misleading debug names when packin...
2013-09-23 Eric Anholtglsl: Hide many classes local to individual .cpp files...
2013-09-09 Kenneth Graunkeglsl: Pass _mesa_glsl_parse_state into matching_signatu...
2013-08-02 Paul Berryglsl: Properly pack GS output varyings
2013-08-02 Paul Berryglsl: Modify varying packing to use a temporary exec_list.
2013-08-02 Paul Berryglsl/linker: Properly pack GS input varyings.
2013-04-09 Paul Berryglsl: Document lower_packed_varyings' "flat" requiremen...
2013-03-15 Paul BerryReplace gl_vert_result enum with gl_varying_slot.
2013-01-25 Paul Berryglsl: Update lower_packed_varyings to handle varying...
2013-01-25 Paul Berryglsl: Eliminate ambiguity between function ins/outs...
2013-01-08 Paul Berryglsl: Pack flat "varyings" of mixed types together.
2012-12-14 Paul Berryglsl: Add a lowering pass for packing varyings.