summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/intel_blit.h
AgeCommit message (Expand)AuthorFilesLines
2018-05-22i965/blit: Delete intel_emit_linear_blitJason Ekstrand1-6/+0
2018-01-26i965: Make intelEmitCopyBlit staticIan Romanick1-16/+0
2018-01-26i965: Use enum color_logic_ops for blitsIan Romanick1-3/+3
2017-07-20i965/miptree: Switch to isl_surf::tilingTopi Pohjolainen1-3/+3
2017-07-20i965/miptree: Use isl_tiling_to_i915_tiling()Topi Pohjolainen1-13/+0
2017-06-19i965: Add helper for converting isl tiling to bufmgr tilingTopi Pohjolainen1-0/+13
2017-04-10i965/drm: Rename drm_bacon_bo to brw_bo.Kenneth Graunke1-5/+5
2017-04-10i965/drm: Use our internal libdrm (drm_bacon) rather than the real one.Kenneth Graunke1-5/+5
2017-03-27i965: Delete fast copy blit codeAnuj Phogat1-2/+0
2017-01-26i965: Make intelEmitCopyBlit not truncate large strides.Kenneth Graunke1-2/+2
2016-12-05i965/copy_image: Re-implement the blitter path with emit_miptree_blitJason Ekstrand1-0/+9
2015-09-10i965: Fix typos in licenseIan Romanick1-2/+2
2015-09-10i965: Remove horizontal bars from file header commentsIan Romanick1-4/+2
2015-06-29i965/gen9: Add XY_FAST_COPY_BLT support to intelEmitCopyBlit()Anuj Phogat1-13/+15
2015-06-08i965: Export format comparison for blitting between miptreesChris Wilson1-0/+2
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-2/+2
2013-12-05i965: Drop trailing whitespace from the rest of the driver.Kenneth Graunke1-5/+5
2013-07-09i965: Pass brw_context to functions rather than intel_context.Kenneth Graunke1-4/+4
2013-07-09i965: Replace #include "intel_context.h" with brw_context.h.Kenneth Graunke1-1/+1
2013-07-03i965: Remove some dead code.Kenneth Graunke1-3/+0
2013-06-28i965: Drop i915-specific blit clear code.Eric Anholt1-2/+0
2013-06-26i965: Move the remaining intel code to the i965 directory.Eric Anholt1-0/+83
2007-12-20[965] Enable EXT_framebuffer_object.Eric Anholt1-76/+0
2007-12-07[965] Convert the driver to dri_bufmgr interface and enable TTM.Eric Anholt1-6/+4
2007-10-30More vblank cleanups.Michel Dänzer1-1/+1
2007-09-27Revert "WIP 965 conversion to dri_bufmgr."Eric Anholt1-5/+5
2007-09-27WIP 965 conversion to dri_bufmgr.Eric Anholt1-5/+5
2007-07-04fix LogicOp/bitmap problem, bug 11133Eric Anholt1-1/+2
2006-11-21Gary Wong's patches for CopyPixels Logiop (enable) and BlendKeith Whitwell1-1/+2
2006-11-01Remove x/y/width/height parameters from Clear functions.Brian Paul1-2/+1
2006-10-05Accelerate glBitmap with a color expand blit. Nice speedup for demosKeith Whitwell1-0/+11
2006-08-09Add Intel i965G/Q DRI driver.Eric Anholt1-0/+66