Re: [Mesa-dev] [PATCH] llvmpipe: initialize default fb correctly in setup

2017-06-23 Thread Jose Fonseca
On 23/06/17 18:28, srol...@vmware.com wrote: From: Roland Scheidegger If lp_setup_bind_framebuffer() is never called, then setup fb x1/y1 was not correctly initialized. This can happen if there's never a fb set - both cso and llvmpipe would consider setting this with no cbufs and no zsbuf a red

[Mesa-dev] [PATCH] llvmpipe: initialize default fb correctly in setup

2017-06-23 Thread sroland
From: Roland Scheidegger If lp_setup_bind_framebuffer() is never called, then setup fb x1/y1 was not correctly initialized. This can happen if there's never a fb set - both cso and llvmpipe would consider setting this with no cbufs and no zsbuf a redundant change and therefore it would never get