aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan/anv_meta_copy.c
Commit message (Expand)AuthorAgeFilesLines
* anv/copy: Account for the anv_surface.offset when creating a blit2d_surfJason Ekstrand2016-06-031-17/+17
* anv: Add a devinfo argument to the get_format functionsJason Ekstrand2016-05-171-1/+2
* anv/formats: Add an anv_get_format helperJason Ekstrand2016-05-171-2/+1
* anv/copy: Use the linear format from the image for the buffer block sizeJason Ekstrand2016-05-171-1/+4
* anv/copy: Use the color_surf from the image to get the block sizeJason Ekstrand2016-05-171-9/+20
* anv/copy: Fix copying Images from Buffers with larger dimensionsNanley Chery2016-05-131-8/+11
* anv: Sanitize Image extents and offsetsNanley Chery2016-03-241-16/+37
* anv/meta: Split anv_meta_blit.c into three filesNanley Chery2016-03-091-0/+441