summaryrefslogtreecommitdiff
path: root/src/gallium/include/pipe/p_state.h
diff options
context:
space:
mode:
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;
};