Re: [Mesa-dev] [PATCH 1/2] vulkan/wsi: move image count to shared structure.

2017-02-21 Thread Dave Airlie
On 21 February 2017 at 23:06, Edward O'Callaghan wrote: > wait, why is this needed at all Dave? > > The application should be querying and picking the correct GPU as you > well know. This seems unwise to tamper with the mechanism defined by the > specification. how

Re: [Mesa-dev] [PATCH 1/2] vulkan/wsi: move image count to shared structure.

2017-02-21 Thread Jason Ekstrand
On Tue, Feb 21, 2017 at 5:06 AM, Edward O'Callaghan < funfunc...@folklore1984.net> wrote: > wait, why is this needed at all Dave? > > The application should be querying and picking the correct GPU as you > well know. This seems unwise to tamper with the mechanism defined by the > specification. >

Re: [Mesa-dev] [PATCH 1/2] vulkan/wsi: move image count to shared structure.

2017-02-21 Thread Jason Ekstrand
On Tue, Feb 21, 2017 at 1:01 AM, Gustaw Smolarczyk wrote: > 21 lut 2017 03:47 "Jason Ekstrand" napisał(a): > > Fine by me > > Reviewed-by: Jason Ekstrand > > On Mon, Feb 20, 2017 at 6:26 PM, Dave Airlie

Re: [Mesa-dev] [PATCH 1/2] vulkan/wsi: move image count to shared structure.

2017-02-21 Thread Edward O'Callaghan
wait, why is this needed at all Dave? The application should be querying and picking the correct GPU as you well know. This seems unwise to tamper with the mechanism defined by the specification. Kindly, Edward. On 02/21/2017 01:47 PM, Jason Ekstrand wrote: > Fine by me > > Reviewed-by: Jason

Re: [Mesa-dev] [PATCH 1/2] vulkan/wsi: move image count to shared structure.

2017-02-21 Thread Gustaw Smolarczyk
21 lut 2017 03:47 "Jason Ekstrand" napisał(a): Fine by me Reviewed-by: Jason Ekstrand On Mon, Feb 20, 2017 at 6:26 PM, Dave Airlie wrote: > From: Dave Airlie > > For prime support I need to access this, so

Re: [Mesa-dev] [PATCH 1/2] vulkan/wsi: move image count to shared structure.

2017-02-20 Thread Jason Ekstrand
Fine by me Reviewed-by: Jason Ekstrand On Mon, Feb 20, 2017 at 6:26 PM, Dave Airlie wrote: > From: Dave Airlie > > For prime support I need to access this, so move it in advance. > > Signed-off-by: Dave Airlie

[Mesa-dev] [PATCH 1/2] vulkan/wsi: move image count to shared structure.

2017-02-20 Thread Dave Airlie
From: Dave Airlie For prime support I need to access this, so move it in advance. Signed-off-by: Dave Airlie --- src/vulkan/wsi/wsi_common.h | 1 + src/vulkan/wsi/wsi_common_wayland.c | 20 +--- src/vulkan/wsi/wsi_common_x11.c