index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
shaders
/
gradients
Commit message (
Expand
)
Author
Age
*
Fix fuzzer bug in SkGradientShader::MakeSweep
Robert Phillips
2018-07-09
*
Support older SKPs drawing to legacy destinations correctly
Brian Osman
2018-07-06
*
Switch gradients to as-encoded blending
Brian Osman
2018-07-06
*
Stop using SkTSwap.
Ben Wagner
2018-06-19
*
Remove GrPixelConfig argument to GrColorSpaceXform[Effect]::Make
Brian Osman
2018-06-14
*
rebase
Cary Clark
2018-06-08
*
Dest color space no longer impacts mipmaps or texture sampling
Brian Osman
2018-06-01
*
Revert "Reland "remove toString""
Cary Clark
2018-05-31
*
Reland "remove toString"
Cary Clark
2018-05-31
*
remove defines and add commas
Cary Clark
2018-05-21
*
Revert "remove toString"
Cary Clark
2018-05-20
*
remove toString
Cary Clark
2018-05-20
*
Return nullptr when ReadBuffer becomes invalid
Kevin Lubick
2018-05-17
*
Avoid dividing by zero in SkTwoPointConicalGradient::Create
Yuqian Li
2018-05-14
*
Make GrCaps and GrShaderCaps private.
Brian Salomon
2018-05-11
*
Validate readByteArrayAsData size
Florin Malita
2018-05-10
*
Validate gradient DescriptorScope size during deserialization
Florin Malita
2018-05-10
*
check for focaldata failure
Mike Reed
2018-05-09
*
allow div-by-zero
Mike Reed
2018-05-03
*
allow div by zero
Mike Reed
2018-05-02
*
Remove stale gradient color space assert
Florin Malita
2018-04-26
*
Reland "Fix handling of MaskFilter matrices"
Florin Malita
2018-04-11
*
Revert "Fix handling of MaskFilter matrices"
Robert Phillips
2018-04-11
*
Fix handling of MaskFilter matrices
Florin Malita
2018-04-11
*
remove SK_IGNORE_TO_STRING
Cary Clark
2018-04-05
*
Banish SkShaderBase::isRasterPipelineOnly()
Florin Malita
2018-04-04
*
Fixing build with SK_IGNORE_TO_STRING defined.
Kaloyan Donev
2018-03-29
*
Make consistent isRadiusIncreasing decision
Yuqian Li
2018-03-19
*
Fix concentric 2pt conical gradient in GPU where r1 < r0
Yuqian Li
2018-03-19
*
Fix GrTextureStripAtlasManager cleanup order bug
Robert Phillips
2018-03-19
*
Harden initial LinearGradient4f tiling
Florin Malita
2018-03-13
*
with no more offline codegen, seed_shader can be normal
Mike Klein
2018-03-11
*
Make GrTextureStripAtlas DDL friendly
Robert Phillips
2018-03-09
*
Simplify decal for gradients
Mike Reed
2018-02-19
*
add decal tilemode to shaders
Mike Reed
2018-02-16
*
Disable texture strip atlasing for DDL
Robert Phillips
2018-02-02
*
add gpu impl for shadermaskfilter
Mike Reed
2018-02-01
*
IWYU -- SkShader.h
Mike Reed
2018-01-23
*
rename inner AsFPArgs to stand-alone GrFPArgs
Mike Reed
2018-01-19
*
Reuse the CPU 2pt conical code in the GPU backend
Yuqian Li
2018-01-17
*
Remove legacy 2pt conical gradient
Yuqian Li
2018-01-16
*
Remove DumpHelper as the bug is fixed
Yuqian Li
2018-01-09
*
Add GrProxyProvider
Robert Phillips
2018-01-08
*
Update 2pt conical gradient in raster pipeline
Yuqian Li
2018-01-05
*
Changes to make 2pt gradient source code better aligned with our future doc
Yuqian Li
2018-01-02
*
Stronger fix for swapping r0, r1 in 2pt conical gradients
Yuqian Li
2018-01-02
*
Fix bug of a + (b - a) == 0 for small positive b and huge a (e.g., 1e18)
Yuqian Li
2017-12-28
*
Fix conical test where r1 = r2 = 0
Yuqian Li
2017-12-27
*
Debug random 2pt conical shaders
Yuqian Li
2017-12-21
*
Guard the sqrt(temp) where temp < 0 in 2pt conical gradient
Yuqian Li
2017-12-20
[next]