index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
effects
/
SkMorphologyImageFilter.cpp
Commit message (
Expand
)
Author
Age
*
In GrProcessor::TextureSampler drop the "get", it's cleaner
Brian Salomon
2016-11-17
*
Guard against instantiate & accessRenderTarget failures
Robert Phillips
2016-11-17
*
Rename GrTextureAccess to GrProcessor::TextureSampler.
Brian Salomon
2016-11-17
*
Start plumbing deferral of GPU resources in the image filters
Robert Phillips
2016-11-14
*
Rename GrDrawContext to GrRenderTargetContext
Brian Osman
2016-10-27
*
Revert[8] "replace SkXfermode obj with SkBlendMode enum in paints"
reed
2016-10-05
*
Revert[7] "replace SkXfermode obj with SkBlendMode enum in paints"
Mike Reed
2016-10-05
*
Revert[6] "replace SkXfermode obj with SkBlendMode enum in paints"
Mike Reed
2016-10-05
*
Revert[5] "replace SkXfermode obj with SkBlendMode enum in paints"
Mike Reed
2016-10-04
*
Revert[4] "replace SkXfermode obj with SkBlendMode enum in paints"
Mike Reed
2016-10-04
*
Revert "Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paint...
Mike Reed
2016-10-03
*
Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints""
Mike Reed
2016-10-03
*
Revert "replace SkXfermode obj with SkBlendMode enum in paints"
Mike Reed
2016-10-03
*
replace SkXfermode obj with SkBlendMode enum in paints
Mike Reed
2016-10-03
*
sRGB cleanup in image filters. Ensure we configure paints correctly.
brianosman
2016-09-22
*
Add output format properties to SkImageFilter::Context
brianosman
2016-09-22
*
Fix some GPU image filter code to preserve precision and color space
brianosman
2016-09-21
*
Cleanup some sRGB TODOs, mostly around setting GrPaint flags correctly
brianosman
2016-09-20
*
Remove unneeded GrGLSLTransformedCoordsArray type
bsalomon
2016-09-12
*
Move GrFixedClip into src directory
csmartdalton
2016-08-19
*
Rename GrContext's newDrawContext & drawContext to makeDrawContext
robertphillips
2016-07-27
*
Add SkColorSpace to GrDrawContext
brianosman
2016-07-21
*
Adding color space to SkSpecialImage
brianosman
2016-07-21
*
sk_sp for Ganesh.
bungeman
2016-06-09
*
Convert GrClip to an abstract base class
cdalton
2016-05-13
*
Add Gr*Proxy classes
robertphillips
2016-05-04
*
Revert of Add Gr*Proxy classes (patchset #10 id:220001 of https://codereview....
robertphillips
2016-05-03
*
Add Gr*Proxy classes
robertphillips
2016-05-03
*
Revert of Add Gr*Proxy classes (patchset #9 id:160001 of https://codereview.c...
robertphillips
2016-05-03
*
Add Gr*Proxy classes
robertphillips
2016-05-03
*
Refactor drawContext/RenderTarget creation
robertphillips
2016-04-28
*
Revert of Refactor drawContext/RenderTarget creation (patchset #8 id:140001 o...
robertphillips
2016-04-28
*
Refactor drawContext/RenderTarget creation
robertphillips
2016-04-27
*
Bring sk_sp to GrDrawContext
robertphillips
2016-04-27
*
Add another dollop of sk_sp to SkSpecialImage and SkSpecialSurface
robertphillips
2016-04-25
*
Begin removing deprecated (and now, unused) ImageFilter code paths
robertphillips
2016-04-20
*
Outline SkImageFilter Make methods
robertphillips
2016-04-17
*
Rename EmitArgs::fSamplers to fTexSamplers
cdalton
2016-04-11
*
Upgrade SkSpecialImage to have getTextureRef & getROPixels entry points
robertphillips
2016-04-08
*
SkSurfaceProps now has a gamma-correct ("AllowSRGBInputs") flag. That's propa...
brianosman
2016-04-06
*
Update SkMorphology ImageFilters to sk_sp
robertphillips
2016-04-05
*
change flattenable factory to return sk_sp
reed
2016-04-03
*
Update SkMergeImageFilter to sk_sp
robertphillips
2016-03-30
*
Update Morphology image filter to store its type
robertphillips
2016-03-30
*
Style bikeshed - remove extraneous whitespace
halcanary
2016-03-29
*
Temporary fix for --preAbandonGpuContext bug
robertphillips
2016-03-28
*
Switch SkMorphologyImageFilter over to new onFilterImage interface
robertphillips
2016-03-25
*
Change signatures of filter bounds methods to return a rect.
senorblanco
2016-03-21
*
Add more specialized fragment builders
cdalton
2016-02-18
*
Mark existing image filter entry points that will be going away with Deprecated
robertphillips
2016-02-17
[next]