glsl: add offset to glsl interface type
[mesa.git] / src / compiler / glsl / ast_to_hir.cpp
2016-03-05 Timothy Arceriglsl: add offset to glsl interface type
2016-03-05 Timothy Arceriglsl: apply compile-time rules for the offset layout...
2016-03-05 Timothy Arceriglsl: don't apply uniform/buffer layouts to interface...
2016-02-25 Andres Gomezglsl/ast: Implicit conversion from double to float...
2016-02-18 Rob Clarkglsl: fix new gcc6 warnings
2016-02-16 Timothy Arceriglsl: remove duplicate interpolation_string() function
2016-02-16 Timothy Arceriglsl: set user defined varyings to smooth by default...
2016-02-14 Jason Ekstrandglsl/types: Add support for function types
2016-02-14 Jason Ekstrandglsl/types: Rename sampler_type to sampled_type
2016-02-11 Timothy Arceriglsl: don't validate interface blocks twice
2016-02-11 Timothy Arceriglsl: remove duplicate embedded struct validation
2016-02-09 Timothy Arceriglsl: validate arrays of arrays on empty type delclarations
2016-01-28 Ilia Mirkinglsl: disallow implicit conversions in ESSL shaders
2016-01-26 Emil Velikovglsl: move to compiler/