aboutsummaryrefslogtreecommitdiffstats
path: root/src/glsl/lower_subroutine.cpp
Commit message (Expand)AuthorAgeFilesLines
* glsl: move to compiler/Emil Velikov2016-01-261-123/+0
* nir: move glsl_types.{cpp,h} to compilerEmil Velikov2016-01-261-1/+1
* glsl: fix subroutine lowering reusing actual parmatersDave Airlie2016-01-181-5/+19
* glsl: add AoA support to subroutinesTimothy Arceri2015-10-211-1/+1
* glsl: check if return_deref in lower_subroutine_visitor::visit_leave isn't NULLKai Wasserbäch2015-08-211-1/+1
* glsl: Initialize parse-state in constructor of lower_subroutine.Matt Turner2015-07-311-3/+3
* glsl/ir: add subroutine lowering pass (v2.3)Dave Airlie2015-07-231-0/+109