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
*
fix up test create functions
joshualitt
2015-07-08
*
Split drawing functionality out of GrContext and into new GrDrawContext
robertphillips
2015-05-26
*
rename GrDrawTargetCaps to GrCaps
bsalomon
2015-05-19
*
This replaces the texture creation/caching functions on GrContext with a GrTe...
bsalomon
2015-04-30
*
Make XPFragmentBuilder only Builder with access to DstCopy.
egdaniel
2015-04-29
*
Use GLSLCaps for creating processor keys and GLSL-specific programs
jvanverth
2015-04-28
*
C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
mtklein
2015-03-25
*
fix for valgrind preAbandonGpuContext
joshualitt
2015-03-11
*
adding preabandon flag to DM
joshualitt
2015-02-25
*
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
*
Allow resources' unique keys to be changed.
bsalomon
2015-02-19
*
Rename GrContentKey to GrUniqueKey
bsalomon
2015-02-19
*
Pass Rendertarget into context.
joshualitt
2015-02-18
*
Use SkXfermode as public facing enum for GrPorterDuffXP
egdaniel
2015-02-17
*
One createTexture function, attempt to recycle scratch in createTexture.
bsalomon
2015-02-06
*
return reference to cache instead of copying the mask
reed
2015-02-04
*
Move npot resizing out of GrContext and simplify GrContext texture functions.
bsalomon
2015-02-02
*
Revert of Move npot resizing out of GrContext and simplify GrContext texture ...
bsalomon
2015-01-31
*
Move npot resizing out of GrContext and simplify GrContext texture functions.
bsalomon
2015-01-31
*
Revert of Move npot resizing out of GrContext and simplify GrContext texture ...
fmalita
2015-01-31
*
Move npot resizing out of GrContext and simplify GrContext texture functions.
bsalomon
2015-01-30
*
Add specialized content key class for resources.
bsalomon
2015-01-23
*
Fix up all the easy virtual ... SK_OVERRIDE cases.
mtklein
2015-01-09
*
Revert of Cache blur mask for rects which can not break into nine-patch (patc...
qiankun.miao
2015-01-07
*
Cache blur mask for rects which can not break into nine-patch
qiankun.miao
2015-01-07
*
It is dangerous to ignore SkRect::intersect's return value
robertphillips
2015-01-07
*
Revert of It is dangerous to ignore SkRect::intersect's return value (patchse...
robertphillips
2015-01-07
*
It is dangerous to ignore SkRect::intersect's return value
robertphillips
2015-01-07
*
Remove the low hanging fruit with coord change matrices
joshualitt
2014-12-18
*
Fill SkRRect::fType proactively.
mtklein
2014-12-18
*
Change to create device coord coordset
joshualitt
2014-12-18
*
remove view matrix from context
joshualitt
2014-12-17
*
Remove GP from drawstate, revision of invariant output for GP
joshualitt
2014-12-11
*
Revert of Remove GP from drawstate, revision of invariant output for GP (patc...
joshualitt
2014-12-10
*
Remove GP from drawstate, revision of invariant output for GP
joshualitt
2014-12-10
*
Make all blending up to GrOptDrawState be handled by the xp/xp factory.
egdaniel
2014-12-09
*
Make addUniform take a precision
bsalomon
2014-12-09
*
Revert of Make all blending up to GrOptDrawState be handled by the xp/xp fact...
egdaniel
2014-12-08
*
Make all blending up to GrOptDrawState be handled by the xp/xp factory.
egdaniel
2014-12-08
*
Use size of SkRect as the key for blur mask cache
qiankun.miao
2014-12-05
*
Remove backend factories
joshualitt
2014-12-04
*
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
*
remove proc key
joshualitt
2014-11-25
*
add roundOut that returns its result
reed
2014-11-19
*
Move GrInvariantOutput out of GrProcessor and into its own class.
egdaniel
2014-11-12
*
rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlags
bsalomon
2014-10-28
[next]