Re: [Mesa-dev] [RFC v3 13/23] vulkan/wsi: Move linear alloc into radv

2017-09-28 Thread Daniel Stone
Hi, On 28 September 2017 at 09:10, Dave Airlie wrote: > If we get a nouveauv ever we would have to have this, so not really wanting > this. Thanks for taking a look. The reason I did this wasn't just to get it out of the WSI, but because we need it in the driver anyway. Without modifiers, it's

Re: [Mesa-dev] [RFC v3 13/23] vulkan/wsi: Move linear alloc into radv

2017-09-28 Thread Dave Airlie
If we get a nouveauv ever we would have to have this, so not really wanting this. Dave. On 28 Sep. 2017 6:01 pm, "Louis-Francis Ratté-Boulianne" wrote: > From: Daniel Stone > > This is pretty much radv-specific anyway. > > Signed-off-by: Daniel Stone > --- > src/amd/vulkan/radv_wsi.c

[Mesa-dev] [RFC v3 13/23] vulkan/wsi: Move linear alloc into radv

2017-09-28 Thread Louis-Francis Ratté-Boulianne
From: Daniel Stone This is pretty much radv-specific anyway. Signed-off-by: Daniel Stone --- src/amd/vulkan/radv_wsi.c | 49 +++-- src/intel/vulkan/anv_wsi.c | 23 - src/vulkan/wsi/wsi_common.h | 4 ++- src/vulkan/wsi/