summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_state.h
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2009-08-22 23:30:28 +0100
committerJosé Fonseca <jfonseca@vmware.com>2009-08-29 09:21:41 +0100
commit97b4681d7e1ccf40d1584436ade7c70fc1893e27 (patch)
tree2fdebbcb38ba628beb0c3dcbd50e7bdd1cebe54e /src/gallium/drivers/llvmpipe/lp_state.h
parent04de13b9cd0bd43c5cdcb3afab8e2c1c5a42aa33 (diff)
llvmpipe: Drop blend derived state.
Already included in the fragment shader.
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_state.h')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_state.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_state.h b/src/gallium/drivers/llvmpipe/lp_state.h
index 83dace30ce..2b1f2e452d 100644
--- a/src/gallium/drivers/llvmpipe/lp_state.h
+++ b/src/gallium/drivers/llvmpipe/lp_state.h
@@ -120,23 +120,6 @@ struct lp_vertex_shader {
};
-typedef void
-(*lp_blend_func)(const uint8_t *mask,
- const uint8_t *src,
- const uint8_t *con,
- uint8_t *dst);
-
-
-struct lp_blend_state
-{
- struct pipe_blend_state base;
-
- LLVMValueRef function;
-
- lp_blend_func jit_function;
-};
-
-
void *
llvmpipe_create_blend_state(struct pipe_context *,