From 5024d9b90e88cdc3d8aca14d45cf845efbfb8633 Mon Sep 17 00:00:00 2001 From: Keith Whitwell Date: Fri, 27 Aug 2010 17:51:21 +0100 Subject: llvmpipe: move whole-tile emit into a function --- src/gallium/drivers/llvmpipe/lp_rast.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gallium/drivers/llvmpipe/lp_rast.h') diff --git a/src/gallium/drivers/llvmpipe/lp_rast.h b/src/gallium/drivers/llvmpipe/lp_rast.h index b4564ef33b..ebe88182af 100644 --- a/src/gallium/drivers/llvmpipe/lp_rast.h +++ b/src/gallium/drivers/llvmpipe/lp_rast.h @@ -79,6 +79,7 @@ struct lp_rast_state { */ struct lp_rast_shader_inputs { float facing; /** Positive for front-facing, negative for back-facing */ + boolean opaque:1; /** Is opaque */ float (*a0)[4]; float (*dadx)[4]; -- cgit v1.2.3