llvmpipe: Pass state to setup.
[mesa.git] / src / gallium / drivers / llvmpipe / lp_setup_context.h
index b29fec8ef059811337c5658864fee1cc8ea8c432..2e2380dd8065978ca51b2bc70e2ec233839d6b1a 100644 (file)
@@ -109,6 +109,11 @@ struct setup_context {
    struct {
       struct lp_shader_input input[PIPE_MAX_ATTRIBS];
       unsigned nr_inputs;
+
+      struct lp_jit_context jit_context;
+      lp_jit_frag_func jit_function;
+
+      boolean jit_context_dirty;
    } fs;
 
    void (*point)( struct setup_context *,