summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_rast_tri_tmp.h
diff options
context:
space:
mode:
authorKeith Whitwell <keithw@vmware.com>2010-09-15 11:51:41 +0100
committerKeith Whitwell <keithw@vmware.com>2010-09-15 14:30:01 +0100
commitbe2fb11f10e0cdd1b05592ea9a1eedbe50d24c9f (patch)
tree7b4a02d00af284343c396543d15404dd53c2d03d /src/gallium/drivers/llvmpipe/lp_rast_tri_tmp.h
parentcc2ed02c0a39443b4f46771a0d4e58f0be900859 (diff)
llvmpipe: remove duplicate code
Bad rebase presumably.
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_rast_tri_tmp.h')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_rast_tri_tmp.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_rast_tri_tmp.h b/src/gallium/drivers/llvmpipe/lp_rast_tri_tmp.h
index a99c8ecfa7..9830a43ba5 100644
--- a/src/gallium/drivers/llvmpipe/lp_rast_tri_tmp.h
+++ b/src/gallium/drivers/llvmpipe/lp_rast_tri_tmp.h
@@ -170,11 +170,6 @@ TAG(lp_rast_triangle)(struct lp_rasterizer_task *task,
outmask = 0; /* outside one or more trivial reject planes */
partmask = 0; /* outside one or more trivial accept planes */
- if (tri->inputs.disable) {
- /* This triangle was partially binned and has been disabled */
- return;
- }
-
while (plane_mask) {
int i = ffs(plane_mask) - 1;
plane[j] = tri->plane[i];