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

2017-11-17 Thread Michael Schellenberger Costa
vulkan/wsi: use function ptr definitions from the spec. From: Dave Airlie <airl...@redhat.com> This just seems cleaner, and we may expand this in future. Signed-off-by: Dave Airlie <airl...@redhat.com> --- src/amd/vulkan/radv_wsi.c | 3 ++- src/intel/vulkan/anv_wsi.c

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

2017-11-16 Thread Jason Ekstrand
22:29 An: mesa-dev@lists.freedesktop.org Cc: Dave Airlie <airl...@redhat.com> Betreff: [Mesa-dev] [PATCH 01/28] vulkan/wsi: use function ptr definitions from the spec. From: Dave Airlie <airl...@redhat.com> This just seems cleaner, and we may expand this in future. Signed-off-by:

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

2017-11-16 Thread Jason Ekstrand
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 | 6 +++---