summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/intel_copy_image.c
Commit message (Expand)AuthorAgeFilesLines
* i965: Use blorp_copy for all copy_image operations on gen6+Jason Ekstrand2016-09-121-22/+6
* i965: Implement a BLORP path for CopyImage and prefer it over Meta.Kenneth Graunke2016-05-251-6/+28
* i965: Make the CopyImage BLT path bail for stencil images.Kenneth Graunke2016-05-251-0/+3
* i965: Also copy stencil miptree data.Kenneth Graunke2016-05-251-0/+15
* i965: Make a helper function for CopyImage of a miptree.Kenneth Graunke2016-05-251-41/+54
* i965: Combine src/dest tex vs. rb checks in intel_copy_image_sub_data.Kenneth Graunke2016-05-251-20/+13
* i965: Account for MinLayer in CopyImageSubData's blitter/CPU paths.Kenneth Graunke2016-05-251-0/+4
* i965: Fix assert conditions for src/dst x/y offsetsAnuj Phogat2016-03-211-3/+3
* i965: Add means for limiting color resolvesTopi Pohjolainen2016-02-131-2/+2
* i965: Make sure we blit a full compressed blockBen Widawsky2016-02-101-0/+14
* i965/copy_image: Fix a copy+past errorJason Ekstrand2015-09-301-1/+1
* mesa: rework Driver.CopyImageSubData() and related codeBrian Paul2015-09-241-23/+57
* i965: change the meaning of cpp for compressed texturesNanley Chery2015-08-261-18/+1
* 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