index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
effects
/
SkBlurMaskFilter.cpp
Commit message (
Expand
)
Author
Age
*
Remove stray semicolons.
Mike Klein
2016-09-27
*
Add a makeDrawContextWithFallback that handles config fallback
robertphillips
2016-09-06
*
Fix Ganesh analytic blurred rect draws
robertphillips
2016-08-22
*
Remove quantization of device-space dest rect for Ganesh analytic rrect blurs
robertphillips
2016-08-22
*
Revert of Start using vertex attributes for nine-patch blurred rrect draws (p...
robertphillips
2016-08-16
*
Start using vertex attributes for nine-patch blurred rrect draws
robertphillips
2016-08-16
*
Update ComputeBlurredRRectParams to compute all the parameters needed for occ...
robertphillips
2016-08-16
*
Update blurred rrect mask filter creation method to also handle caching
robertphillips
2016-08-15
*
Pull handling of blurred circles out of GrRRectBlurEffect::Make
robertphillips
2016-08-15
*
Always give simple circular rrects a shot at being directly blurred on the GPU
robertphillips
2016-08-11
*
Implement GPU occluded blur mask filter
robertphillips
2016-08-10
*
Create blurred RRect mask on GPU (rather than uploading it)
robertphillips
2016-08-10
*
Revert of Create blurred RRect mask on GPU (rather than uploading it) (patchs...
robertphillips
2016-08-10
*
Create blurred RRect mask on GPU (rather than uploading it)
robertphillips
2016-08-10
*
Revert of Create blurred RRect mask on GPU (rather than uploading it) (patchs...
robertphillips
2016-08-10
*
Create blurred RRect mask on GPU (rather than uploading it)
robertphillips
2016-08-10
*
Minor clean up related to blur mask filters
robertphillips
2016-08-05
*
SkRTConf: eliminate
halcanary
2016-08-04
*
Revert of SkRTConf: reduce functionality to what we use, increase simplicity ...
mtklein
2016-08-03
*
SkRTConf: reduce functionality to what we use, increase simplicity
halcanary
2016-08-03
*
Remove all usage of SkSurfaceProps::isGammaCorrect()
brianosman
2016-07-26
*
Add SkColorSpace to GrDrawContext
brianosman
2016-07-21
*
Introduce GrColorSpaceXform, for gamut conversion on textures
brianosman
2016-07-18
*
Fix up flags to SkGpuBlurUtils::GaussianBlur
robertphillips
2016-06-27
*
sk_sp for Ganesh.
bungeman
2016-06-09
*
Convert GrClip to an abstract base class
cdalton
2016-05-13
*
Swap SkGpuBlurUtils over to using SkIRects
robertphillips
2016-05-13
*
Make SkGpuBlurUtils::GaussianBlur more drawContext centric
robertphillips
2016-05-12
*
Revert of Make SkGpuBlurUtils::GaussianBlur more drawContext centric (patchse...
robertphillips
2016-05-11
*
Make SkGpuBlurUtils::GaussianBlur more drawContext centric
robertphillips
2016-05-11
*
Revert of Make SkGpuBlurUtils::GaussianBlur more drawContext centric (patchse...
scroggo
2016-05-11
*
Make SkGpuBlurUtils::GaussianBlur more drawContext centric
robertphillips
2016-05-11
*
Reland of Simplify SkGpuBlurUtils::GaussianBlur method (patchset #1 id:1 of h...
robertphillips
2016-05-09
*
Revert of Simplify SkGpuBlurUtils::GaussianBlur method (patchset #2 id:20001 ...
jvanverth
2016-05-06
*
Take SkStrokeRec::InitStyle rather than SkPaint::Style in mask filter and Dra...
bsalomon
2016-05-06
*
Simplify SkGpuBlurUtils::GaussianBlur method
robertphillips
2016-05-06
*
Bring sk_sp to GrDrawContext
robertphillips
2016-04-27
*
Refactor how we store and use samplers in Ganesh
egdaniel
2016-04-20
*
Revert of Refactor how we store and use samplers in Ganesh (patchset #7 id:12...
egdaniel
2016-04-19
*
Refactor how we store and use samplers in Ganesh
egdaniel
2016-04-19
*
Rename EmitArgs::fSamplers to fTexSamplers
cdalton
2016-04-11
*
Add appendPrecisionModifier method to GrGLSLShaderBuilder
cdalton
2016-04-11
*
SkSurfaceProps now has a gamma-correct ("AllowSRGBInputs") flag. That's propa...
brianosman
2016-04-06
*
switch maskfilters to sk_sp
reed
2016-04-04
*
change flattenable factory to return sk_sp
reed
2016-04-03
*
Style bikeshed - remove extraneous whitespace
halcanary
2016-03-29
*
Creating functions for uploading a mipmapped texture.
cblume
2016-02-26
*
Make GrRRectBlurEffect::onIsEqual include the roundrect's rect
robertphillips
2016-02-26
*
Move Budgeted enum out of SkSurface, use in GrTextureProvider
bsalomon
2016-02-25
*
Revert of Move Budgeted enum out of SkSurface, use in GrTextureProvider (patc...
bsalomon
2016-02-25
[next]