llvmpipe: disable the all in/out test code for now

It's still faster not to try to special case the "all pixels are
known to be inside the triangle" case.
This commit is contained in:
Brian Paul 2010-01-11 15:30:54 -07:00
parent 9a10d14a44
commit 5cf4630969

View file

@ -234,7 +234,7 @@ generate_tri_edge_mask(LLVMBuilderRef builder,
lp_build_flow_scope_begin(flow);
{
#define OPTIMIZE_IN_OUT_TEST 1
#define OPTIMIZE_IN_OUT_TEST 0
#if OPTIMIZE_IN_OUT_TEST
/* not_draw_all = (c0 != INT_MIN) */
not_draw_all = LLVMBuildICmp(builder,