diff options
author | Corbin Simpson <[email protected]> | 2010-01-10 23:38:05 -0800 |
---|---|---|
committer | Corbin Simpson <[email protected]> | 2010-01-10 23:38:05 -0800 |
commit | bfcafbe15dc98d747ba4c63305c9cf2c4cdbe573 (patch) | |
tree | abcd32c42d49e78b2b34e44ae8c58202d9a11232 /src/gallium/drivers/r300/r300_context.h | |
parent | 973326027f0befb0befdfb958110d2b2f4cf1d14 (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.h | 3 |
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 70a04d6f445..5937f0e2cc5 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 { |