configure.ac: split the wayland client/server confusion
[mesa.git] / src / amd / vulkan / radv_meta_copy.c
2017-05-07 Dave Airlieradv/meta: move blit2d to using push constants
2017-05-02 Dave Airlieradv: move some image info into a separate struct.
2017-03-07 Dave Airlieradv: handle z offset for 3d image <-> buffer copies.
2017-02-26 Dave Airlievulkan/wsi/radv: add initial prime support (v1.1)
2017-01-30 Andres Rodriguezradv: Fix vkCmdCopyImage for 2d slices into 3d Images
2016-12-18 Dave Airlieradv: implement image->image copies using compute shader
2016-12-18 Dave Airlieradv: add a compute shader implementation for buffer...
2016-12-08 Dave Airlieradv/meta: cleanup image info setup.
2016-12-08 Dave Airlieradv/meta: split copyimage api into api and meta function
2016-10-06 Dave Airlieradv: add initial non-conformant radv vulkan driver