summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_state.h
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2010-05-12 17:24:34 +0100
committerJosé Fonseca <jfonseca@vmware.com>2010-05-12 17:24:34 +0100
commit4c4f98c6fcabc4a2c9ede3647de390a4585cf58a (patch)
treefe7c088e7e1b2dde9130d8bcf89ed93ce3b1f369 /src/gallium/drivers/llvmpipe/lp_state.h
parent10fdbb9298489e9dfb2ecec0662abe29da5b6239 (diff)
llvmpipe: Use RAST_WHOLE/EDGE_TEST in more places.
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_state.h')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_state.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_state.h b/src/gallium/drivers/llvmpipe/lp_state.h
index 73778449ea..bae5de0cb3 100644
--- a/src/gallium/drivers/llvmpipe/lp_state.h
+++ b/src/gallium/drivers/llvmpipe/lp_state.h
@@ -63,6 +63,11 @@ struct llvmpipe_context;
struct lp_fragment_shader;
+/** Indexes into jit_function[] array */
+#define RAST_WHOLE 0
+#define RAST_EDGE_TEST 1
+
+
struct lp_fragment_shader_variant_key
{
struct pipe_depth_state depth;