summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/intel_blit.c
AgeCommit message (Expand)AuthorFilesLines
2018-09-26intel/isl: Add a unit suffixes to some struct fields and variablesJason Ekstrand1-5/+5
2018-07-12i965: Make blt_pitch publicNanley Chery1-10/+2
2018-05-22i965: Remove ring switching entirelyJason Ekstrand1-3/+3
2018-05-22i965/blit: Delete intel_emit_linear_blitJason Ekstrand1-56/+0
2018-01-26i965: Make intelEmitCopyBlit staticIan Romanick1-199/+199
2018-01-26i965: Use enum color_logic_ops for blitsIan Romanick1-27/+9
2018-01-03i965: Support accelerated blit for depth 30 formats. (v2)Mario Kleiner1-1/+19
2017-11-14i965/gen8+: Fix the number of dwords programmed in MI_FLUSH_DWAnuj Phogat1-3/+14
2017-11-14i965: Program DWord Length in MI_FLUSH_DWAnuj Phogat1-1/+1
2017-10-25i965: fix unused var warnings in release buildTimothy Arceri1-3/+1
2017-08-30i965: drop brw->gen in favor of devinfo->genLionel Landwerlin1-12/+19
2017-08-04i965: Reduce passing 2x32b of reloc_domains to 2 bitsChris Wilson1-24/+8
2017-08-02i965/blit: Remember to include miptree buffer offset in relocsChris Wilson1-2/+2
2017-08-02i965: Delete pitch alignment assertion in get_blit_intratile_offset_el.Kenneth Graunke1-1/+0
2017-07-22i965/miptree: Clean-up unusedTopi Pohjolainen1-22/+11
2017-07-20i965/miptree: Prepare intel_miptree_copy() for isl basedTopi Pohjolainen1-4/+16
2017-07-20i965: Prepare blit engine for isl based miptreesTopi Pohjolainen1-5/+11
2017-07-20i965/miptree: Switch to isl_surf::row_pitchTopi Pohjolainen1-6/+7
2017-07-20i965/miptree: Switch to isl_surf::tilingTopi Pohjolainen1-25/+29
2017-07-20i965/miptree: Switch to isl_surf::samplesTopi Pohjolainen1-2/+2
2017-07-18i965/miptree: Use > 1 instead of > 0 to check for multisamplingTopi Pohjolainen1-2/+2
2017-06-07i965: Use the new resolve function for several simple casesJason Ekstrand1-10/+4
2017-06-07i965/miptree: Refactor intel_miptree_resolve_colorJason Ekstrand1-4/+4
2017-06-07i965: Mark depth surfaces as needing a HiZ resolve after blittingJason Ekstrand1-0/+2
2017-06-01intel/isl: Make get_intratile_offset_el take the element size in bitsJason Ekstrand1-1/+1
2017-06-01intel/isl: Remove the device parameter from isl_tiling_get_infoJason Ekstrand1-2/+1
2017-05-26i965: Round copy size to the nearest block in intel_miptree_copyJason Ekstrand1-2/+2
2017-04-10i965/drm: Rename drm_bacon_bo to brw_bo.Kenneth Graunke1-5/+5
2017-04-10i965/drm: Rewrite relocation handling.Kenneth Graunke1-22/+8
2017-04-10i965/drm: Use our internal libdrm (drm_bacon) rather than the real one.Kenneth Graunke1-9/+9
2017-03-30i965: Stop using legacy dri_bufmgr_* and intel_* names.Kenneth Graunke1-1/+1
2017-03-27i965: Delete fast copy blit codeAnuj Phogat1-183/+48
2017-01-29i965: Fix check for negative pitch in can_do_fast_copy_blit().Kenneth Graunke1-6/+4
2017-01-26i965: Make intelEmitCopyBlit not truncate large strides.Kenneth Graunke1-9/+5
2016-12-13i965/blit: Fix the src dimension sanity check in miptree_copyJason Ekstrand1-2/+10
2016-12-05i965/copy_image: Re-implement the blitter path with emit_miptree_blitJason Ekstrand1-0/+68
2016-12-05i965/blit: Break the guts of intel_miptree_blit into a helperJason Ekstrand1-67/+84
2016-11-25i965: Provide slice details to color resolverTopi Pohjolainen1-2/+2
2016-10-27i965/blit: Break blits into chunks in intel_miptree_blitJason Ekstrand1-23/+41
2016-10-27i965/blit: Break blits into chunks in set_alpha_to_oneJason Ekstrand1-15/+73
2016-10-27i965/blit: Remove a bogus assertionJason Ekstrand1-4/+0
2016-08-19i965: Roll intel_reg.h into brw_defines.hJason Ekstrand1-1/+0
2016-08-08i965: Bail on the BLT path if BlitFramebuffer requires sRGB conversion.Kenneth Graunke1-2/+2
2016-05-28i965: add missing return in if statementThomas Hindoe Paaboel Andersen1-0/+1
2016-05-26i965: Don't use fast copy blit in case of logical operations other than GL_COPYAnuj Phogat1-2/+7
2016-05-26i965/gen9: Remove the halign/valign field setup code in fast copy blitAnuj Phogat1-65/+0
2016-02-13i965: Add means for limiting color resolvesTopi Pohjolainen1-2/+2
2016-01-05i965/gen9: Return false in place of assert in intelEmitCopyBlit()Anuj Phogat1-3/+4
2016-01-05i965/gen9: Remove regions overlap check in fast copy blitAnuj Phogat1-5/+0
2016-01-05i965/gen9: Don't use fast copy blit in case of non power of 2 cppAnuj Phogat1-2/+4