Skip to content

r600/sfn: Fix a few memory leaks ad warnings

Gert Wollny requested to merge gerddie/mesa:fix-memory-leaks into main
  • the original nir shaders were not deleted properly
  • some snf-internal values were not using the memory pool
  • the memory pool was not freed at the end of the shader translation
Edited by Gert Wollny

Merge request reports