Use line number information from entire function expression
[mesa.git] / src / glsl / link_varyings.cpp
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: Put `sample`-qualified varyings in their own...
2013-12-07 Chris Forbesglsl: Add ir support for `sample` qualifier; adjust...
2013-10-25 Paul Berryglsl: Pull interpolation_string() out of ir_variable.
2013-10-25 Paul Berryglsl/gs: Fix transform feedback of gl_ClipDistance.
2013-10-09 Paul Berryglsl: Make accessor functions for ir_variable::interfac...
2013-10-07 Ian Romanickglsl: Count shader inputs and outputs separately
2013-09-23 Eric Anholtglsl: Hide many classes local to individual .cpp files...
2013-09-04 Ian Romanickglsl: Remove unused prog parameter from tfeedback_decl...
2013-09-04 Ian Romanickglsl: Validate qualifiers on VS color outputs with...
2013-09-04 Ian Romanickglsl: Refactor a bunch of the code out of cross_validat...
2013-08-02 Paul Berryglsl/linker: Properly pack GS input varyings.
2013-08-02 Paul Berryglsl/linker: Properly error check VS-GS linkage.
2013-08-02 Paul BerryMove count_attribute_slots() out of the linker and...
2013-07-30 Paul Berryglsl: Use a consistent technique for tracking link...
2013-07-02 Marek Olšákmesa,glsl,gallium: remove GLSLSkipStrictMaxVaryingLimit...
2013-07-02 Marek Olšákglsl/linker: check against varying limit after unused...
2013-06-21 Eric Anholtmesa: Use shared code for converting shader targets...
2013-05-23 Jordan Justenglsl link_varyings: link interface blocks using the...
2013-04-09 Paul Berryglsl/linker: Reduce scope of non-flat integer varying...
2013-04-09 Paul Berryglsl/linker: Adapt flat varying handling in preparation...
2013-04-09 Paul Berryglsl/linker: fix varying packing for non-flat integer...
2013-03-15 Paul BerryReplace gl_frag_attrib enum with gl_varying_slot.
2013-03-15 Paul BerryReplace gl_vert_result enum with gl_varying_slot.
2013-02-24 Jordan Justenglsl: Remove VS output varyings which are optimized...
2013-02-08 Vinson Leeglsl: Initialize all tfeedback_candidate_generator...
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-25 Paul Berryglsl: Disable transform feedback of varying structs.
2013-01-25 Paul Berryglsl: Generalize compute_packing_order for varying...
2013-01-25 Paul Berryglsl: Eliminate ambiguity between function ins/outs...
2013-01-08 Paul Berryglsl: Pack flat "varyings" of mixed types together.
2013-01-08 Paul Berryglsl: Separate varying linking code to its own file.