nir: move to compiler/
[mesa.git] / src / glsl / link_varyings.h
2016-01-06 Timothy Arceriglsl: remove unused varyings before packing them
2015-12-19 Dave Airlieglsl: fix transform feedback for 64-bit outupts.
2015-07-22 Chris Forbesglsl: push vertex count determination down one level
2015-07-22 Fabian Bielerglsl: lower gl_TessLevel* from float[n] to vecn.
2014-06-30 Iago Toral Quirogaglsl: Add methods to retrive a varying's name and streamId.
2014-06-30 Iago Toral Quirogaglsl: Assign GLSL StreamIds to transform feedback outputs.
2013-10-07 Ian Romanickglsl: Count shader inputs and outputs separately
2013-09-04 Ian Romanickglsl: Remove unused prog parameter from tfeedback_decl...
2013-08-02 Paul Berryglsl/linker: Properly pack GS input varyings.
2013-07-30 Paul Berryglsl: Use a consistent technique for tracking link...
2013-07-02 Marek Olšákglsl/linker: eliminate unused and set-but-unused built...
2013-07-02 Marek Olšákglsl/linker: check against varying limit after unused...
2013-02-04 Paul Berryglsl: Support transform feedback of varying structs.
2013-02-04 Paul Berryglsl: Use parse_program_resource_name to parse transfor...
2013-01-08 Paul Berryglsl: Separate varying linking code to its own file.