summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/p_context.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/pipe/p_context.h')
-rw-r--r--src/mesa/pipe/p_context.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mesa/pipe/p_context.h b/src/mesa/pipe/p_context.h
index 8ba1031efe..2558a6341c 100644
--- a/src/mesa/pipe/p_context.h
+++ b/src/mesa/pipe/p_context.h
@@ -38,7 +38,9 @@ struct pipe_state_cache;
*/
struct pipe_context {
struct pipe_winsys *winsys;
-
+
+ void *llvm_execution_engine;
+
void (*destroy)( struct pipe_context * );
/*