glsl: allow conservative depth qualifiers in GLSL 420
[mesa.git] / src / compiler / glsl / ast_to_hir.cpp
2016-04-03 Ilia Mirkinglsl: allow conservative depth qualifiers in GLSL 420
2016-04-01 Alejandro Piñeiroglsl: do not raise unitialized variable warnings on...
2016-03-31 Timothy Arceriglsl: apply xfb_stride to implicit offsets for ifc...
2016-03-31 Timothy Arceriglsl: add xfb_stride compile time rules
2016-03-31 Timothy Arceriglsl: add xfb_offset compile time rules
2016-03-31 Timothy Arceriglsl: add xfb_buffer compile time rules
2016-03-31 Timothy Arceriglsl: add field to track if xfb_buffer is an explicit...
2016-03-31 Timothy Arceriglsl: move process_qualifier_constant() to ast_type.cpp
2016-03-31 Timothy Arceriglsl: Fix segfault when lhs is error_type in TCS
2016-03-30 Samuel Pitoisetglsl: add missing types for buffer images
2016-03-29 Alejandro Piñeiroglsl: raise warning when using uninitialized variables
2016-03-29 Alejandro Piñeiroglsl: add is_lhs bool on ast_expression
2016-03-23 Lars Hamrecompiler/glsl: allow sequence op as a const expr in...
2016-03-09 Timothy Arceriglsl: dont allow undefined array sizes in ES
2016-03-05 Timothy Arceriglsl: apply align layout qualifier rules to block offsets
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/