index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
effects
Commit message (
Expand
)
Author
Age
*
Changes to remove program effects builder
joshualitt
2014-09-18
*
removing GrDrawEffect
joshualitt
2014-09-16
*
Revert of removing GrDrawEffect (patchset #4 id:60001 of https://codereview.c...
joshualitt
2014-09-16
*
removing GrDrawEffect
joshualitt
2014-09-16
*
Allow negative values in SkBlurImageFilter sigma.
senorblanco
2014-09-09
*
"NULL !=" = NULL
bsalomon
2014-09-05
*
Hide fields in SkImageInfo
reed
2014-09-03
*
make allocPixels throw on failure
reed
2014-09-02
*
Move MakeDivByTextureWHMatrix to GrCoordTransform
bsalomon
2014-08-29
*
Try out scalar picture sizes
robertphillips
2014-08-29
*
Reimplement deserialization of SkImageFilter's uniqueID.
senorblanco
2014-08-26
*
Fix recursive computation of filter bounds for drop shadow,
senorblanco
2014-08-25
*
Revert of Fix recursive computation of filter bounds for drop shadow, (patchs...
djsollen
2014-08-25
*
Fix recursive computation of filter bounds for drop shadow,
senorblanco
2014-08-25
*
Don't leak the shader by reffing twice in SkRectShaderImageFilter.
mtklein
2014-08-22
*
extend SkShader to report a luminance-color to be used for gamma correction
reed
2014-08-22
*
fix leak in new createproc
reed
2014-08-22
*
Initial refactor of shaderbuilder to prepare for geometry shaders
joshualitt
2014-08-21
*
remember to init fOrigPos in legacy constructor
reed
2014-08-21
*
Does this fix things?
mtklein
2014-08-21
*
rename gradients private BitmapCache to GradientBitmapCache
reed
2014-08-21
*
Simplify flattening to just write enough to call the factory/public-construct...
reed
2014-08-21
*
Check all scratch texture allocations for image filters.
senorblanco
2014-08-15
*
remove SkStippleMaskFilter - no external clients
reed
2014-08-12
*
2D kernel initial wiring for Guassian
joshualitt
2014-08-11
*
add localMatrix to gradient Descriptor
reed
2014-08-11
*
Intersect SkPictureImageFilter bounds against clip bounds.
senorblanco
2014-07-30
*
Rename GrGLUniformManager to GrGLProgramDataManager
kkinnunen
2014-07-30
*
Adding repeat mode to texture domain
joshualitt
2014-07-29
*
Fix thread unsafe mutex initialization.
bungeman
2014-07-25
*
Remove the single-sigma version of SkDropShadowImageFilter::Create().
senorblanco
2014-07-22
*
Initial change to move 2D kernel to its own file.
joshualitt
2014-07-22
*
Allow GrGLEffects to produce variable length keys.
bsalomon
2014-07-21
*
Remove use of SK_SUPPORT_LEGACY_LAYERRASTERIZER_API.
dominikg
2014-07-21
*
Make SkPictureShader and SkPictureImageFilter use const SkPictures
robertphillips
2014-07-14
*
This moves us towards variable length effect keys. The overall program key no...
bsalomon
2014-07-11
*
Always initialize SkDashPathEffect fields.
mtklein
2014-07-09
*
Goodbye GrEffectRef.
bsalomon
2014-07-08
*
Clean up SkImageFilter constructors.
senorblanco
2014-07-08
*
Remove GrEffect::CreateEffectRef and GrEffect::AutoEffectRef.
bsalomon
2014-07-08
*
Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*.
bsalomon
2014-07-08
*
Revert of Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*...
reed
2014-07-07
*
Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*.
bsalomon
2014-07-07
*
Fix SkColorFilterImageFilter matrix optimization.
senorblanco
2014-07-03
*
Adding 64 bit checks
sugoi
2014-07-03
*
move SkChecksum and SkEmptyShader to private
reed
2014-07-03
*
Make perlin noise do CTM-correct scaling.
senorblanco
2014-06-27
*
Remove SkBicubicImageFilter, and all related tests.
senorblanco
2014-06-25
*
Make GrGLShaderBuilder::fragmentPosition() return a vec4, with 1.0 as the zw ...
bsalomon
2014-06-24
*
Stop referencing gl_FragCoord z and w components.
bsalomon
2014-06-20
[next]