aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/i915/i915_clear.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: add pipe cap for scissored clears and pass scissor state to clear() ...Mike Blumenkrantz2020-04-291-0/+2
* util: Move gallium's PIPE_FORMAT utils to /util/format/Eric Anholt2019-11-141-1/+1
* gallium/i915: inline the util_clear() code into i915_clear_blitter()Brian Paul2016-08-161-3/+21
* gallium/util: use ui[4] instead of ui in union util_colorRoland Scheidegger2014-04-251-3/+3
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* i915g: Use PIPE_FLUSH_END_OF_FRAME to trigger throttlingStéphane Marchesin2013-03-081-3/+3
* i915g: Fix depth/stencil glClearMichael Karcher2012-06-101-6/+5
* i915g: Fix the blending for the A8 destination buffer case.Stéphane Marchesin2012-01-151-1/+1
* gallium: rename ZS stencil type to UINT (v2)Dave Airlie2011-10-111-2/+2
* i915g: Remove duplicated comment.Stéphane Marchesin2011-10-101-1/+0
* i915g: handle seperate stencil clearDaniel Vetter2011-10-071-0/+10
* i915g: actually try to clear 16bit depth bufsDaniel Vetter2011-10-071-1/+1
* i915g: hw can't fastclear both depth and color when bbp doesn't matchDaniel Vetter2011-10-071-29/+93
* i915g: disable scissor in fast clearDaniel Vetter2011-10-071-4/+6
* i915g: fixup clear params emissionDaniel Vetter2011-10-071-1/+8
* gallium: move clear paths from rgba to a pointer to a color union (v2)Dave Airlie2011-09-181-7/+10
* i915g: Improve the flush heuristic by using the previous frame's number of ve...Stéphane Marchesin2011-08-251-0/+3
* i915g: Improve flushing using heuristics.Stéphane Marchesin2011-07-061-0/+5
* i915g: Support more texture and render target formats.Stéphane Marchesin2011-06-221-1/+1
* i915g: don't recalculate fb dimensionDaniel Vetter2011-03-121-1/+1
* i915g: implement surface clear functions using hw-clearDaniel Vetter2011-03-101-1/+1
* i915g: implement hw clearDaniel Vetter2011-03-101-2/+103
* i915g: adapt to clear interface changesRoland Scheidegger2010-05-291-1/+1
* i915g: Remove unnecessary headers.Vinson Lee2010-01-191-1/+0
* i915g: Drop the simple sufixJakob Bornecrantz2009-10-051-0/+48