mesa/src/vulkan
Dylan Baker fbf192a67e meson: Use consistent style
Currently the meosn build has a mix of two styles:
arg : [foo, ...
       bar],

and
arg : [
  foo, ...,
  bar,
]

For consistency let's pick one. I've picked the later style, which I
think is more readable, and is more common in the mesa code base.

v2: - fix commit message

Acked-by: Eric Engestrom <eric.engestrom@imgtec.com>
Signed-off-by: Dylan Baker <dylan.c.baker@intel.com>
2018-01-11 15:40:02 -08:00
..
registry vulkan: Update the XML and headers to 1.0.66 2017-11-27 21:41:46 -08:00
util meson: Use consistent style 2018-01-11 15:40:02 -08:00
wsi vulkan/wsi: free cmd pools 2017-12-28 09:57:33 +10:00
Android.mk android: fix vulkan driver build 2017-12-18 09:49:15 +02:00
Makefile.am configure.ac: split the wayland client/server confusion 2017-09-19 19:02:34 +01:00
Makefile.sources vulkan/wsi: Add wsi_swapchain_init/finish functions 2017-12-04 10:04:19 -08:00
meson.build meson: Add build Intel "anv" vulkan driver 2017-09-27 09:12:19 -07:00