diff options
author | José Fonseca <[email protected]> | 2009-08-22 12:39:44 +0100 |
---|---|---|
committer | José Fonseca <[email protected]> | 2009-08-29 09:21:40 +0100 |
commit | 98971802798354cdba45c421cc340ec938143e03 (patch) | |
tree | 4cbddfefc0f582ac29ccd87411abcb3c61532cca /src/gallium/drivers/llvmpipe/lp_context.h | |
parent | 64cc71167f986f6cd29abb228295cf6441b07832 (diff) |
llvmpipe: Generate the fragment pipeline into a single function.
Still hackish. Will document and optimize later.
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_context.h')
-rw-r--r-- | src/gallium/drivers/llvmpipe/lp_context.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_context.h b/src/gallium/drivers/llvmpipe/lp_context.h index c31df0bf391..9de21d0cd04 100644 --- a/src/gallium/drivers/llvmpipe/lp_context.h +++ b/src/gallium/drivers/llvmpipe/lp_context.h @@ -117,7 +117,6 @@ struct llvmpipe_context { /** Software quad rendering pipeline */ struct { struct quad_stage *shade; - struct quad_stage *blend; struct quad_stage *first; /**< points to one of the above stages */ } quad; |