diff options
author | Keith Whitwell <[email protected]> | 2010-08-27 17:51:21 +0100 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2010-09-07 13:22:55 +0100 |
commit | 5024d9b90e88cdc3d8aca14d45cf845efbfb8633 (patch) | |
tree | 8e388a7da9bdc977f38322c3d7f1a202f788038d /src/gallium/drivers/llvmpipe/lp_rast.h | |
parent | 71e27ef21c4a24aeadadb85f60774ec48a7e3cff (diff) |
llvmpipe: move whole-tile emit into a function
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_rast.h')
-rw-r--r-- | src/gallium/drivers/llvmpipe/lp_rast.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_rast.h b/src/gallium/drivers/llvmpipe/lp_rast.h index b4564ef33bd..ebe88182af4 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]; |