summaryrefslogtreecommitdiffstats
path: root/src/compiler/glsl/ast_to_hir.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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