summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_state.c
diff options
context:
space:
mode:
authorCorbin Simpson <MostAwesomeDude@gmail.com>2010-01-10 23:38:05 -0800
committerCorbin Simpson <MostAwesomeDude@gmail.com>2010-01-10 23:38:05 -0800
commitbfcafbe15dc98d747ba4c63305c9cf2c4cdbe573 (patch)
treeabcd32c42d49e78b2b34e44ae8c58202d9a11232 /src/gallium/drivers/r300/r300_state.c
parent973326027f0befb0befdfb958110d2b2f4cf1d14 (diff)
r300g: Don't bother testing for empty scissors.
If somebody goes through that much effort, they probably intended it. So humor them. :3
Diffstat (limited to 'src/gallium/drivers/r300/r300_state.c')
-rw-r--r--src/gallium/drivers/r300/r300_state.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gallium/drivers/r300/r300_state.c b/src/gallium/drivers/r300/r300_state.c
index 86773adc8d..78764ddc98 100644
--- a/src/gallium/drivers/r300/r300_state.c
+++ b/src/gallium/drivers/r300/r300_state.c
@@ -494,9 +494,6 @@ static void r300_set_scissor_regs(const struct pipe_scissor_state* state,
(((state->maxx - 1) + 1440) << R300_SCISSORS_X_SHIFT) |
(((state->maxy - 1) + 1440) << R300_SCISSORS_Y_SHIFT);
}
-
- scissor->empty_area = state->minx >= state->maxx ||
- state->miny >= state->maxy;
}
static void