panfrost: Don't initialise the trampolines array
PIPE_MAX_SHADER_SAMPLER_VIEWS is 128, so we just end up initialising a kilobyte of memory for no reason, when usually only a couple of sampler views are used. Fixes: 53ef20f0 ("panfrost: Handle NULL sampler views") Part-of: <mesa/mesa!15366> (cherry picked from commit 3e405afe)
Loading
Please register or sign in to comment