summaryrefslogtreecommitdiff
path: root/src/gallium/include/pipe/p_state.h
diff options
context:
space:
mode:
authorVincent Lejeune <vljn@ovi.com>2012-07-14 18:49:35 +0200
committerVincent Lejeune <vljn@ovi.com>2012-12-05 19:14:42 +0100
commit378c8c7df16f3aff0727eb3d407c9f18a487928a (patch)
treeb8bad16707126ac40bb473de102ea9bfeaf3fcad /src/gallium/include/pipe/p_state.h
parentde99a70f6cbe8423191dc259fe9582673148bf5b (diff)
gallium/radeon: enable glsl-to-llvmglsl-to-llvm-05nov
Diffstat (limited to 'src/gallium/include/pipe/p_state.h')
-rw-r--r--src/gallium/include/pipe/p_state.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/include/pipe/p_state.h b/src/gallium/include/pipe/p_state.h
index f84bfd79d6..d3d2d371cb 100644
--- a/src/gallium/include/pipe/p_state.h
+++ b/src/gallium/include/pipe/p_state.h
@@ -49,6 +49,7 @@
extern "C" {
#endif
+typedef struct LLVMOpaqueModule * LLVMModuleRef;
/**
* Implementation limits
@@ -209,6 +210,7 @@ struct pipe_stream_output_info
struct pipe_shader_state
{
const struct tgsi_token *tokens;
+ LLVMModuleRef llvm_module;
struct pipe_stream_output_info stream_output;
};