aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler/glsl/ast_to_hir.cpp
Commit message (Expand)AuthorAgeFilesLines
* glsl: move process_qualifier_constant() to ast_type.cppTimothy Arceri2016-03-311-41/+0
* glsl: Fix segfault when lhs is error_type in TCSTimothy Arceri2016-03-311-1/+1
* glsl: add missing types for buffer imagesSamuel Pitoiset2016-03-301-12/+12
* glsl: raise warning when using uninitialized variablesAlejandro Piñeiro2016-03-291-0/+7
* glsl: add is_lhs bool on ast_expressionAlejandro Piñeiro2016-03-291-0/+33
* compiler/glsl: allow sequence op as a const expr in gles 1.0Lars Hamre2016-03-231-1/+3
* glsl: dont allow undefined array sizes in ESTimothy Arceri2016-03-091-0/+12
* glsl: apply align layout qualifier rules to block offsetsTimothy Arceri2016-03-051-3/+48
* glsl: add offset to glsl interface typeTimothy Arceri2016-03-051-0/+4
* glsl: apply compile-time rules for the offset layout qualifierTimothy Arceri2016-03-051-0/+49
* glsl: don't apply uniform/buffer layouts to interface blocksTimothy Arceri2016-03-051-6/+7
* glsl/ast: Implicit conversion from double to float is not allowedAndres Gomez2016-02-251-4/+3
* glsl: fix new gcc6 warningsRob Clark2016-02-181-1/+1
* glsl: remove duplicate interpolation_string() functionTimothy Arceri2016-02-171-5/+2
* glsl: set user defined varyings to smooth by default in ESTimothy Arceri2016-02-171-0/+11
* glsl/types: Add support for function typesJason Ekstrand2016-02-131-0/+1
* glsl/types: Rename sampler_type to sampled_typeJason Ekstrand2016-02-131-2/+2
* glsl: don't validate interface blocks twiceTimothy Arceri2016-02-121-23/+21
* glsl: remove duplicate embedded struct validationTimothy Arceri2016-02-121-42/+17
* glsl: validate arrays of arrays on empty type delclarationsTimothy Arceri2016-02-091-25/+38
* glsl: disallow implicit conversions in ESSL shadersIlia Mirkin2016-01-281-0/+4
* glsl: move to compiler/Emil Velikov2016-01-261-0/+7583