mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-03 14:18:07 +02:00
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:
parent
9e351e077b
commit
76b0ba087c
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue