Skip to content

mesa: add glsl_type ref to one_time_init and decref to atexit

This fixes problems spotted within vk-gl-cts. Problem is that the builtin functions refer to types and we should not release types before builtins are released.

Fixes: 624789e3 ("compiler/glsl: handle case where we have multiple users for types") Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=110796 Signed-off-by: Tapani Pälli tapani.palli@intel.com

Edited by Tapani Pälli

Merge request reports