diff options
author | Jakob Bornecrantz <[email protected]> | 2012-01-09 00:00:34 +0100 |
---|---|---|
committer | Jakob Bornecrantz <[email protected]> | 2012-01-09 21:38:52 +0100 |
commit | 3e22c7a25321554a32fa6254485912fd53deff3a (patch) | |
tree | 4fad4a88e9dd4762f897401b0c733d25b39324ae /src/gallium/auxiliary/draw/draw_context.h | |
parent | a53cb348baa8b6f3142ac0bda2c339ee1ba1ea86 (diff) |
draw: Make it possible to create a llvm free context
Signed-off-by: Jakob Bornecrantz <[email protected]>
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary/draw/draw_context.h')
-rw-r--r-- | src/gallium/auxiliary/draw/draw_context.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/draw/draw_context.h b/src/gallium/auxiliary/draw/draw_context.h index 93577d0b8fc..7655ad0a90d 100644 --- a/src/gallium/auxiliary/draw/draw_context.h +++ b/src/gallium/auxiliary/draw/draw_context.h @@ -54,6 +54,8 @@ struct gallivm_state; struct draw_context *draw_create( struct pipe_context *pipe ); +struct draw_context *draw_create_no_llvm(struct pipe_context *pipe); + struct draw_context * draw_create_gallivm(struct pipe_context *pipe, struct gallivm_state *gallivm); |