Re: [Mesa-dev] [PATCH v2] radv: ignore the loadOp if the first use of an attachment is a resolve

2019-05-27 Thread Bas Nieuwenhuizen
R-b On Mon, May 27, 2019, 10:16 AM Samuel Pitoiset wrote: > Based on ANV. > > v2: - remove the if statement > - update the comment > > Signed-off-by: Samuel Pitoiset > --- > src/amd/vulkan/radv_meta_resolve.c | 12 +++- > 1 file changed, 3 insertions(+), 9 deletions(-) > > diff

[Mesa-dev] [PATCH v2] radv: ignore the loadOp if the first use of an attachment is a resolve

2019-05-27 Thread Samuel Pitoiset
Based on ANV. v2: - remove the if statement - update the comment Signed-off-by: Samuel Pitoiset --- src/amd/vulkan/radv_meta_resolve.c | 12 +++- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/src/amd/vulkan/radv_meta_resolve.c b/src/amd/vulkan/radv_meta_resolve.c