summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/i915/i915_clear.c
AgeCommit message (Expand)AuthorFilesLines
2016-08-16gallium/i915: inline the util_clear() code into i915_clear_blitter()Brian Paul1-3/+21
2014-04-25gallium/util: use ui[4] instead of ui in union util_colorRoland Scheidegger1-3/+3
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-2/+2
2013-03-08i915g: Use PIPE_FLUSH_END_OF_FRAME to trigger throttlingStéphane Marchesin1-3/+3
2012-06-10i915g: Fix depth/stencil glClearMichael Karcher1-6/+5
2012-01-15i915g: Fix the blending for the A8 destination buffer case.Stéphane Marchesin1-1/+1
2011-10-11gallium: rename ZS stencil type to UINT (v2)Dave Airlie1-2/+2
2011-10-10i915g: Remove duplicated comment.Stéphane Marchesin1-1/+0
2011-10-07i915g: handle seperate stencil clearDaniel Vetter1-0/+10
2011-10-07i915g: actually try to clear 16bit depth bufsDaniel Vetter1-1/+1
2011-10-07i915g: hw can't fastclear both depth and color when bbp doesn't matchDaniel Vetter1-29/+93
2011-10-07i915g: disable scissor in fast clearDaniel Vetter1-4/+6
2011-10-07i915g: fixup clear params emissionDaniel Vetter1-1/+8
2011-09-18gallium: move clear paths from rgba to a pointer to a color union (v2)Dave Airlie1-7/+10
2011-08-25i915g: Improve the flush heuristic by using the previous frame's number of ve...Stéphane Marchesin1-0/+3
2011-07-06i915g: Improve flushing using heuristics.Stéphane Marchesin1-0/+5
2011-06-22i915g: Support more texture and render target formats.Stéphane Marchesin1-1/+1
2011-03-12i915g: don't recalculate fb dimensionDaniel Vetter1-1/+1
2011-03-10i915g: implement surface clear functions using hw-clearDaniel Vetter1-1/+1
2011-03-10i915g: implement hw clearDaniel Vetter1-2/+103
2010-05-29i915g: adapt to clear interface changesRoland Scheidegger1-1/+1
2010-01-19i915g: Remove unnecessary headers.Vinson Lee1-1/+0
2009-10-05i915g: Drop the simple sufixJakob Bornecrantz1-0/+48