mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-29 18:28:14 +02:00
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:
parent
9a10d14a44
commit
5cf4630969
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue