summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/softpipe/sp_quad_blend.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: replace INLINE with inlineIlia Mirkin2015-07-211-1/+1
* tgsi: change tgsi_shader_info::properties to a one-dimensional arrayMarek Olšák2014-10-041-1/+1
* tgsi: remove some not so useful variables from tgsi_shader_infoMarek Olšák2014-10-041-3/+2
* softpipe: add layered rendering support.Dave Airlie2014-06-111-4/+4
* softpipe: add layering to the surface tile cache.Dave Airlie2014-06-111-4/+4
* softpipe: fix crash when accessing null colorbufferBrian Paul2014-01-201-1/+4
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* softpipe: handle NULL color buffer pointersBrian Paul2014-01-171-93/+96
* mesa: Work around internal compiler errorThomas Sondergaard2014-01-081-2/+2
* gallium/util: remove duplicated function util_format_is_rgb_no_alphaMarek Olšák2013-02-061-1/+1
* softpipe: Fix rgb_dst_factor == PIPE_BLENDFACTOR_SRC_ALPHA_SATURATE.José Fonseca2012-11-091-3/+3
* softpipe: initialize quadColor2 to fix compile warningsMarek Olšák2012-10-091-1/+1
* softpipe: add dual source blending supportDave Airlie2012-04-131-11/+87
* gallium: Prefix #defines in tgsi_exec.h with TGSI_Tom Stellard2012-01-301-19/+19
* softpipe: enable clamping controlDave Airlie2012-01-111-3/+6
* softpipe: don't clamp or do logical operations on floating-point buffers.Morgan Armand2011-11-081-22/+54
* softpipe: use consistent indentation in sp_quad_blend.cBrian Paul2011-09-151-183/+183
* softpipe: fix blending for luminance/intensity surfacesBrian Paul2011-09-151-65/+96
* softpipe: implement blend color clampingBrian Paul2011-09-141-29/+109
* softpipe: When doing write_all_cbufs, don't stomp over the color.Eric Anholt2011-07-281-4/+12
* gallium/softpipe: Don't clobber dest color/alpha before masking.Younes Manton2011-07-231-89/+96
* softpipe: implement fragment shader variantsBrian Paul2011-07-211-1/+1
* softpipe: use tgsi_shader_info fields for fragcoord origin, center, etc.Brian Paul2011-07-211-1/+1
* softpipe: add support for color writes all color bufs propertyDave Airlie2010-12-241-3/+11
* softpipe: fix incorrect blend func index passed to blend_quad()Brian Paul2010-07-021-8/+15
* softpipe: better assertionsBrian Paul2010-07-021-7/+7
* softpipe: Fix alpha blending for formats without alpha channel.José Fonseca2010-05-031-60/+108
* softpipe: index the correct blend/mask state indexBrian Paul2010-04-051-2/+4
* Merge commit 'origin/perrtblend'Roland Scheidegger2010-01-281-28/+27
|\
| * softpipe: enable new blend functionalityRoland Scheidegger2010-01-251-18/+17
| * softpipe: adapt to blend changesRoland Scheidegger2010-01-251-22/+22
* | softpipe: Remove unnecessary headers.Vinson Lee2010-01-201-1/+0
|/
* softpipe: Silence unintialized variable warnings.Vinson Lee2009-12-271-1/+1
* softpipe: Implement PIPE_BLENDFACTOR_SRC_ALPHA_SATURATE for destination.José Fonseca2009-11-051-2/+10
* softpipe: fix multi-drawbuffers regressionBrian Paul2009-10-101-3/+3
* Revert "softpipe: rearrange blend fastpaths"Keith Whitwell2009-08-111-27/+55
* softpipe: rearrange blend fastpathsKeith Whitwell2009-07-301-55/+27
* softpipe: cope with nr_cbufs == 0Keith Whitwell2009-07-271-3/+13
* softpipe: move all color-combine code into sp_quad_blend.cKeith Whitwell2009-07-241-634/+718
* softpipe: example fastpaths in blendingKeith Whitwell2009-07-241-11/+121
* softpipe: actually pass >1 quad from triangle routineKeith Whitwell2009-07-241-4/+5
* softpipe: expand quad pipeline to process >1 quad at a timeKeith Whitwell2009-07-241-356/+374
* softpipe: remove backwards dependency from tilecache to softpipeKeith Whitwell2009-07-221-4/+2
* softpipe: limit blend results to [0,1]Luca Barbieri2009-07-151-12/+30
* softpipe: rename sp_headers.h to sp_quad.hBrian2009-02-111-1/+1
* softpipe: rename sp_quad.[ch] -> sp_quad_pipe.[ch]Brian2009-02-111-1/+1
* gallium: standardize api on the prefix "nr"Zack Rusin2009-01-271-2/+2
* softpipe: Split changing fields of quad_header into input, inout and output p...Michal Krol2008-09-081-8/+8
* gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul2008-08-241-14/+15
* gallium: move logicop test outside of loopBrian Paul2008-04-231-5/+5