index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
SkBitmapProcState.h
Commit message (
Expand
)
Author
Age
*
fission bitmapprocstate
reed
2016-03-02
*
Rename SkBitmapProcStateAutoMapper methods
fmalita
2016-02-03
*
Use SkBitmapProcStateAutoMapper for filter samplers also
fmalita
2016-02-03
*
Remove SkBitmapProcStateAutoMapper's overflow check
fmalita
2016-01-30
*
Add sampler bias for the nofilter/translate specializations
fmalita
2016-01-30
*
Remove SK_SUPPORT_LEGACY_BITMAP_SAMPLER_BIAS
fmalita
2016-01-07
*
clean up dead x86 filter opts code
mtklein
2016-01-05
*
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
*
move SkBitmapProvider to its own file
reed
2015-09-15
*
use SkBitmapProvider for shader-context
reed
2015-09-15
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Move SkTemplates.h to private.
bungeman
2015-08-19
*
Move LightingShader to effects
robertphillips
2015-07-29
*
switch bitmapshader internals over to pixmap
reed
2015-06-04
*
refactor bitmapshader to use a controller
reed
2015-06-04
*
remove dead code after HQ change
reed
2015-01-20
*
reorg filter quality cascade
reed
2015-01-16
*
separate out the scaline-choosing to simplify chooseProcs
reed
2015-01-14
*
Add SSSE3 acceleration for S32_D16_filter_DXDY
qiankun.miao
2014-12-04
*
Revert of Add SSSE3 acceleration for S32_D16_filter_DXDY (patchset #3 id:4000...
jam
2014-12-03
*
Add SSSE3 acceleration for S32_D16_filter_DXDY
qiankun.miao
2014-12-02
*
Switch SkBitmapProcState's SkFractionalInt to 32.32.
mtklein
2014-11-21
*
Second attempt to land the integral image scaling change.
humper
2014-08-28
*
rename ScaledImageCache to ResourceCache
reed
2014-08-28
*
manual revert of bitmap scale change while I investigate failures
humper
2014-08-28
*
always scale to an integer; compensate for fractional image sizes by leaving ...
humper
2014-08-27
*
remove commented-out code
reed
2014-08-26
*
retool image cache to be generic cache, allowing the client to subclass "Rec"...
reed
2014-08-26
*
Refactor bitmap scaler to make it easier to migrate rest of chrome to use it
humper
2014-06-27
*
Revert of Revert of Extract most of the mutable state of SkShader into a sepa...
commit-bot@chromium.org
2014-04-23
*
Revert of Extract most of the mutable state of SkShader into a separate Conte...
commit-bot@chromium.org
2014-04-23
*
Extract most of the mutable state of SkShader into a separate Context object.
commit-bot@chromium.org
2014-04-23
*
start to remove lockPixels from bitmapshader
reed@google.com
2013-09-13
*
remove fConvolutionProcs from State, and just use it locally
reed@google.com
2013-09-05
*
Implement highQualityFilter16 so GM doesn't crash when you give it resources.
mtklein@google.com
2013-08-26
*
free cache in destructor, in case endContext was not called. change Resize to...
reed@google.com
2013-07-24
*
add scaledimagecache
reed@google.com
2013-07-23
*
stop using bitmap-filter flags outside of paint itself, as a step towards rea...
reed@google.com
2013-07-22
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-07-20
*
struct and class forward declarations incompatible on some compilers
humper@google.com
2013-07-19
*
The image resampling code has been transplanted from Chrome; it's incredibly ...
humper@google.com
2013-07-19
*
fix trivial matrix computation
humper@google.com
2013-07-14
*
Reverted 10056-10059
robertphillips@google.com
2013-07-13
[next]