anv/clear: Disable the scissor operation

Since the scissor rectangle always matches that of the framebuffer,
this operation isn't needed.

Signed-off-by: Nanley Chery <nanley.g.chery@intel.com>
Reviewed-by: Kristian Høgsberg Kristensen <kristian.h.kristensen@intel.com>
This commit is contained in:
Nanley Chery 2016-04-06 15:57:32 -07:00
parent 9e351e077b
commit 76b0ba087c

View file

@ -213,6 +213,7 @@ create_pipeline(struct anv_device *device,
.color_attachment_count = MAX_RTS,
.use_repclear = use_repclear,
.disable_viewport = true,
.disable_scissor = true,
.disable_vs = true,
.use_rectlist = true
},