diff options
author | José Fonseca <[email protected]> | 2010-05-12 17:24:34 +0100 |
---|---|---|
committer | José Fonseca <[email protected]> | 2010-05-12 17:24:34 +0100 |
commit | 4c4f98c6fcabc4a2c9ede3647de390a4585cf58a (patch) | |
tree | fe7c088e7e1b2dde9130d8bcf89ed93ce3b1f369 /src/gallium/drivers/llvmpipe/lp_jit.h | |
parent | 10fdbb9298489e9dfb2ecec0662abe29da5b6239 (diff) |
llvmpipe: Use RAST_WHOLE/EDGE_TEST in more places.
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_jit.h')
-rw-r--r-- | src/gallium/drivers/llvmpipe/lp_jit.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_jit.h b/src/gallium/drivers/llvmpipe/lp_jit.h index fc43d0bf5aa..8d06e65725f 100644 --- a/src/gallium/drivers/llvmpipe/lp_jit.h +++ b/src/gallium/drivers/llvmpipe/lp_jit.h @@ -150,11 +150,6 @@ enum { -/** 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, |