Re: [Mesa-dev] [PATCH] vulkan: Allow storage images in the WSI.

2018-11-21 Thread Jason Ekstrand
We don't support storage on any WSI image formats but that shouldn't be an actual problem. Reviewed-by: Jason Ekstrand On Tue, Nov 20, 2018 at 3:30 PM Bas Nieuwenhuizen wrote: > Since apps also have to follow the ImageFormatProperties query, > we can disallow formats that don't allow image sto

[Mesa-dev] [PATCH] vulkan: Allow storage images in the WSI.

2018-11-20 Thread Bas Nieuwenhuizen
Since apps also have to follow the ImageFormatProperties query, we can disallow formats that don't allow image stores (for AMD that would be SRGB formats). Note that this only affects anything if the app actually decides to use the flag. Had someone ask for this on IRC and at least on the AMD sid