mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 13:10:10 +01:00
No change in behavior. ralloc_size is equivalent to rzalloc_size. That will change though. Calls not switched to rzalloc_size: - ralloc_vasprintf - glsl_type::name allocation (it's filled with snprintf) - C++ classes where valgrind didn't show uninitialized values I switched most of non-glsl stuff to rzalloc without checking whether it's really needed. Reviewed-by: Edward O'Callaghan <funfunctor@folklore1984.net> Tested-by: Edmondo Tommasina <edmondo.tommasina@gmail.com> Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com> |
||
|---|---|---|
| .. | ||
| GLSL.std.450.h | ||
| nir_spirv.h | ||
| spirv.h | ||
| spirv2nir.c | ||
| spirv_info.c | ||
| spirv_info.h | ||
| spirv_to_nir.c | ||
| vtn_alu.c | ||
| vtn_cfg.c | ||
| vtn_glsl450.c | ||
| vtn_private.h | ||
| vtn_variables.c | ||