diff options
author | Zack Rusin <[email protected]> | 2007-10-15 09:59:19 -0400 |
---|---|---|
committer | Zack Rusin <[email protected]> | 2007-10-24 11:21:03 -0400 |
commit | 5ffdada717466a78b5b148764ba23c7a95098887 (patch) | |
tree | c7005dde4cfd245d650b21278f8d358397a34564 /src/mesa/pipe/p_context.h | |
parent | 9e6d58fac26a12246e9e560f3802ebcbce2423bc (diff) |
Execution engine is a singleton, for now keep it in the pipe.
Diffstat (limited to 'src/mesa/pipe/p_context.h')
-rw-r--r-- | src/mesa/pipe/p_context.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mesa/pipe/p_context.h b/src/mesa/pipe/p_context.h index 8ba1031efe5..2558a6341ce 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 * ); /* |