glsl: add transform feedback buffers to resource list
[mesa.git] / src / compiler / glsl_types.cpp
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: 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-28 Ilia Mirkinglsl: disallow implicit conversions in ESSL shaders
2016-01-26 Emil Velikovglsl: move to compiler/
2016-01-26 Emil Velikovnir: move glsl_types.{cpp,h} to compiler