summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/intel_copy_image.c
Commit message (Expand)AuthorAgeFilesLines
* i965/gen9: Add XY_FAST_COPY_BLT support to intelEmitCopyBlit()Anuj Phogat2015-06-291-0/+2
* i965: Fix intel_miptree_map() signature to be more 64-bit safeChad Versace2014-12-221-2/+2
* i965: Remove spurious casts in copy_image_with_memcpy()Chad Versace2014-12-221-4/+4
* i965/copy_image: Divide the x offsets by block width when using the blitterJason Ekstrand2014-09-031-10/+21
* i965/copy_image: Use the correct block dimensionJason Ekstrand2014-09-031-6/+6
* i965/copy_image: Use the correct texture levelJason Ekstrand2014-09-031-4/+6
* i965: Add support for ARB_copy_imageJason Ekstrand2014-08-111-0/+267