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

Brian Paul brianp at vmware.com
Fri Feb 8 06:59:56 PST 2013


On 02/07/2013 08:20 PM, sroland at vmware.com wrote:
> From: Roland Scheidegger<sroland at vmware.com>
>
> 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/gallium/drivers/llvmpipe/lp_jit.h       |   18 +++++++++++++++++-
>   src/gallium/drivers/llvmpipe/lp_rast.c      |    8 ++++----
>   src/gallium/drivers/llvmpipe/lp_rast_priv.h |    6 +++---
>   src/gallium/drivers/llvmpipe/lp_state_fs.c  |   25 +++++++++++++------------
>   5 files changed, 56 insertions(+), 20 deletions(-)
>


Reviewed-by: Brian Paul <brianp at vmware.com>


More information about the mesa-dev mailing list