anv: Replace ::disable_scissor with ::use_rectlists
authorNanley Chery <nanley.g.chery@intel.com>
Wed, 13 Apr 2016 18:59:54 +0000 (11:59 -0700)
committerNanley Chery <nanley.g.chery@intel.com>
Thu, 14 Apr 2016 01:00:41 +0000 (18:00 -0700)
commit1949e502bc74f0d65127ceef024b2c8af848f94c
tree0f41b8967100bb99e3d085ede86268f6889ce6d4
parent9f72466e9f03e72cc805775e8f6104c212150ba7
anv: Replace ::disable_scissor with ::use_rectlists

Meta currently uses screenspace RECTLIST primitives that lie within
the framebuffer rectangle. Since this behavior shouldn't change in the
future, disable the scissor operation whenever rectlists are used.

Signed-off-by: Nanley Chery <nanley.g.chery@intel.com>
Reviewed-by: Kristian Høgsberg Kristensen <kristian.h.kristensen@intel.com>
src/intel/vulkan/anv_meta_blit.c
src/intel/vulkan/anv_meta_blit2d.c
src/intel/vulkan/anv_meta_clear.c
src/intel/vulkan/anv_meta_resolve.c
src/intel/vulkan/anv_private.h
src/intel/vulkan/gen7_pipeline.c
src/intel/vulkan/gen8_pipeline.c