From a1acbff299c444913418e65da473745cd901a2db Mon Sep 17 00:00:00 2001 From: José Fonseca Date: Wed, 13 Jan 2010 21:51:47 +0000 Subject: llvmpipe: Reset the bin when shading a whole tile with an opaque shader. --- src/gallium/drivers/llvmpipe/lp_setup.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/gallium/drivers/llvmpipe/lp_setup.h') diff --git a/src/gallium/drivers/llvmpipe/lp_setup.h b/src/gallium/drivers/llvmpipe/lp_setup.h index bf12cb8527..bac7d73e8d 100644 --- a/src/gallium/drivers/llvmpipe/lp_setup.h +++ b/src/gallium/drivers/llvmpipe/lp_setup.h @@ -97,7 +97,8 @@ lp_setup_set_fs_inputs( struct setup_context *setup, void lp_setup_set_fs_function( struct setup_context *setup, - lp_jit_frag_func jit_function ); + lp_jit_frag_func jit_function, + boolean opaque ); void lp_setup_set_fs_constants(struct setup_context *setup, -- cgit v1.2.3