diff options
author | Marek Olšák <[email protected]> | 2010-01-12 23:55:37 +0100 |
---|---|---|
committer | Corbin Simpson <[email protected]> | 2010-01-12 18:08:57 -0800 |
commit | f3c4f2ef623942d65d1e8c38110bf059e286b36a (patch) | |
tree | 34324d605ca6ef97f168f8384b50677aac16bf86 /src/gallium/drivers/r300/r300_context.c | |
parent | a2926a2a8bbd72b6b78adf88478aa02c9624b289 (diff) |
r300g: only emit scissor when needed
Reverting some bits from ce1c493ff8fad4b62e2b66f06636ac6560a6e0ad.
Given the latest fixes, it's not needed to always emit scissor, really.
Diffstat (limited to 'src/gallium/drivers/r300/r300_context.c')
-rw-r--r-- | src/gallium/drivers/r300/r300_context.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/r300/r300_context.c b/src/gallium/drivers/r300/r300_context.c index be83c3eca80..98a5bb8e5fd 100644 --- a/src/gallium/drivers/r300/r300_context.c +++ b/src/gallium/drivers/r300/r300_context.c @@ -127,8 +127,6 @@ static void r300_setup_atoms(struct r300_context* r300) R300_INIT_ATOM(rs); R300_INIT_ATOM(scissor); R300_INIT_ATOM(viewport); - - r300->scissor_state.always_dirty = TRUE; } struct pipe_context* r300_create_context(struct pipe_screen* screen, |