glsl: add helper for counting varyings
[mesa.git] / src / compiler / glsl_types.h
2016-03-31 Timothy Arceriglsl: add helper for counting varyings
2016-03-31 Timothy Arceriglsl: add field to track if xfb_buffer is an explicit...
2016-03-31 Timothy Arceriglsl: add xfb_* qualifiers to glsl_struct_field
2016-03-05 Timothy Arceriglsl: add offset to glsl interface type
2016-02-14 Jason Ekstrandglsl/types: Expose glsl_struct_field and glsl_function_...
2016-02-14 Jason Ekstrandglsl/types: Add a helper for getting image types
2016-02-14 Jason Ekstrandglsl/types: Add support for function types
2016-02-14 Jason Ekstrandglsl/types: Rename sampler_type to sampled_type
2016-01-30 Ilia Mirkinglsl: always initialize image_* fields, copy them on...
2016-01-26 Emil Velikovnir: move glsl_types.{cpp,h} to compiler