summaryrefslogtreecommitdiffstats
path: root/src/compiler/glsl/link_varyings.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* glsl: add xfb helpers and fields to the tfeedback_decl classTimothy Arceri2016-03-311-2/+10
* glsl: add helper to process xfb qualifiers during linkingTimothy Arceri2016-03-311-0/+66
* glsl: add helper to generate xfb varying namesTimothy Arceri2016-03-311-0/+43
* glsl: generate named interface block names correctlyTimothy Arceri2016-03-311-4/+4
* glsl: disable varying packing when its not safeTimothy Arceri2016-03-181-45/+151
* glsl: pass disable_varying_packing bool to the lowering passTimothy Arceri2016-03-181-9/+9
* glsl: don't validate ifc blocks using validation meant for variablesTimothy Arceri2016-03-091-2/+8
* glsl: replace remaining tabs in link_varyings.cppTimothy Arceri2016-03-051-9/+9
* glsl: warn in GL as well as ES when varying not writtenTimothy Arceri2016-02-161-16/+7
* glsl: don't generate transform feedback candidate when not requiredTimothy Arceri2016-02-061-2/+4
* glsl: replace unreachable code with an assert()Timothy Arceri2016-02-061-17/+8
* glsl: double-precision values don't support interpolationSamuel Iglesias Gonsálvez2016-01-281-2/+7
* glsl: move to compiler/Emil Velikov2016-01-261-0/+1888