From 4c4f98c6fcabc4a2c9ede3647de390a4585cf58a Mon Sep 17 00:00:00 2001 From: José Fonseca Date: Wed, 12 May 2010 17:24:34 +0100 Subject: llvmpipe: Use RAST_WHOLE/EDGE_TEST in more places. --- src/gallium/drivers/llvmpipe/lp_jit.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/gallium/drivers/llvmpipe/lp_jit.h') diff --git a/src/gallium/drivers/llvmpipe/lp_jit.h b/src/gallium/drivers/llvmpipe/lp_jit.h index fc43d0bf5a..8d06e65725 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, -- cgit v1.2.3