index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
softpipe
/
sp_quad_blend.c
Age
Commit message (
Expand
)
Author
2010-12-24
softpipe: add support for color writes all color bufs property
Dave Airlie
2010-07-02
softpipe: fix incorrect blend func index passed to blend_quad()
Brian Paul
2010-07-02
softpipe: better assertions
Brian Paul
2010-05-03
softpipe: Fix alpha blending for formats without alpha channel.
José Fonseca
2010-04-05
softpipe: index the correct blend/mask state index
Brian Paul
2010-01-28
Merge commit 'origin/perrtblend'
Roland Scheidegger
2010-01-25
softpipe: enable new blend functionality
Roland Scheidegger
2010-01-25
softpipe: adapt to blend changes
Roland Scheidegger
2010-01-20
softpipe: Remove unnecessary headers.
Vinson Lee
2009-12-27
softpipe: Silence unintialized variable warnings.
Vinson Lee
2009-11-05
softpipe: Implement PIPE_BLENDFACTOR_SRC_ALPHA_SATURATE for destination.
José Fonseca
2009-10-10
softpipe: fix multi-drawbuffers regression
Brian Paul
2009-08-11
Revert "softpipe: rearrange blend fastpaths"
Keith Whitwell
2009-07-30
softpipe: rearrange blend fastpaths
Keith Whitwell
2009-07-27
softpipe: cope with nr_cbufs == 0
Keith Whitwell
2009-07-24
softpipe: move all color-combine code into sp_quad_blend.c
Keith Whitwell
2009-07-24
softpipe: example fastpaths in blending
Keith Whitwell
2009-07-24
softpipe: actually pass >1 quad from triangle routine
Keith Whitwell
2009-07-24
softpipe: expand quad pipeline to process >1 quad at a time
Keith Whitwell
2009-07-22
softpipe: remove backwards dependency from tilecache to softpipe
Keith Whitwell
2009-07-15
softpipe: limit blend results to [0,1]
Luca Barbieri
2009-02-11
softpipe: rename sp_headers.h to sp_quad.h
Brian
2009-02-11
softpipe: rename sp_quad.[ch] -> sp_quad_pipe.[ch]
Brian
2009-01-27
gallium: standardize api on the prefix "nr"
Zack Rusin
2008-09-08
softpipe: Split changing fields of quad_header into input, inout and output p...
Michal Krol
2008-08-24
gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h
Brian Paul
2008-04-23
gallium: move logicop test outside of loop
Brian Paul
2008-04-23
gallium: fix broken PIPE_BLENDFACTOR_SRC_ALPHA_SATURATE
Brian Paul
2008-04-09
gallium: fix bug in PIPE_BLENDFACTOR_INV_DST_ALPHA case
Brian Paul
2008-04-07
gallium: begin reworking quad stages for multiple color outputs
Brian
2008-03-10
gallium: WinCE portability fixes.
José Fonseca
2008-02-15
Code reorganization: move files into their places.
José Fonseca