About
Social
Code
index
:
mesa
frygon
main
Mesa graphics project
Lucas Fryzek
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
compiler
/
glsl
/
opt_function_inlining.cpp
Age
Commit message (
Expand
)
Author
2025-08-21
glsl/opt_function_inlining: don't ralloc the hash table
Marek Olšák
2025-08-04
glsl: switch ir_instruction to linear_ctx to eliminate malloc overhead
Marek Olšák
2025-07-31
glsl: fork exec_node/list -> ir_exec_node/list as private GLSL IR utility
Marek Olšák
2024-06-18
glsl: remove do_function_inlining()
Timothy Arceri
2023-12-22
glsl: Use glsl_type C helpers
Caio Oliveira
2022-12-12
glsl: fix function inlining for images
Timothy Arceri
2022-12-08
glsl: dont create temps for builtin function inputs
Timothy Arceri
2022-12-08
glsl: use ir_rvalue_visitor for function inlining
Timothy Arceri
2019-01-14
src/compiler: use new hash table and set creation helpers
Caio Marcelo de Oliveira Filho
2018-08-01
glsl: fix function inlining with opaque parameters
Rhys Perry
2017-10-02
glsl: Don't pass NULL to ir_assignment constructor when not necessary
Ian Romanick
2016-12-20
glsl: Use ir_var_temporary when generating inline functions.
Kenneth Graunke
2016-11-02
glsl: compute lvalues of [in]out parameters before inlined function body
Nicolai Hähnle
2016-09-12
glsl: Convert function inlining to the util hash table
Thomas Helland
2016-01-26
glsl: move to compiler/
Emil Velikov