index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
effects
/
SkXfermodeImageFilter.cpp
Commit message (
Expand
)
Author
Age
*
Do some minor pre cleanup work before converting all xfermodes to XPs.
egdaniel
2015-01-14
*
Add toString methods to SkImageFilter-derived classes
robertphillips
2014-12-19
*
remove view matrix from context
joshualitt
2014-12-17
*
Remove SK_SUPPORT_LEGACY_DEEPFLATTENING.
mtklein
2014-12-01
*
Revert of Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. (patchset #1 id:1 of https...
mtklein
2014-12-01
*
Remove SK_SUPPORT_LEGACY_DEEPFLATTENING.
mtklein
2014-12-01
*
rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlags
bsalomon
2014-10-28
*
Remove uses of GrAutoScratchTexture.
bsalomon
2014-10-14
*
Patch to create a distinct geometry processor. The vast majority of this patch
joshualitt
2014-09-23
*
Move MakeDivByTextureWHMatrix to GrCoordTransform
bsalomon
2014-08-29
*
Reimplement deserialization of SkImageFilter's uniqueID.
senorblanco
2014-08-26
*
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
*
Goodbye GrEffectRef.
bsalomon
2014-07-08
*
Clean up SkImageFilter constructors.
senorblanco
2014-07-08
*
Fix SkXfermodeImageFilter when an input is cropped out.
senorblanco@chromium.org
2014-04-01
*
Implement support for expanding crop rects in image filters
senorblanco@chromium.org
2014-03-14
*
Revert "Implement support for expanding crop rects in image filters"
senorblanco@chromium.org
2014-03-14
*
Implement support for expanding crop rects in image filters
senorblanco@chromium.org
2014-03-14
*
Implement support for a Context parameter in image filters
senorblanco@chromium.org
2014-03-14
*
Cleanup patch to move all of SkImageFilterUtils into SkImageFilter.
senorblanco@chromium.org
2014-03-03
*
Make SkImageFilter methods const.
commit-bot@chromium.org
2014-02-05
*
Refactor read and write buffers.
commit-bot@chromium.org
2014-01-30
*
Make SkImageFilter crop rects relative to the primitive origin, instead of re...
senorblanco@chromium.org
2014-01-03
*
Bounds fixes for SkXfermodeImageFilter:
senorblanco@chromium.org
2013-12-12
*
Fixed bad bitmap size crashes
commit-bot@chromium.org
2013-12-04
*
Adding more validation
commit-bot@chromium.org
2013-11-25
*
Remove GrContext from SkXfermode::[Aa]sNewEffectOrCoeff() and all subclasses,
senorblanco@chromium.org
2013-10-23
*
force readbuffer clients to use specialized readFoo for flattenables
reed@google.com
2013-10-16
*
Change SkImageFilter's cropRect from SkIRect to a CropRect struct, containing...
senorblanco@chromium.org
2013-10-10
*
Moving 4 SkImageFilter derived classes from blink to skia
commit-bot@chromium.org
2013-09-26
*
Added ctm matrix to GPU path
commit-bot@chromium.org
2013-08-05
*
Make GrPaint have a variable sized array of color and coverage stages rather ...
commit-bot@chromium.org
2013-07-13
*
Implement offset for GPU filter path. Although we can't yet use this in Blink...
commit-bot@chromium.org
2013-07-10
*
Change undefined SkGpuRenderTarget and SkGpuTexture forward declares to GrRen...
commit-bot@chromium.org
2013-06-26
*
Fix leak of effect in SkXfermodeImageFilter::filterImageGPU()
commit-bot@chromium.org
2013-06-03
*
Implement SkXfermode image filter. This required changing the signature of Sk...
senorblanco@chromium.org
2013-05-31