index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
softpipe
/
sp_quad_blend.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
util: Move gallium's PIPE_FORMAT utils to /util/format/
Eric Anholt
2019-11-14
1
-1
/
+1
*
gallium: replace INLINE with inline
Ilia Mirkin
2015-07-21
1
-1
/
+1
*
tgsi: change tgsi_shader_info::properties to a one-dimensional array
Marek Olšák
2014-10-04
1
-1
/
+1
*
tgsi: remove some not so useful variables from tgsi_shader_info
Marek Olšák
2014-10-04
1
-3
/
+2
*
softpipe: add layered rendering support.
Dave Airlie
2014-06-11
1
-4
/
+4
*
softpipe: add layering to the surface tile cache.
Dave Airlie
2014-06-11
1
-4
/
+4
*
softpipe: fix crash when accessing null colorbuffer
Brian Paul
2014-01-20
1
-1
/
+4
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-2
/
+2
*
softpipe: handle NULL color buffer pointers
Brian Paul
2014-01-17
1
-93
/
+96
*
mesa: Work around internal compiler error
Thomas Sondergaard
2014-01-08
1
-2
/
+2
*
gallium/util: remove duplicated function util_format_is_rgb_no_alpha
Marek Olšák
2013-02-06
1
-1
/
+1
*
softpipe: Fix rgb_dst_factor == PIPE_BLENDFACTOR_SRC_ALPHA_SATURATE.
José Fonseca
2012-11-09
1
-3
/
+3
*
softpipe: initialize quadColor2 to fix compile warnings
Marek Olšák
2012-10-09
1
-1
/
+1
*
softpipe: add dual source blending support
Dave Airlie
2012-04-13
1
-11
/
+87
*
gallium: Prefix #defines in tgsi_exec.h with TGSI_
Tom Stellard
2012-01-30
1
-19
/
+19
*
softpipe: enable clamping control
Dave Airlie
2012-01-11
1
-3
/
+6
*
softpipe: don't clamp or do logical operations on floating-point buffers.
Morgan Armand
2011-11-08
1
-22
/
+54
*
softpipe: use consistent indentation in sp_quad_blend.c
Brian Paul
2011-09-15
1
-183
/
+183
*
softpipe: fix blending for luminance/intensity surfaces
Brian Paul
2011-09-15
1
-65
/
+96
*
softpipe: implement blend color clamping
Brian Paul
2011-09-14
1
-29
/
+109
*
softpipe: When doing write_all_cbufs, don't stomp over the color.
Eric Anholt
2011-07-28
1
-4
/
+12
*
gallium/softpipe: Don't clobber dest color/alpha before masking.
Younes Manton
2011-07-23
1
-89
/
+96
*
softpipe: implement fragment shader variants
Brian Paul
2011-07-21
1
-1
/
+1
*
softpipe: use tgsi_shader_info fields for fragcoord origin, center, etc.
Brian Paul
2011-07-21
1
-1
/
+1
*
softpipe: add support for color writes all color bufs property
Dave Airlie
2010-12-24
1
-3
/
+11
*
softpipe: fix incorrect blend func index passed to blend_quad()
Brian Paul
2010-07-02
1
-8
/
+15
*
softpipe: better assertions
Brian Paul
2010-07-02
1
-7
/
+7
*
softpipe: Fix alpha blending for formats without alpha channel.
José Fonseca
2010-05-03
1
-60
/
+108
*
softpipe: index the correct blend/mask state index
Brian Paul
2010-04-05
1
-2
/
+4
*
Merge commit 'origin/perrtblend'
Roland Scheidegger
2010-01-28
1
-28
/
+27
|
\
|
*
softpipe: enable new blend functionality
Roland Scheidegger
2010-01-25
1
-18
/
+17
|
*
softpipe: adapt to blend changes
Roland Scheidegger
2010-01-25
1
-22
/
+22
*
|
softpipe: Remove unnecessary headers.
Vinson Lee
2010-01-20
1
-1
/
+0
|
/
*
softpipe: Silence unintialized variable warnings.
Vinson Lee
2009-12-27
1
-1
/
+1
*
softpipe: Implement PIPE_BLENDFACTOR_SRC_ALPHA_SATURATE for destination.
José Fonseca
2009-11-05
1
-2
/
+10
*
softpipe: fix multi-drawbuffers regression
Brian Paul
2009-10-10
1
-3
/
+3
*
Revert "softpipe: rearrange blend fastpaths"
Keith Whitwell
2009-08-11
1
-27
/
+55
*
softpipe: rearrange blend fastpaths
Keith Whitwell
2009-07-30
1
-55
/
+27
*
softpipe: cope with nr_cbufs == 0
Keith Whitwell
2009-07-27
1
-3
/
+13
*
softpipe: move all color-combine code into sp_quad_blend.c
Keith Whitwell
2009-07-24
1
-634
/
+718
*
softpipe: example fastpaths in blending
Keith Whitwell
2009-07-24
1
-11
/
+121
*
softpipe: actually pass >1 quad from triangle routine
Keith Whitwell
2009-07-24
1
-4
/
+5
*
softpipe: expand quad pipeline to process >1 quad at a time
Keith Whitwell
2009-07-24
1
-356
/
+374
*
softpipe: remove backwards dependency from tilecache to softpipe
Keith Whitwell
2009-07-22
1
-4
/
+2
*
softpipe: limit blend results to [0,1]
Luca Barbieri
2009-07-15
1
-12
/
+30
*
softpipe: rename sp_headers.h to sp_quad.h
Brian
2009-02-11
1
-1
/
+1
*
softpipe: rename sp_quad.[ch] -> sp_quad_pipe.[ch]
Brian
2009-02-11
1
-1
/
+1
*
gallium: standardize api on the prefix "nr"
Zack Rusin
2009-01-27
1
-2
/
+2
*
softpipe: Split changing fields of quad_header into input, inout and output p...
Michal Krol
2008-09-08
1
-8
/
+8
*
gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h
Brian Paul
2008-08-24
1
-14
/
+15
[next]