Re: [Mesa-dev] [PATCH 1/3] llvmpipe: refactoring of visibility counter handling

2013-02-08 Thread Brian Paul
On 02/07/2013 08:20 PM, srol...@vmware.com wrote: From: Roland Scheidegger There can be other per-thread data than just vis_counter, so pass a struct around instead (some of our non-public code uses this already and this difference is a major cause of merge pain). --- src/gallium/drivers/llvmp

[Mesa-dev] [PATCH 1/3] llvmpipe: refactoring of visibility counter handling

2013-02-07 Thread sroland
From: Roland Scheidegger There can be other per-thread data than just vis_counter, so pass a struct around instead (some of our non-public code uses this already and this difference is a major cause of merge pain). --- src/gallium/drivers/llvmpipe/lp_jit.c | 19 +++ src/g