Comment 10 for bug 1817943

Revision history for this message
Bryan Quigley (bryanquigley) wrote :

My C might be a little rusty.. but the code in question seems redundant:
assert(lpr->dt);
if (!lpr->dt)
   return FALSE;

https://github.com/mesa3d/mesa/blob/master/src/gallium/drivers/llvmpipe/lp_texture.c