Re: [Mesa-dev] [PATCH] vulkan/wsi: use function ptr definitions from the spec.

2017-11-16 Thread Eric Engestrom
On Thursday, 2017-11-16 08:46:41 +1000, Dave Airlie wrote: > From: Dave Airlie > > This just seems cleaner, and we may expand this in future. > > Signed-off-by: Dave Airlie Reviewed-by: Eric Engestrom > --- > src/amd/vulkan/radv_wsi.c | 3 ++- > src/intel/vulkan/anv_wsi.c

Re: [Mesa-dev] [PATCH] vulkan/wsi: use function ptr definitions from the spec.

2017-11-16 Thread Samuel Pitoiset
Reviewed-by: Samuel Pitoiset On 11/15/2017 11:46 PM, Dave Airlie wrote: From: Dave Airlie This just seems cleaner, and we may expand this in future. Signed-off-by: Dave Airlie --- src/amd/vulkan/radv_wsi.c | 3 ++- src/intel/vulkan/anv_wsi.c | 3 ++- src/vulkan/wsi/ws

[Mesa-dev] [PATCH] vulkan/wsi: use function ptr definitions from the spec.

2017-11-15 Thread Dave Airlie
From: Dave Airlie This just seems cleaner, and we may expand this in future. Signed-off-by: Dave Airlie --- src/amd/vulkan/radv_wsi.c | 3 ++- src/intel/vulkan/anv_wsi.c | 3 ++- src/vulkan/wsi/wsi_common.h | 4 +--- src/vulkan/wsi/wsi_common_wayland.c | 2 +- 4 file