diff options
author | Marek Olšák <[email protected]> | 2012-10-05 05:37:38 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2012-10-10 00:16:45 +0200 |
commit | 18a189188ab5f209942ccc85cb8aac51f419b591 (patch) | |
tree | d93bf460f4b849f9aa7005350f879cb5ee77cbf9 /src/gallium/drivers/r600/r600_pipe.c | |
parent | ab075de53baa9829780cc133e5ac06e5498a763c (diff) |
r600g: atomize scissor state
The workaround for R600 lacking VPORT_SCISSOR_ENABLE has also been simplified.
Reviewed-by: Jerome Glisse <[email protected]>
Diffstat (limited to 'src/gallium/drivers/r600/r600_pipe.c')
-rw-r--r-- | src/gallium/drivers/r600/r600_pipe.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gallium/drivers/r600/r600_pipe.c b/src/gallium/drivers/r600/r600_pipe.c index 35fa9d49f1a..ba1954f5e0f 100644 --- a/src/gallium/drivers/r600/r600_pipe.c +++ b/src/gallium/drivers/r600/r600_pipe.c @@ -298,9 +298,6 @@ static struct pipe_context *r600_create_context(struct pipe_screen *screen, void r600_begin_new_cs(rctx); r600_get_backend_mask(rctx); /* this emits commands and must be last */ - if (rctx->chip_class == R600) - r600_set_max_scissor(rctx); - rctx->dummy_pixel_shader = util_make_fragment_cloneinput_shader(&rctx->context, 0, TGSI_SEMANTIC_GENERIC, |