index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
gm
Commit message (
Expand
)
Author
Age
*
use triangle filter for odd dimensions in mip-levels
reed
2016-01-15
*
add GM to show miplevels for all colortypes
reed
2016-01-15
*
expand gm to exercise miplevels and various scalers
reed
2016-01-14
*
Fix SkXfermodeImageFilter GPU fast path for differing sizes.
senorblanco
2016-01-13
*
micro fix for rrects bug using GrDrawContext
joshualitt
2016-01-13
*
Remove two varieties of drawNonAARect from GrDrawTarget
joshualitt
2016-01-13
*
Hide drawBatch on GrDrawTarget from test Methods
joshualitt
2016-01-13
*
Fix SkTileImageFilter when srcRect is a superset of bitmap bounds.
senorblanco
2016-01-11
*
move declaration of CreateLightingFilter into SkColorMatrixFilter
reed
2016-01-11
*
remove SkImage::applyFilter() -- unused, can always re-add later
reed
2016-01-08
*
Implement an SkPaint-based image filter
ajuma
2016-01-08
*
Remove work from constructors to facilitate debugging.
herb
2016-01-08
*
don't leak test filters and shaders
reed
2016-01-07
*
add SkShader::newWithColorFilter
reed
2016-01-07
*
Revert[2] of "add backdrop option to SaveLayerRec"
reed
2016-01-07
*
Revert of add backdrop option to SaveLayerRec (patchset #14 id:260001 of http...
reed
2016-01-07
*
add backdrop option to SaveLayerRec
reed
2016-01-07
*
Fix crash when ETC1 codec is not supported.
djsollen
2016-01-07
*
handle halfway case in scan converter
caryclark
2016-01-04
*
change factory to method, to parallel pattern in imagefilters. no functionali...
reed
2015-12-30
*
initialize offscreen in StrokeZeroGM
mtklein
2015-12-28
*
remove unused SkAutoROCanvasPixels
reed
2015-12-25
*
revised strokerect gm
caryclark
2015-12-22
*
fix hair fuzz
caryclark
2015-12-22
*
remove unused SkCullPoints
reed
2015-12-21
*
Reland of change all factories to return their base-class (patchset #1 id:1 o...
reed
2015-12-21
*
fix stroked text underline / strikethrough
caryclark
2015-12-21
*
Revert of change all factories to return their base-class (patchset #1 id:1 o...
reed
2015-12-20
*
change all factories to return their base-class
reed
2015-12-20
*
fix large dashed paths
caryclark
2015-12-18
*
Add default ctor to SkMask
robertphillips
2015-12-17
*
Added concave paths to aaxfermodes GM
ethannicholas
2015-12-17
*
Fix gaussian blur for small sigma.
senorblanco
2015-12-17
*
This brings hairlines into agreement with thick strokes.
caryclark
2015-12-16
*
Reland of move drawSprite from canvas (patchset #1 id:1 of https://codereview...
reed
2015-12-16
*
Revert of remove drawSprite from canvas (patchset #4 id:60001 of https://code...
reed
2015-12-16
*
remove drawSprite from canvas
reed
2015-12-16
*
SkBitmapProcState rounding bias
fmalita
2015-12-15
*
New GM: image_scale_aligned
fmalita
2015-12-11
*
try adding flag to allow lcd text even in a layer
reed
2015-12-10
*
Use DEF_GM everywhere
scroggo
2015-12-10
*
Address precision issue in circle blur effect
robertphillips
2015-12-10
*
SkBlurImageFilter returns input when sigma = 0
xidachen
2015-12-10
*
Switch SkAutoMalloc to SkAutoTMalloc to avoid cast
scroggo
2015-12-10
*
SkBitmap::installPixels(const SkPixmap&);
halcanary
2015-12-09
*
Split big rrect aa effect up into separate images
bsalomon
2015-12-09
*
Zero length lines may have caps, but do not need joins.
caryclark
2015-12-08
*
Add SkTileImageFilter sample to filterfastbounds GM.
senorblanco
2015-12-07
*
add gm to exercise large sigmas
reed
2015-12-07
*
Matrix convolution bounds fix; affectsTransparentBlack fixes.
senorblanco
2015-12-07
[next]