summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/intel_copy_image.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-30i965: drop brw->gen in favor of devinfo->genLionel Landwerlin1-1/+3
2017-05-26i965/copy_image: Use the blitter on gen5Jason Ekstrand1-1/+1
2017-05-26i965: Use blorp for CopyImageSubData on gen4-5Jason Ekstrand1-123/+17
2016-12-05i965: Delete the meta-base CopyImageSubData implementationJason Ekstrand1-10/+0
2016-12-05i965/copy_image: Re-implement the blitter path with emit_miptree_blitJason Ekstrand1-97/+3
2016-11-25i965: Add new interface for full color resolvesTopi Pohjolainen1-2/+2
2016-09-12i965: Use blorp_copy for all copy_image operations on gen6+Jason Ekstrand1-22/+6
2016-05-25i965: Implement a BLORP path for CopyImage and prefer it over Meta.Kenneth Graunke1-6/+28
2016-05-25i965: Make the CopyImage BLT path bail for stencil images.Kenneth Graunke1-0/+3
2016-05-25i965: Also copy stencil miptree data.Kenneth Graunke1-0/+15
2016-05-25i965: Make a helper function for CopyImage of a miptree.Kenneth Graunke1-41/+54
2016-05-25i965: Combine src/dest tex vs. rb checks in intel_copy_image_sub_data.Kenneth Graunke1-20/+13
2016-05-25i965: Account for MinLayer in CopyImageSubData's blitter/CPU paths.Kenneth Graunke1-0/+4
2016-03-21i965: Fix assert conditions for src/dst x/y offsetsAnuj Phogat1-3/+3
2016-02-13i965: Add means for limiting color resolvesTopi Pohjolainen1-2/+2
2016-02-10i965: Make sure we blit a full compressed blockBen Widawsky1-0/+14
2015-09-30i965/copy_image: Fix a copy+past errorJason Ekstrand1-1/+1
2015-09-24mesa: rework Driver.CopyImageSubData() and related codeBrian Paul1-23/+57
2015-08-26i965: change the meaning of cpp for compressed texturesNanley Chery1-18/+1
2015-06-29i965/gen9: Add XY_FAST_COPY_BLT support to intelEmitCopyBlit()Anuj Phogat1-0/+2
2014-12-22i965: Fix intel_miptree_map() signature to be more 64-bit safeChad Versace1-2/+2
2014-12-22i965: Remove spurious casts in copy_image_with_memcpy()Chad Versace1-4/+4
2014-09-03i965/copy_image: Divide the x offsets by block width when using the blitterJason Ekstrand1-10/+21
2014-09-03i965/copy_image: Use the correct block dimensionJason Ekstrand1-6/+6
2014-09-03i965/copy_image: Use the correct texture levelJason Ekstrand1-4/+6
2014-08-11i965: Add support for ARB_copy_imageJason Ekstrand1-0/+267