summaryrefslogtreecommitdiff
path: root/src/compiler/glsl/opt_function_inlining.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-12-20glsl: Use ir_var_temporary when generating inline functions.Kenneth Graunke1-1/+1
2016-11-02glsl: compute lvalues of [in]out parameters before inlined function bodyNicolai Hähnle1-10/+81
2016-09-12glsl: Convert function inlining to the util hash tableThomas Helland1-3/+3
2016-01-26glsl: move to compiler/Emil Velikov1-0/+360