summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_rast_priv.h
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2009-10-09 15:52:18 +0100
committerJosé Fonseca <jfonseca@vmware.com>2009-10-09 15:53:53 +0100
commit85999695829823e459e11822b4846ed1db5c055d (patch)
tree7eb0ea2b8e65b0546361c5bbc39ff52512183495 /src/gallium/drivers/llvmpipe/lp_rast_priv.h
parentf406ffaea62005157f56ea17709291326c4dca8a (diff)
llvmpipe: Get jit_context/jit_function across the rasterizer.
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_rast_priv.h')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_rast_priv.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_rast_priv.h b/src/gallium/drivers/llvmpipe/lp_rast_priv.h
index eae8138aaf..11e8e78e79 100644
--- a/src/gallium/drivers/llvmpipe/lp_rast_priv.h
+++ b/src/gallium/drivers/llvmpipe/lp_rast_priv.h
@@ -74,8 +74,6 @@ struct lp_rasterizer {
unsigned clear_depth;
char clear_stencil;
} state;
-
- const struct lp_rast_state *shader_state;
};