About Social Code
aboutsummaryrefslogtreecommitdiff
path: root/src/compiler/glsl/opt_function_inlining.cpp
AgeCommit message (Expand)Author
2025-08-21glsl/opt_function_inlining: don't ralloc the hash tableMarek Olšák
2025-08-04glsl: switch ir_instruction to linear_ctx to eliminate malloc overheadMarek Olšák
2025-07-31glsl: fork exec_node/list -> ir_exec_node/list as private GLSL IR utilityMarek Olšák
2024-06-18glsl: remove do_function_inlining()Timothy Arceri
2023-12-22glsl: Use glsl_type C helpersCaio Oliveira
2022-12-12glsl: fix function inlining for imagesTimothy Arceri
2022-12-08glsl: dont create temps for builtin function inputsTimothy Arceri
2022-12-08glsl: use ir_rvalue_visitor for function inliningTimothy Arceri
2019-01-14src/compiler: use new hash table and set creation helpersCaio Marcelo de Oliveira Filho
2018-08-01glsl: fix function inlining with opaque parametersRhys Perry
2017-10-02glsl: Don't pass NULL to ir_assignment constructor when not necessaryIan Romanick
2016-12-20glsl: Use ir_var_temporary when generating inline functions.Kenneth Graunke
2016-11-02glsl: compute lvalues of [in]out parameters before inlined function bodyNicolai Hähnle
2016-09-12glsl: Convert function inlining to the util hash tableThomas Helland
2016-01-26glsl: move to compiler/Emil Velikov