Re: [Mesa-dev] [PATCH v3] radv: fix multisample image copies

2018-04-27 Thread Samuel Pitoiset
On 04/27/2018 06:34 PM, Samuel Pitoiset wrote: From: Matthew Nicholls Previously before fb077b0728, the LOD parameter was being used in place of the sample index, which would only copy the first sample to all samples in the destination image. After that

[Mesa-dev] [PATCH v3] radv: fix multisample image copies

2018-04-27 Thread Samuel Pitoiset
From: Matthew Nicholls Previously before fb077b0728, the LOD parameter was being used in place of the sample index, which would only copy the first sample to all samples in the destination image. After that multisample image copies wouldn't copy anything from my