diff options
author | Nanley Chery <[email protected]> | 2016-04-11 09:57:21 -0700 |
---|---|---|
committer | Nanley Chery <[email protected]> | 2016-04-13 18:00:41 -0700 |
commit | 9f72466e9f03e72cc805775e8f6104c212150ba7 (patch) | |
tree | de1b31cb846170e8ed17833fbb34756c25bc7b36 /src/intel/vulkan/anv_private.h | |
parent | cff0f6b027f139cc33c9ecbfd22f9662d75c0cb7 (diff) |
anv: Delete anv_graphics_pipeline_create_info::disable_viewport
There are no users of this field.
Signed-off-by: Nanley Chery <[email protected]>
Reviewed-by: Kristian Høgsberg Kristensen <[email protected]>
Diffstat (limited to 'src/intel/vulkan/anv_private.h')
-rw-r--r-- | src/intel/vulkan/anv_private.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/intel/vulkan/anv_private.h b/src/intel/vulkan/anv_private.h index 99d3934ddda..d62e5baeaa9 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_viewport; bool disable_scissor; bool disable_vs; bool use_rectlist; |