Skip to content

d3d12: delete PSO when removing it from the cache

Gert Wollny requested to merge gerddie/mesa:fix-pgo-memory-leak into msclc-d3d12

Removing an entry from the hash table doesn't delete it, so do it manually.

Fixes: c0fa6b04 d3d12: Cache pipeline state objects

Signed-off-by: Gert Wollny gert.wollny@collabora.com

Merge request reports