summaryrefslogtreecommitdiffstats
path: root/src/glsl/link_varyings.cpp
Commit message (Expand)AuthorAgeFilesLines
* glsl: Disable transform feedback of varying structs.Paul Berry2013-01-241-1/+10
* glsl: Generalize compute_packing_order for varying structs.Paul Berry2013-01-241-3/+2
* glsl: Eliminate ambiguity between function ins/outs and shader ins/outsPaul Berry2013-01-241-17/+11
* glsl: Pack flat "varyings" of mixed types together.Paul Berry2013-01-081-6/+14
* glsl: Separate varying linking code to its own file.Paul Berry2013-01-081-0/+1043