index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
gm
/
filterbitmap.cpp
Commit message (
Expand
)
Author
Age
*
resources: orgainize directory.
Hal Canary
2017-12-08
*
Remove internal use of SkTypeface::Style.
Ben Wagner
2017-07-27
*
add drawString helper to canvas
Cary Clark
2017-04-28
*
GM: some header cleanup
Mike Klein
2017-03-22
*
Implement sk_tool_utils::copy_to_g8(), used by gms
Matt Sarett
2017-01-19
*
SkTypeface::MakeFromName to take SkFontStyle.
mboc
2016-05-31
*
Remove uses of SkImageDecoder from gms
msarett
2016-03-18
*
Revert of Remove uses of SkImageDecoder from gms (patchset #2 id:20001 of htt...
bungeman
2016-03-17
*
Remove uses of SkImageDecoder from gms
msarett
2016-03-17
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Style Change: SkNEW->new; SkDELETE->delete
halcanary
2015-08-26
*
rename portable_typeface_always to portable_typeface
caryclark
2015-07-24
*
Revert of Revert of make gm background colors 565 compatible (patchset #1 id:...
caryclark
2015-06-15
*
Revert of make gm background colors 565 compatible (patchset #2 id:20001 of h...
caryclark
2015-06-15
*
make gm background colors 565 compatible
caryclark
2015-06-15
*
C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
mtklein
2015-03-25
*
add kGray_8_SkColorType
reed
2015-03-17
*
SkPaint::FilterLevel -> SkFilterQuality
reed
2015-03-16
*
remove unused GM flags
mtklein
2015-01-23
*
Fix up all the easy virtual ... SK_OVERRIDE cases.
mtklein
2015-01-09
*
Cleanup: More override fixes - another round.
tfarina
2015-01-05
*
Remove SkCanvas::drawBitmapMatrix()
Florin Malita
2014-12-10
*
add gm: filterbitmap_image_color_wheel
halcanary
2014-10-27
*
Add standard fonts to all GMs.
Cary Clark
2014-07-31
*
Cleanup usage of GetResourcePath() after commit bcbc1788b478b1e54079318ad073e...
tfarina
2014-07-01
*
Refactor how we handle resources path in Tests.
tfarina
2014-06-18
*
hide Config in SkImageDecoder -- use SkColorType instead
reed
2014-06-12
*
Turn on quilt mode in DM.
commit-bot@chromium.org
2014-04-30
*
add legacy/helper allocN32Pixels, and convert gm to use it
reed@google.com
2014-01-25
*
Tweaks in how to apply bitmap filter levels in GPU.
commit-bot@chromium.org
2013-12-16
*
clean up printf usage in gm
humper@google.com
2013-07-25
*
stop using bitmap-filter flags outside of paint itself, as a step towards rea...
reed@google.com
2013-07-22
*
New bitmap filter checkin; this time with less build breakage
humper@google.com
2013-07-09
*
Revert "More general image filter interface; tested implementation of standal...
humper@google.com
2013-07-09
*
More general image filter interface; tested implementation of standalone
humper@google.com
2013-07-09
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-06-01
*
fix warnings on MacOS 10.6
humper@google.com
2013-05-31
*
More general GM for testing bitmap filtering, including checkerboards, images...
humper@google.com
2013-05-31
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-05-29
*
don't unref() null (from typeface::create) you gunky
reed@google.com
2013-05-28
*
use inttoscalar to fix warning
reed@google.com
2013-05-28
*
use explicit conversion for int->scalar
reed@google.com
2013-05-28
*
add new gm for bicubic filtering
reed@google.com
2013-05-28