Merge branch '7.8'
[mesa.git] / src / gallium / auxiliary / draw / draw_context.h
index 3b21a881703fff74edcdb21fc17414ed8eb0a14a..0d328304eb0efa3c24f568d3fd2752b3e440623f 100644 (file)
@@ -40,7 +40,6 @@
 
 #include "pipe/p_state.h"
 
-
 struct pipe_context;
 struct draw_context;
 struct draw_stage;
@@ -198,6 +197,11 @@ boolean draw_need_pipeline(const struct draw_context *draw,
                            const struct pipe_rasterizer_state *rasterizer,
                            unsigned prim );
 
-
+#ifdef HAVE_LLVM
+/*******************************************************************************
+ * LLVM integration
+ */
+struct draw_context *draw_create_with_llvm(void);
+#endif
 
 #endif /* DRAW_CONTEXT_H */