index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
SkBitmapProcState.cpp
Commit message (
Expand
)
Author
Age
*
make skmatrix getmapproc private
Cary Clark
2017-10-20
*
make most of SkColorPriv.h private
Cary Clark
2017-09-15
*
remove code associated with legacy affine imageshaders
Mike Reed
2017-08-23
*
Remove SK_SUPPORT_LEGACY_BILERP2 dead code
Florin Malita
2017-08-22
*
use rasterpipeline if localmatrix is rotated or skewed for images
Mike Reed
2017-08-21
*
Skip bilerp for integral-translate-only matrices (!clamp-clamp case)
Florin Malita
2017-08-15
*
Remove dead SK_SUPPORT_LEGACY_BILERP code
Florin Malita
2017-07-31
*
Assume HQ is handled by pipeline, delete legacy code-path
Mike Reed
2017-07-20
*
Add guard to unblock the Chromium roll
Florin Malita
2017-07-18
*
Skip bilerp for integral-translate-only matrices
Florin Malita
2017-07-17
*
Delete dead SK_SUPPORT_LEGACY_BILERP_IGNORING_HACK code
Florin Malita
2017-07-17
*
remove unreachable perspective code for imageshader
Mike Reed
2017-07-12
*
guard legacy bilerp-ignorning hack
Mike Reed
2017-07-06
*
remove unreachable samples for non-N32 imageshaders
Mike Reed
2017-06-29
*
remove unused SkFilterProcs
Mike Reed
2017-06-21
*
bicubic, attempt gazillion
Mike Klein
2016-12-09
*
Remove dest surface color mode from bitmap controller
Brian Osman
2016-12-06
*
Simplify SkBitmapProvider
Florin Malita
2016-11-10
*
Rename SkSourceGammaTreatment to SkDestinationSurfaceColorMode
Brian Osman
2016-11-09
*
Avoid matrix inverse in SkBitmapProcInfo::init for translate-only cases
fmalita
2016-11-03
*
Fix kMediumQuality invMatrix setup for sizes == mip levels
fmalita
2016-11-03
*
Remove some useless declarations
sylvestre.ledru
2016-09-01
*
respect srgb gamma when building mips
reed
2016-06-10
*
Remove NEON runtime detection support.
mtklein
2016-05-05
*
Style bikeshed - remove extraneous whitespace
halcanary
2016-03-29
*
WIP: experimental bilerp pipeline.
herb
2016-03-23
*
fission bitmapprocstate
reed
2016-03-02
*
Rename SkBitmapProcStateAutoMapper methods
fmalita
2016-02-03
*
Remove SK_SUPPORT_LEGACY_SAMPLER_BIAS
fmalita
2016-02-02
*
Sampler bias for all nofilter flavors
fmalita
2016-02-02
*
Fix S32_D32_constX_shaderproc assert
fmalita
2016-02-01
*
Suppress SkBitmapProcState assert temporarily
fmalita
2016-02-01
*
Remove SkBitmapProcStateAutoMapper's overflow check
fmalita
2016-01-30
*
Add sampler bias for the nofilter/translate specializations
fmalita
2016-01-30
*
remove dead code around SK_SUPPORT_LEGACY_TRANSLATEROUNDHACK
reed
2016-01-21
*
change kMedium_SkFilterQuality to never pop if we're scaling
reed
2016-01-20
*
remove fragile assert
reed
2016-01-20
*
don't preround in bitmap scaling setup
reed
2016-01-19
*
remove shadeSpan16 from shader
reed
2016-01-05
*
[Reland] Repeating SkBitmapProcState rounding bias
fmalita
2016-01-04
*
Fix UB function problems for shaders and mask.
herb
2015-12-18
*
Revert of Repeating SkBitmapProcState rounding bias (patchset #6 id:100001 of...
fmalita
2015-12-18
*
Revert of Fix UB function problems for shaders and mask. (patchset #3 id:4000...
herb
2015-12-18
*
Repeating SkBitmapProcState rounding bias
fmalita
2015-12-18
*
Fix UB function problems for shaders and mask.
herb
2015-12-17
*
SkBitmapProcState rounding bias
fmalita
2015-12-15
*
use SkBitmapProvider for shader-context
reed
2015-09-15
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
switch bitmapshader internals over to pixmap
reed
2015-06-04
*
refactor bitmapshader to use a controller
reed
2015-06-04
[next]