summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_state.h
diff options
context:
space:
mode:
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 *,