aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler/glsl/opt_function_inlining.cpp
Commit message (Expand)AuthorAgeFilesLines
* src/compiler: use new hash table and set creation helpersCaio Marcelo de Oliveira Filho2019-01-141-1/+1
* glsl: fix function inlining with opaque parametersRhys Perry2018-08-011-8/+44
* glsl: Don't pass NULL to ir_assignment constructor when not necessaryIan Romanick2017-10-021-6/+5
* glsl: Use ir_var_temporary when generating inline functions.Kenneth Graunke2016-12-201-1/+1
* glsl: compute lvalues of [in]out parameters before inlined function bodyNicolai Hähnle2016-11-021-10/+81
* glsl: Convert function inlining to the util hash tableThomas Helland2016-09-121-3/+3
* glsl: move to compiler/Emil Velikov2016-01-261-0/+360