Re: [Mesa-dev] [PATCH] anv: GetDeviceImageFormatProperties: fix TRANSFER formats

2016-08-22 Thread Jason Ekstrand
pushed On Mon, Aug 22, 2016 at 10:15 AM, Lionel Landwerlin < lionel.g.landwer...@intel.com> wrote: > I should start to remember to put someone in Cc... > > > On 13/08/16 01:30, Jason Ekstrand wrote: > > Much better. Thanks! > > Reviewed-by: Jason Ekstrand > > On Fri, Aug 12, 2016 at 5:00 PM, Lio

Re: [Mesa-dev] [PATCH] anv: GetDeviceImageFormatProperties: fix TRANSFER formats

2016-08-22 Thread Lionel Landwerlin
I should start to remember to put someone in Cc... On 13/08/16 01:30, Jason Ekstrand wrote: Much better. Thanks! Reviewed-by: Jason Ekstrand > On Fri, Aug 12, 2016 at 5:00 PM, Lionel Landwerlin mailto:llandwer...@gmail.com>> wrote: We let the user believe w

Re: [Mesa-dev] [PATCH] anv: GetDeviceImageFormatProperties: fix TRANSFER formats

2016-08-12 Thread Jason Ekstrand
Much better. Thanks! Reviewed-by: Jason Ekstrand On Fri, Aug 12, 2016 at 5:00 PM, Lionel Landwerlin wrote: > We let the user believe we support some transfer formats which we don't. > This can lead to crashes when actually trying to use those formats for > example on dEQP-VK.api.copy_and_blit.

[Mesa-dev] [PATCH] anv: GetDeviceImageFormatProperties: fix TRANSFER formats

2016-08-12 Thread Lionel Landwerlin
We let the user believe we support some transfer formats which we don't. This can lead to crashes when actually trying to use those formats for example on dEQP-VK.api.copy_and_blit.image_to_image.* tests. Let all formats we can render to or sample from as meta implements transfers using attachment

[Mesa-dev] [PATCH] anv: GetDeviceImageFormatProperties: fix TRANSFER formats

2016-07-28 Thread Lionel Landwerlin
We let the user believe we support some transfer formats which we don't. This can lead to crashes when actually trying to use those formats. Signed-off-by: Lionel Landwerlin --- src/intel/vulkan/anv_formats.c | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/intel/vu