summaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan/anv_private.h
diff options
context:
space:
mode:
authorNanley Chery <nanley.g.chery@intel.com>2016-04-13 11:59:54 -0700
committerNanley Chery <nanley.g.chery@intel.com>2016-04-13 18:00:41 -0700
commit1949e502bc74f0d65127ceef024b2c8af848f94c (patch)
tree0f41b8967100bb99e3d085ede86268f6889ce6d4 /src/intel/vulkan/anv_private.h
parent9f72466e9f03e72cc805775e8f6104c212150ba7 (diff)
downloadexternal_mesa3d-1949e502bc74f0d65127ceef024b2c8af848f94c.zip
external_mesa3d-1949e502bc74f0d65127ceef024b2c8af848f94c.tar.gz
external_mesa3d-1949e502bc74f0d65127ceef024b2c8af848f94c.tar.bz2
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>
Diffstat (limited to 'src/intel/vulkan/anv_private.h')
-rw-r--r--src/intel/vulkan/anv_private.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/intel/vulkan/anv_private.h b/src/intel/vulkan/anv_private.h
index d62e5ba..ae2e08d 100644
--- a/src/intel/vulkan/anv_private.h
+++ b/src/intel/vulkan/anv_private.h
@@ -1488,7 +1488,6 @@ struct anv_graphics_pipeline_create_info {
int8_t color_attachment_count;
bool use_repclear;
- bool disable_scissor;
bool disable_vs;
bool use_rectlist;
};