i965/miptree: Use > 1 instead of > 0 to check for multisampling
[mesa.git] / src / mesa / drivers / dri / i965 / intel_blit.c
2017-07-18 Topi Pohjolaineni965/miptree: Use > 1 instead of > 0 to check for multi...
2017-06-08 Jason Ekstrandi965: Use the new resolve function for several simple...
2017-06-08 Jason Ekstrandi965/miptree: Refactor intel_miptree_resolve_color
2017-06-08 Jason Ekstrandi965: Mark depth surfaces as needing a HiZ resolve...
2017-06-01 Jason Ekstrandintel/isl: Make get_intratile_offset_el take the elemen...
2017-06-01 Jason Ekstrandintel/isl: Remove the device parameter from isl_tiling_...
2017-05-26 Jason Ekstrandi965: Round copy size to the nearest block in intel_mip...
2017-04-10 Kenneth Graunkei965/drm: Rename drm_bacon_bo to brw_bo.
2017-04-10 Kenneth Graunkei965/drm: Rewrite relocation handling.
2017-04-10 Kenneth Graunkei965/drm: Use our internal libdrm (drm_bacon) rather...
2017-03-30 Kenneth Graunkei965: Stop using legacy dri_bufmgr_* and intel_* names.
2017-03-27 Anuj Phogati965: Delete fast copy blit code
2017-01-30 Kenneth Graunkei965: Fix check for negative pitch in can_do_fast_copy_...
2017-01-26 Kenneth Graunkei965: Make intelEmitCopyBlit not truncate large strides.
2016-12-13 Jason Ekstrandi965/blit: Fix the src dimension sanity check in miptre...
2016-12-05 Jason Ekstrandi965/copy_image: Re-implement the blitter path with...
2016-12-05 Jason Ekstrandi965/blit: Break the guts of intel_miptree_blit into...
2016-11-25 Topi Pohjolaineni965: Provide slice details to color resolver
2016-10-27 Jason Ekstrandi965/blit: Break blits into chunks in intel_miptree_blit
2016-10-27 Jason Ekstrandi965/blit: Break blits into chunks in set_alpha_to_one
2016-10-27 Jason Ekstrandi965/blit: Remove a bogus assertion
2016-08-19 Jason Ekstrandi965: Roll intel_reg.h into brw_defines.h
2016-08-08 Kenneth Graunkei965: Bail on the BLT path if BlitFramebuffer requires...
2016-05-28 Thomas Hindoe Paab... i965: add missing return in if statement
2016-05-26 Anuj Phogati965: Don't use fast copy blit in case of logical opera...
2016-05-26 Anuj Phogati965/gen9: Remove the halign/valign field setup code...
2016-02-24 Kristian Høgsberg... Merge remote-tracking branch 'origin/master' into vulkan
2016-02-13 Topi Pohjolaineni965: Add means for limiting color resolves
2016-01-21 Kristian Høgsberg... Merge remote-tracking branch 'jekstrand/wip/i965-unifor...
2016-01-09 Kristian Høgsberg... Merge ../mesa into vulkan
2016-01-05 Anuj Phogati965/gen9: Return false in place of assert in intelEmit...
2016-01-05 Anuj Phogati965/gen9: Remove regions overlap check in fast copy...
2016-01-05 Anuj Phogati965/gen9: Don't use fast copy blit in case of non...
2015-10-09 Kristian Høgsberg... Merge ../mesa into vulkan
2015-10-06 Mark Janesi965: remove unneeded #include of colormac.h
2015-10-01 Kristian Høgsberg... Merge branch 'master' of ../mesa into vulkan
2015-09-28 Anuj Phogati965/gen9: Add a condition for starting pixel in fast...
2015-09-28 Anuj Phogati965/gen9: Fix {src, dst}_pitch alignment check for...
2015-09-28 Anuj Phogati965: Fix {src, dst}_pitch alignment check for XY_SRC_C...
2015-09-28 Anuj Phogati965: Move conversion of {src, dst}_pitch to dwords...
2015-09-28 Anuj Phogati965: Delete temporary variable 'src_pitch'
2015-09-10 Ian Romanicki965: Fix typos in license
2015-09-10 Ian Romanicki965: Remove horizontal bars from file header comments
2015-09-01 Chris Wilsoni965: Prevent coordinate overflow in intel_emit_linear_blit
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-07-29 Anuj PhogatDelete duplicate function is_power_of_two() and use...
2015-07-15 Matt Turneri965: Optimize batchbuffer macros.
2015-06-29 Anuj Phogati965/skl: Extract the blit command setup in to a helper
2015-06-29 Anuj Phogati965/gen9: Add XY_FAST_COPY_BLT support to intelEmitCop...
2015-06-26 Connor AbbottMerge branch 'wip/nir-vtn' into vulkan
2015-06-24 Chris Wilsoni965: Rename intel_emit* to reflect their new location...
2015-06-24 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-06-15 Anuj Phogati965: Remove break after return
2015-06-08 Chris Wilsoni965: Export format comparison for blitting between...
2015-06-08 Chris Wilsoni915: Blit RGBX<->RGBA drawpixels
2015-06-08 Chris Wilsoni965: Fix HW blitter pitch limits
2015-04-23 Kenneth Graunkei965: Disallow linear blits that are not cacheline...
2015-04-23 Kenneth Graunkei965: Make intel_emit_linear_blit handle Gen8+ alignmen...
2015-04-14 Marius Preduti965: replace __FUNCTION__ with __func__
2015-02-07 Ben Widawskyi965: Add more stringent blitter assertions
2015-02-07 Ben Widawskyi965: Consolidate some of the intel_blit logic
2014-12-17 Cody Northropi965: Require pixel alignment for GPU copy blit
2014-12-12 Ben Widawskyi965/gen8: Check correct number of blitter dwords
2014-07-01 Matt Turneri965: Use unreachable() instead of unconditional assert().
2014-05-01 Eric Anholti965: Delete the intel_regions.c code.
2014-05-01 Eric Anholti965: Drop use of intel_region from miptrees.
2014-02-26 Anuj Phogati965: Fix the region's pitch condition to use blitter
2014-02-26 Kenneth Graunkei965: Don't forget to subtract mt->first_level in minif...
2014-02-24 Kenneth Graunkei965: Don't try to use the hardware blitter for multisa...
2014-02-18 Eric Anholti965: Drop mt->levels[].width/height.
2014-01-27 Mark Muellermesa: Rename 4 color component unsigned byte MESA_FORMATs
2014-01-27 Mark Muellermesa: change gl_format to mesa_format
2014-01-21 Kenneth Graunkei965: Update blitter code for 48-bit addresses.
2014-01-17 José Fonsecas/Tungsten Graphics/VMware/
2014-01-09 Eric Anholti965: Use SET_FIELD to safety check our x/y offsets...
2014-01-09 Eric Anholti965: Add a safety check for emitting blits.
2014-01-09 Eric Anholti965: Don't call the blitter on addresses it can't...
2013-12-09 Kenneth Graunkei965: Replace OUT_RELOC_FENCED with OUT_RELOC.
2013-12-05 Kenneth Graunkei965: Drop trailing whitespace from the rest of the...
2013-11-21 Kenneth Graunkei965: Convert brw->batch.is_blit to a BLT_RING/RENDER_R...
2013-11-03 Vinson Leei965: Fix logic_op check.
2013-08-01 Kenneth Graunkei965: Delete the BATCH_LOCALS macro.
2013-07-09 Kenneth Graunkei965: Delete intel_context entirely.
2013-07-09 Kenneth Graunkei965: Move intel_context::gen and gt fields to brw_context.
2013-07-09 Kenneth Graunkei965: Move intel_context::perf_debug to brw_context.
2013-07-09 Kenneth Graunkei965: Move intel_context::batch to brw_context.
2013-07-09 Kenneth Graunkei965: Pass brw_context to functions rather than intel_c...
2013-07-09 Kenneth Graunkei965: Replace #include "intel_context.h" with brw_conte...
2013-06-28 Eric Anholti965: Drop i915-specific blit clear code.
2013-06-28 Eric Anholti965: Drop #ifdef I915 code.
2013-06-26 Eric Anholti965: Move the remaining intel code to the i965 directory.
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2009-03-03 José FonsecaMerge commit 'origin/gallium-0.1'
2009-03-03 Keith WhitwellMerge commit 'origin/gallium-0.1'
2009-02-23 José FonsecaMerge commit 'origin/gallium-0.1'
2009-02-18 Keith WhitwellMerge commit 'origin/gallium-0.1'
2009-01-08 José FonsecaMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-12-31 José FonsecaMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-12-22 José FonsecaMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-12-15 Alan HourihaneMerge commit 'origin/gallium-0.1' into gallium-0.2
next