summaryrefslogtreecommitdiff
path: root/src/amd/vulkan/radv_meta_copy.c
AgeCommit message (Expand)AuthorFilesLines
2017-05-08radv/meta: move blit2d to using push constantsDave Airlie1-2/+2
2017-05-03radv: move some image info into a separate struct.Dave Airlie1-4/+4
2017-03-07radv: handle z offset for 3d image <-> buffer copies.Dave Airlie1-0/+4
2017-02-27vulkan/wsi/radv: add initial prime support (v1.1)Dave Airlie1-0/+20
2017-01-30radv: Fix vkCmdCopyImage for 2d slices into 3d ImagesAndres Rodriguez1-1/+4
2016-12-18radv: implement image->image copies using compute shaderDave Airlie1-5/+14
2016-12-18radv: add a compute shader implementation for buffer to imageDave Airlie1-4/+19
2016-12-08radv/meta: cleanup image info setup.Dave Airlie1-19/+13
2016-12-08radv/meta: split copyimage api into api and meta functionDave Airlie1-11/+23
2016-10-07radv: add initial non-conformant radv vulkan driverDave Airlie1-0/+399