index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
shaders
Commit message (
Expand
)
Author
Age
*
Revert "Revert "Switched highp float to highfloat and mediump float to half.""
Ethan Nicholas
2017-09-15
*
make most of SkColorPriv.h private
Cary Clark
2017-09-15
*
Remove symmetric three stop special case
Brian Osman
2017-09-12
*
Add general three-stop analytic gradient shader
Brian Osman
2017-09-11
*
Rework GrSamplerParams to be more compact and use its own wrap mode enum.
Brian Salomon
2017-09-07
*
fold params into StageRec
Mike Reed
2017-08-29
*
Use the 4f impl for legacy/8888 linear gradients
Florin Malita
2017-08-29
*
remove code associated with legacy affine imageshaders
Mike Reed
2017-08-23
*
use rasterpipeline if localmatrix is rotated or skewed for images
Mike Reed
2017-08-21
*
remove unused flag for rotated imageshaders
Mike Reed
2017-08-21
*
Add back raster pipeline image tiling guard
Florin Malita
2017-08-18
*
Revert "Switched highp float to highfloat and mediump float to half."
Brian Salomon
2017-08-17
*
Switched highp float to highfloat and mediump float to half.
Ethan Nicholas
2017-08-16
*
Replace SkFAIL with SK_ABORT.
Ben Wagner
2017-08-16
*
Make GrFragmentProcessor be non-refcounted and use std::unique_ptr.
Brian Salomon
2017-08-11
*
use rasterpipeline for images if matrix is >= scale+translate
Mike Reed
2017-08-08
*
Remove unneeded GrGradientEffect Tegra3 workaround
Florin Malita
2017-08-08
*
Relocate gradient negative fract() workaround to GLSLCodeGenerator
Florin Malita
2017-08-08
*
Streamline GrGradientEffect mirror tiling
Florin Malita
2017-08-08
*
Consolidate GrGradientEffect analytical impls
Florin Malita
2017-08-08
*
Tiling support for GrGradientEffect kTwo_ColorType/kThree_ColorType
Florin Malita
2017-08-08
*
simplify shaderbase -- remove shaderproc -- no measurable speed diff
Mike Reed
2017-08-07
*
Avoid int overflow in LinearGradientContext::shade4_dx_clamp
Florin Malita
2017-08-07
*
remove unused shadeSpanAlpha -- handled by rasterpipeline
Mike Reed
2017-08-07
*
Remove SkLightingShader and associated classes
Robert Phillips
2017-08-07
*
clean up useage of SkFloatBits
Mike Reed
2017-08-07
*
Revert "Tiling support for GrGradientEffect kTwo_ColorType/kThree_ColorType"
Florin Malita
2017-08-05
*
Tiling support for GrGradientEffect kTwo_ColorType/kThree_ColorType
Florin Malita
2017-08-04
*
GrGradientEffect::onIsEqual() must also consider tiling
Florin Malita
2017-08-04
*
Rename append_uniform_color() to append_constant_color().
Mike Klein
2017-08-03
*
Delete legacy radial gradient impl
Florin Malita
2017-08-02
*
Fix sweep gradient tiling w/ makeColorSpace
Florin Malita
2017-08-02
*
Tiling support for SkSweepGradient
Florin Malita
2017-08-01
*
Require clone() be implemented by GrFragmentProcessor subclasses
Brian Salomon
2017-07-31
*
Gradient stages cleanup
Florin Malita
2017-07-30
*
Remove stale SkTwoPointConicalGradient assert
Florin Malita
2017-07-29
*
Don't instantiate degenerate 2pt gradients
Florin Malita
2017-07-29
*
Remove now-dead SK_SUPPORT_LEGACY_GRADIENT_MATRIX_MATH code
Florin Malita
2017-07-29
*
renamed SkSL types in preparation for killing precision modifiers
Ethan Nicholas
2017-07-28
*
Implement clone() for Gradient GrFragmentProcessors
Brian Salomon
2017-07-27
*
Implement GrFragmentProcessor::clone() for lighting and perlin noise classes
Brian Salomon
2017-07-26
*
Always postConcat() pipeline gradient matrices
Florin Malita
2017-07-25
*
remove guard for tiling
Mike Reed
2017-07-24
*
Revert "use rasterpipeline for filtering for very large images"
Mike Klein
2017-07-22
*
use rasterpipeline for filtering for very large images
Mike Reed
2017-07-22
*
Revert "Revert "Always use raster pipeline for radial gradients""
Florin Malita
2017-07-21
*
Revert "Always use raster pipeline for radial gradients"
Mike Klein
2017-07-21
*
Always use raster pipeline for radial gradients
Florin Malita
2017-07-20
*
Use raster pipeline for repeat/mirror radial gradients
Florin Malita
2017-07-20
*
sk_sp: act as if operator bool() not implicit.
Hal Canary
2017-07-20
[next]