From 97b4681d7e1ccf40d1584436ade7c70fc1893e27 Mon Sep 17 00:00:00 2001 From: José Fonseca Date: Sat, 22 Aug 2009 23:30:28 +0100 Subject: llvmpipe: Drop blend derived state. Already included in the fragment shader. --- src/gallium/drivers/llvmpipe/lp_state_fs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gallium/drivers/llvmpipe/lp_state_fs.c') diff --git a/src/gallium/drivers/llvmpipe/lp_state_fs.c b/src/gallium/drivers/llvmpipe/lp_state_fs.c index a9b2d48244..cf0a90bc18 100644 --- a/src/gallium/drivers/llvmpipe/lp_state_fs.c +++ b/src/gallium/drivers/llvmpipe/lp_state_fs.c @@ -714,7 +714,7 @@ llvmpipe_update_fs(struct llvmpipe_context *lp) memset(&key, 0, sizeof key); memcpy(&key.depth, &lp->depth_stencil->depth, sizeof &key.depth); memcpy(&key.alpha, &lp->depth_stencil->alpha, sizeof &key.alpha); - memcpy(&key.blend, &lp->blend->base, sizeof &key.blend); + memcpy(&key.blend, lp->blend, sizeof &key.blend); variant = shader->variants; while(variant) { -- cgit v1.2.3