index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
effects
/
SkGpuBlurUtils.cpp
Commit message (
Expand
)
Author
Age
*
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
*
Simplify SkGpuBlurUtils::GaussianBlur method
robertphillips
2016-05-06
*
Bring sk_sp to GrDrawContext
robertphillips
2016-04-27
*
Rename lots of things from 'sRGB' to 'GammaCorrect', where appropriate
brianosman
2016-04-13
*
SkSurfaceProps now has a gamma-correct ("AllowSRGBInputs") flag. That's propa...
brianosman
2016-04-06
*
Style bikeshed - remove extraneous whitespace
halcanary
2016-03-29
*
sRGB support in Ganesh. Several pieces:
brianosman
2016-03-21
*
remove imagefilter::sizeconstraint
reed
2016-01-11
*
Fix gaussian blur for small sigma.
senorblanco
2015-12-17
*
Don't create a GXPFactory when blend is SrcOver
egdaniel
2015-11-23
*
Make SkBlurImageFilter capable of cropping during blur (GPU path).
senorblanco
2015-11-10
*
Revert of Make SkBlurImageFilter capable of cropping during blur (GPU path). ...
egdaniel
2015-11-09
*
Make SkBlurImageFilter capable of cropping during blur (GPU path).
senorblanco
2015-11-05
*
Rename non-aa rect methods on GrDrawContext in anticipation of making them su...
bsalomon
2015-11-05
*
Simplify SkGpuBlurUtils.
senorblanco
2015-11-03
*
tunnel down texture-size-constraint to imagefilters
reed
2015-10-22
*
Remove DrawingMgr shims from GrContext
robertphillips
2015-10-17
*
GrDrawContext now holds GrRenderTarget pointer
robertphillips
2015-10-15
*
Insert clip fragment processor outside GrCMM
bsalomon
2015-10-07
*
Bye bye processor data manager.
bsalomon
2015-10-06
*
Base SkAutoTUnref on skstd::unique_ptr.
bungeman
2015-10-01
*
Limit lifetime of GrDrawContext objects
robertphillips
2015-09-01
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Remove GrStagedProcessor, remove the word Stage as it applies to FPs
bsalomon
2015-08-27
*
Revert of Remove GrStagedProcessor, remove the word Stage as it applies to FP...
rmistry
2015-08-26
*
Remove GrStagedProcessor, remove the word Stage as it applies to FPs
bsalomon
2015-08-26
*
Some cleanup in GrTextureProvider and GrResourceProvider.
bsalomon
2015-07-31
*
Misc cleanup
robertphillips
2015-07-22
*
More threading of GrProcessorDataManager
joshualitt
2015-07-09
*
Add direct getter for GrCaps to GrContext.
bsalomon
2015-05-29
*
Revert of Add direct getter for GrCaps to GrContext. (patchset #4 id:60001 of...
bsalomon
2015-05-28
*
Add direct getter for GrCaps to GrContext.
bsalomon
2015-05-28
*
Split drawing functionality out of GrContext and into new GrDrawContext
robertphillips
2015-05-26
*
This replaces the texture creation/caching functions on GrContext with a GrTe...
bsalomon
2015-04-30
*
I'd really like to land this before the branch so speedy reviews are apprecia...
joshualitt
2015-02-25
*
Revert of Pass clip to context (patchset #8 id:180001 of https://codereview.c...
joshualitt
2015-02-25
*
I'd really like to land this before the branch so speedy reviews are apprecia...
joshualitt
2015-02-25
*
Dynamically create stencil buffer when needed.
bsalomon
2015-02-23
*
Pass Rendertarget into context.
joshualitt
2015-02-18
*
XPFactory lazily initializie in drawstate / GrPaint
joshualitt
2015-01-22
*
Remove a few unused statements.
cwallez
2015-01-19
*
Change to create device coord coordset
joshualitt
2014-12-18
*
remove view matrix from context
joshualitt
2014-12-17
*
Use threshold of 1 texture coord value per pixel w/ nearest neighbor.
bsalomon
2014-12-09
*
add roundOut that returns its result
reed
2014-11-19
[next]