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

2017-09-03 Thread Bas Nieuwenhuizen
Thanks, pushed. On Thu, Aug 31, 2017, at 10:12, Xavier Bouchoux wrote: > 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-o

[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 ch