diff options
Diffstat (limited to 'src/mesa/swrast/s_triangle.c')
-rw-r--r-- | src/mesa/swrast/s_triangle.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/swrast/s_triangle.c b/src/mesa/swrast/s_triangle.c index 8c2ba368c04..5c8d1ebe294 100644 --- a/src/mesa/swrast/s_triangle.c +++ b/src/mesa/swrast/s_triangle.c @@ -900,7 +900,6 @@ fast_persp_span(GLcontext *ctx, struct sw_span *span, * Special tri function for occlusion testing */ #define NAME occlusion_zless_triangle -#define DO_OCCLUSION_TEST #define INTERP_Z 1 #define SETUP_CODE \ ASSERT(ctx->Depth.Test); \ |