[Mesa-dev] [PATCH v2] radv/meta: missing initialisations in create_pass().

2017-08-31 Thread Xavier Bouchoux
Otherwise radv_cmd_state_setup_attachments() will complain it has no clearvalues, when called via radv_process_depth_image_inplace(). v2: use LOAD/STORE instead of DONT_CARE, to preserve stencil values. Signed-off-by: Xavier Bouchoux --- src/amd/vulkan/radv_meta_decompress.c | 3 +++ 1 file

[Mesa-dev] [PATCH] radv/meta: missing initialisations in create_pass().

2017-08-24 Thread Xavier Bouchoux
Otherwise radv_cmd_state_setup_attachments() will complain it has no clearvalues, when called via radv_process_depth_image_inplace(). Signed-off-by: Xavier Bouchoux --- src/amd/vulkan/radv_meta_decompress.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/amd/vulkan