summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_state.h
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2009-08-18 14:18:54 +0100
committerJosé Fonseca <jfonseca@vmware.com>2009-08-29 09:21:34 +0100
commitbb867b0ae43deb73eca8cd04eda2a7a12620cdcf (patch)
tree3ff53a9acac2c80176cfee800f72e5c1bd946560 /src/gallium/drivers/llvmpipe/lp_state.h
parent4a414d8f876031ffd299e8e0417da1ea7bf9b96b (diff)
llvmpipe: Blend in place.
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_state.h')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_state.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_state.h b/src/gallium/drivers/llvmpipe/lp_state.h
index b4bc89ea32..f823762c46 100644
--- a/src/gallium/drivers/llvmpipe/lp_state.h
+++ b/src/gallium/drivers/llvmpipe/lp_state.h
@@ -95,10 +95,10 @@ struct lp_vertex_shader {
typedef void
-(*lp_blend_func)(uint8_t src[][16],
- uint8_t dst[][16],
- uint8_t con[][16],
- uint8_t res[][16]);
+(*lp_blend_func)(const uint8_t *mask,
+ const uint8_t *src,
+ const uint8_t *con,
+ uint8_t *dst);
struct lp_blend_state