Skip to content

gallium: introduce slab_zalloc and use it to allocate transfers

Pierre-Eric Pelloux-Prayer requested to merge pepp/mesa:gallium_slab_zalloc into main

This is the fix for #6109 (closed).

I only tested the first 3 commits because I don't have the hardware for the others, but it made sense to use slab_zalloc instead of slab_alloc + memset(0).

Merge request reports