Re: [Mesa-dev] [PATCH v2 1/6] vulkan: Fix Wayland uninitialised registry

2017-05-19 Thread Daniel Stone
Hi Lionel, On 19 May 2017 at 02:31, Lionel Landwerlin wrote: > Thanks for doing this. > Although you seem to have a multithreaded scenario in mind, this will > probably help single threaded stacks like Clutter/Cogl & Mesa all using the > same event queue. Right

Re: [Mesa-dev] [PATCH v2 1/6] vulkan: Fix Wayland uninitialised registry

2017-05-18 Thread Lionel Landwerlin
This series is : Reviewed-by: Lionel Landwerlin Thanks for doing this. Although you seem to have a multithreaded scenario in mind, this will probably help single threaded stacks like Clutter/Cogl & Mesa all using the same event queue. - Lionel On 16/05/17

[Mesa-dev] [PATCH v2 1/6] vulkan: Fix Wayland uninitialised registry

2017-05-16 Thread Daniel Stone
Untangle the exit cleanup paths so we don't try to use the registry variable before it's been initialised. Signed-off-by: Daniel Stone Cc: mesa-sta...@lists.freedesktop.org --- src/vulkan/wsi/wsi_common_wayland.c | 9 + 1 file changed, 5 insertions(+), 4

[Mesa-dev] [PATCH v2 1/6] vulkan: Fix Wayland uninitialised registry

2017-05-05 Thread Daniel Stone
Untangle the exit cleanup paths so we don't try to use the registry variable before it's been initialised. Signed-off-by: Daniel Stone Cc: mesa-sta...@lists.freedesktop.org --- src/vulkan/wsi/wsi_common_wayland.c | 9 + 1 file changed, 5 insertions(+), 4