summaryrefslogtreecommitdiffstats
path: root/src/compiler/glsl/lower_packed_varyings.cpp
Commit message (Expand)AuthorAgeFilesLines
* glsl: Separate overlapping sentinel nodes in exec_list.Matt Turner2016-07-261-4/+4
* compiler: Rename INTERP_QUALIFIER_* to INTERP_MODE_*.Kenneth Graunke2016-07-171-3/+3
* glsl: Pack integer and double varyings as flat even if interpolation mode is ...Ian Romanick2016-07-051-5/+6
* glsl/mesa: split gl_shader in twoTimothy Arceri2016-06-301-3/+3
* glsl: use new interfaces for 64-bit checks.Dave Airlie2016-06-091-3/+3
* glsl: fix lowering outputs for early/nested returnsLars Hamre2016-04-281-4/+54
* glsl: disable varying packing when its not safeTimothy Arceri2016-03-181-7/+21
* glsl: pass disable_varying_packing bool to the lowering passTimothy Arceri2016-03-181-5/+13
* glsl: move to compiler/Emil Velikov2016-01-261-0/+749