summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_context.h
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_context.h
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_context.h')
-rw-r--r--src/gallium/drivers/r300/r300_context.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gallium/drivers/r300/r300_context.h b/src/gallium/drivers/r300/r300_context.h
index 70a04d6f44..5937f0e2cc 100644
--- a/src/gallium/drivers/r300/r300_context.h
+++ b/src/gallium/drivers/r300/r300_context.h
@@ -109,9 +109,6 @@ struct r300_sampler_state {
struct r300_scissor_regs {
uint32_t top_left; /* R300_SC_SCISSORS_TL: 0x43e0 */
uint32_t bottom_right; /* R300_SC_SCISSORS_BR: 0x43e4 */
-
- /* Whether everything is culled by scissoring. */
- boolean empty_area;
};
struct r300_scissor_state {