diff options
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_context.h')
-rw-r--r-- | src/gallium/drivers/llvmpipe/lp_context.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_context.h b/src/gallium/drivers/llvmpipe/lp_context.h index ee0831fbb6d..0d47c0d517c 100644 --- a/src/gallium/drivers/llvmpipe/lp_context.h +++ b/src/gallium/drivers/llvmpipe/lp_context.h @@ -153,6 +153,9 @@ struct llvmpipe_context { struct pipe_query *render_cond_query; uint render_cond_mode; boolean render_cond_cond; + + /** The LLVMContext to use for LLVM related work */ + LLVMContextRef context; }; |