summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_jit.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2010-03-18 12:04:50 -0600
committerBrian Paul <brianp@vmware.com>2010-03-18 13:06:32 -0600
commitd219b8a022a6fdaa0106c6e160b594c359f85185 (patch)
tree878ac012c3827ad96e547d31c9b87488537021f9 /src/gallium/drivers/llvmpipe/lp_jit.h
parent94abc4b51e134bee1ace2b57400e35c295bda6f8 (diff)
llvmpipe: defines for RAST_WHOLE, RAST_EDGE_TEST
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_jit.h')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_jit.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_jit.h b/src/gallium/drivers/llvmpipe/lp_jit.h
index bbd0c9610d..690b439307 100644
--- a/src/gallium/drivers/llvmpipe/lp_jit.h
+++ b/src/gallium/drivers/llvmpipe/lp_jit.h
@@ -146,6 +146,11 @@ enum {
lp_build_struct_get_ptr(_builder, _ptr, LP_JIT_CONTEXT_TEXTURES, "textures")
+/** Indexes into jit_function[] array */
+#define RAST_WHOLE 0
+#define RAST_EDGE_TEST 1
+
+
typedef void
(*lp_jit_frag_func)(const struct lp_jit_context *context,
uint32_t x,