Re: [Mesa-dev] [PATCH 00/28] vulkan/wsi: Rework WSI to look a lot more like a layer

2017-11-22 Thread Jason Ekstrand
On November 22, 2017 15:12:20 Grazvydas Ignotas wrote: On Wed, Nov 22, 2017 at 7:54 AM, Jason Ekstrand wrote: On Tue, Nov 21, 2017 at 1:21 PM, Grazvydas Ignotas wrote: On Mon, Nov 20, 2017 at 6:08 PM, Jason Ekstrand

Re: [Mesa-dev] [PATCH 00/28] vulkan/wsi: Rework WSI to look a lot more like a layer

2017-11-22 Thread Grazvydas Ignotas
On Wed, Nov 22, 2017 at 7:54 AM, Jason Ekstrand wrote: > On Tue, Nov 21, 2017 at 1:21 PM, Grazvydas Ignotas > wrote: >> >> On Mon, Nov 20, 2017 at 6:08 PM, Jason Ekstrand >> wrote: >> > On Sun, Nov 19, 2017 at 5:07 AM, Grazvydas

Re: [Mesa-dev] [PATCH 00/28] vulkan/wsi: Rework WSI to look a lot more like a layer

2017-11-21 Thread Jason Ekstrand
On Tue, Nov 21, 2017 at 1:21 PM, Grazvydas Ignotas wrote: > On Mon, Nov 20, 2017 at 6:08 PM, Jason Ekstrand > wrote: > > On Sun, Nov 19, 2017 at 5:07 AM, Grazvydas Ignotas > > wrote: > >> > >> On Sun, Nov 19, 2017 at 1:51 AM, Jason

Re: [Mesa-dev] [PATCH 00/28] vulkan/wsi: Rework WSI to look a lot more like a layer

2017-11-21 Thread Grazvydas Ignotas
On Mon, Nov 20, 2017 at 6:08 PM, Jason Ekstrand wrote: > On Sun, Nov 19, 2017 at 5:07 AM, Grazvydas Ignotas > wrote: >> >> On Sun, Nov 19, 2017 at 1:51 AM, Jason Ekstrand >> wrote: >> > >> > I force-pushed the branch again with an

Re: [Mesa-dev] [PATCH 00/28] vulkan/wsi: Rework WSI to look a lot more like a layer

2017-11-20 Thread James Jones
On 11/16/2017 01:28 PM, Jason Ekstrand wrote: This patch series is the combined brain-child of Dave and myself. The objective is to rewrite Vulkan WSI to look as much like a layer as possible and to reduce the driver <-> WSI interface. We try very hard to have as many of the WSI details as

Re: [Mesa-dev] [PATCH 00/28] vulkan/wsi: Rework WSI to look a lot more like a layer

2017-11-20 Thread Jason Ekstrand
On Sun, Nov 19, 2017 at 5:07 AM, Grazvydas Ignotas wrote: > On Sun, Nov 19, 2017 at 1:51 AM, Jason Ekstrand > wrote: > > On Sat, Nov 18, 2017 at 9:02 AM, Grazvydas Ignotas > > wrote: > >> > >> On Sat, Nov 18, 2017 at 3:06 AM, Jason

Re: [Mesa-dev] [PATCH 00/28] vulkan/wsi: Rework WSI to look a lot more like a layer

2017-11-19 Thread Grazvydas Ignotas
On Sun, Nov 19, 2017 at 1:51 AM, Jason Ekstrand wrote: > On Sat, Nov 18, 2017 at 9:02 AM, Grazvydas Ignotas > wrote: >> >> On Sat, Nov 18, 2017 at 3:06 AM, Jason Ekstrand >> wrote: >> > On Fri, Nov 17, 2017 at 2:18 PM, Grazvydas

Re: [Mesa-dev] [PATCH 00/28] vulkan/wsi: Rework WSI to look a lot more like a layer

2017-11-18 Thread Jason Ekstrand
On Sat, Nov 18, 2017 at 9:02 AM, Grazvydas Ignotas wrote: > On Sat, Nov 18, 2017 at 3:06 AM, Jason Ekstrand > wrote: > > On Fri, Nov 17, 2017 at 2:18 PM, Grazvydas Ignotas > > wrote: > >> > >> I've tested this branch (rx470 + hd530)

Re: [Mesa-dev] [PATCH 00/28] vulkan/wsi: Rework WSI to look a lot more like a layer

2017-11-18 Thread Grazvydas Ignotas
On Sat, Nov 18, 2017 at 3:06 AM, Jason Ekstrand wrote: > On Fri, Nov 17, 2017 at 2:18 PM, Grazvydas Ignotas > wrote: >> >> I've tested this branch (rx470 + hd530) and it's only partially working: >> - display on amd, radv: always fails with "offscreen: >>

Re: [Mesa-dev] [PATCH 00/28] vulkan/wsi: Rework WSI to look a lot more like a layer

2017-11-17 Thread Jason Ekstrand
On Fri, Nov 17, 2017 at 2:18 PM, Grazvydas Ignotas wrote: > I've tested this branch (rx470 + hd530) and it's only partially working: > - display on amd, radv: always fails with "offscreen: > wsi/wsi_common.c:172: select_memory_type: Assertion `!"No memory type > found"'

Re: [Mesa-dev] [PATCH 00/28] vulkan/wsi: Rework WSI to look a lot more like a layer

2017-11-17 Thread Grazvydas Ignotas
I've tested this branch (rx470 + hd530) and it's only partially working: - display on amd, radv: always fails with "offscreen: wsi/wsi_common.c:172: select_memory_type: Assertion `!"No memory type found"' failed." - display on amd, anv: misrenders. For SaschaWillems, only multisampling, subpasses

Re: [Mesa-dev] [PATCH 00/28] vulkan/wsi: Rework WSI to look a lot more like a layer

2017-11-16 Thread Jason Ekstrand
I just force-pushed my branch with some changes as per Dave to more explicitly enable implicit sync when allocating memory objects. On Thu, Nov 16, 2017 at 1:28 PM, Jason Ekstrand wrote: > This patch series is the combined brain-child of Dave and myself. The > objective

[Mesa-dev] [PATCH 00/28] vulkan/wsi: Rework WSI to look a lot more like a layer

2017-11-16 Thread Jason Ekstrand
This patch series is the combined brain-child of Dave and myself. The objective is to rewrite Vulkan WSI to look as much like a layer as possible and to reduce the driver <-> WSI interface. We try very hard to have as many of the WSI details as possible in common code and to use standard Vulkan