summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_state.h
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2009-08-10 08:16:31 +0100
committerJosé Fonseca <jfonseca@vmware.com>2009-08-29 09:21:27 +0100
commit2101c2941c1ff3ae7f3f587e6e9921ed336ce17c (patch)
tree76c5ac8787c0d3b052c85f5746c2d68bf3d1f807 /src/gallium/drivers/llvmpipe/lp_state.h
parent3ce1abf950b7175d65a32fb9d182561a9d3d57f7 (diff)
llvmpipe: Tiles in rgba8 format.
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 78c4778580..6b757a6ba7 100644
--- a/src/gallium/drivers/llvmpipe/lp_state.h
+++ b/src/gallium/drivers/llvmpipe/lp_state.h
@@ -93,10 +93,10 @@ struct lp_vertex_shader {
typedef void
-(*lp_blend_func)(float src[][4],
- float dst[][4],
- float con[][4],
- float res[][4]);
+(*lp_blend_func)(uint8_t src[][16],
+ uint8_t dst[][16],
+ uint8_t con[][16],
+ uint8_t res[][16]);
struct lp_blend_state