summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe/sp_quad_blend.c
AgeCommit message (Expand)Author
2010-12-24softpipe: add support for color writes all color bufs propertyDave Airlie
2010-07-02softpipe: fix incorrect blend func index passed to blend_quad()Brian Paul
2010-07-02softpipe: better assertionsBrian Paul
2010-05-03softpipe: Fix alpha blending for formats without alpha channel.José Fonseca
2010-04-05softpipe: index the correct blend/mask state indexBrian Paul
2010-01-28Merge commit 'origin/perrtblend'Roland Scheidegger
2010-01-25softpipe: enable new blend functionalityRoland Scheidegger
2010-01-25softpipe: adapt to blend changesRoland Scheidegger
2010-01-20softpipe: Remove unnecessary headers.Vinson Lee
2009-12-27softpipe: Silence unintialized variable warnings.Vinson Lee
2009-11-05softpipe: Implement PIPE_BLENDFACTOR_SRC_ALPHA_SATURATE for destination.José Fonseca
2009-10-10softpipe: fix multi-drawbuffers regressionBrian Paul
2009-08-11Revert "softpipe: rearrange blend fastpaths"Keith Whitwell
2009-07-30softpipe: rearrange blend fastpathsKeith Whitwell
2009-07-27softpipe: cope with nr_cbufs == 0Keith Whitwell
2009-07-24softpipe: move all color-combine code into sp_quad_blend.cKeith Whitwell
2009-07-24softpipe: example fastpaths in blendingKeith Whitwell
2009-07-24softpipe: actually pass >1 quad from triangle routineKeith Whitwell
2009-07-24softpipe: expand quad pipeline to process >1 quad at a timeKeith Whitwell
2009-07-22softpipe: remove backwards dependency from tilecache to softpipeKeith Whitwell
2009-07-15softpipe: limit blend results to [0,1]Luca Barbieri
2009-02-11softpipe: rename sp_headers.h to sp_quad.hBrian
2009-02-11softpipe: rename sp_quad.[ch] -> sp_quad_pipe.[ch]Brian
2009-01-27gallium: standardize api on the prefix "nr"Zack Rusin
2008-09-08softpipe: Split changing fields of quad_header into input, inout and output p...Michal Krol
2008-08-24gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul
2008-04-23gallium: move logicop test outside of loopBrian Paul
2008-04-23gallium: fix broken PIPE_BLENDFACTOR_SRC_ALPHA_SATURATEBrian Paul
2008-04-09gallium: fix bug in PIPE_BLENDFACTOR_INV_DST_ALPHA caseBrian Paul
2008-04-07gallium: begin reworking quad stages for multiple color outputsBrian
2008-03-10gallium: WinCE portability fixes.José Fonseca
2008-02-15Code reorganization: move files into their places.José Fonseca