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