draw: Init llvm if not provided
[mesa.git] / src / gallium / auxiliary / draw / draw_private.h
index 06ed4d60ef287c34d2ae2a3ffd9660db0f80cabe..db2e3c5410d8c054151ae3c6ef665a2ec230a338 100644 (file)
@@ -286,6 +286,7 @@ struct draw_context
 
 #ifdef HAVE_LLVM
    struct draw_llvm *llvm;
+   struct gallivm_state *own_gallivm;
 #endif
 
    struct pipe_sampler_view *sampler_views[PIPE_MAX_VERTEX_SAMPLERS];