aboutsummaryrefslogtreecommitdiffstats
path: root/src/amd/vulkan/radv_meta_copy.c
Commit message (Expand)AuthorAgeFilesLines
* radv/meta: move blit2d to using push constantsDave Airlie2017-05-081-2/+2
* radv: move some image info into a separate struct.Dave Airlie2017-05-031-4/+4
* radv: handle z offset for 3d image <-> buffer copies.Dave Airlie2017-03-071-0/+4
* vulkan/wsi/radv: add initial prime support (v1.1)Dave Airlie2017-02-271-0/+20
* radv: Fix vkCmdCopyImage for 2d slices into 3d ImagesAndres Rodriguez2017-01-301-1/+4
* radv: implement image->image copies using compute shaderDave Airlie2016-12-181-5/+14
* radv: add a compute shader implementation for buffer to imageDave Airlie2016-12-181-4/+19
* radv/meta: cleanup image info setup.Dave Airlie2016-12-081-19/+13
* radv/meta: split copyimage api into api and meta functionDave Airlie2016-12-081-11/+23
* radv: add initial non-conformant radv vulkan driverDave Airlie2016-10-071-0/+399