index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
samplecode
/
SampleTextureDomain.cpp
Commit message (
Expand
)
Author
Age
*
switch maskfilters to sk_sp
reed
2016-04-04
*
switch surface to sk_sp
reed
2016-03-23
*
update callsites for Make image factories
reed
2016-03-17
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
flag to use const& instead of const* for src-rect
reed
2015-08-06
*
Revert[2] of guard to remove DrawBitmapRectFlags
reed
2015-07-17
*
Revert of guard to remove DrawBitmapRectFlags (patchset #1 id:1 of https://co...
scroggo
2015-07-17
*
guard to remove DrawBitmapRectFlags
reed
2015-07-16
*
SkPaint::FilterLevel -> SkFilterQuality
reed
2015-03-16
*
SkCanvas::drawImage is the new way for drawing a SkImage to a Canvas
piotaixr
2014-09-24
*
Revert of SkCanvas::drawImage is the new way for drawing an SkImage to a Canv...
borenet
2014-09-24
*
SkCanvas::drawImage is the new way for drawing a SkImage to a Canvas
piotaixr
2014-09-23
*
move common blur types into central header
commit-bot@chromium.org
2014-04-28
*
use SkColorType instead of SkBitmap::Config in samplecode
commit-bot@chromium.org
2014-02-17
*
remove SkCanvas::createCompatibleDevice, and add SkCanvas::newSurface
reed@google.com
2014-02-05
*
Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, si...
reed@google.com
2013-10-31
*
Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it t...
reed@google.com
2013-10-31
*
add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers ...
reed@google.com
2013-10-31
*
Removes uses of unnamed namespace from samplecode.
commit-bot@chromium.org
2013-09-13
*
Push sigma-based blur interface into our GMs/benches/tests/samplecode
robertphillips@google.com
2013-09-06
*
Split SkDevice into SkBaseDevice and SkBitmapDevice
robertphillips@google.com
2013-08-29
*
Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromiu...
robertphillips@google.com
2013-08-20
*
Split SkDevice out of SkBitmapDevice
robertphillips@google.com
2013-08-20
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-01-26
*
Remove unused variable.
vandebo@chromium.org
2013-01-04
*
Remove SkRefPtr
vandebo@chromium.org
2013-01-04
*
samplecode: Remove executable bit from SampleTextureDomain.cpp
tfarina@chromium.org
2012-09-26
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
Fixing the ignore transform flag in Ganesh with mask filter and drawBitmap
junov@google.com
2011-07-28
*
Automatic update of all copyright notices to reflect new license terms.
epoger@google.com
2011-07-28
*
Reverting r1775 at Mike and Brian's request
epoger@google.com
2011-07-01
*
Fixing several issues with rendering blurred bitmaps with Ganesh
junov@google.com
2011-06-30
*
Adding support for shadows when drawing bitmaps with skia gpu device
junov@google.com
2011-06-27
*
Add createNewCompatibleDevice. Allow devices to have a NULL factory and saveL...
bsalomon@google.com
2011-06-17
*
make SkDevice constructors explicit between offscreen and on/direct
reed@google.com
2011-06-16
*
Correction of texture domain calculation. Review=http://codereview.appspot.c...
twiz@google.com
2011-06-02
*
Adding a test to sampleapp for texture domain
junov@google.com
2011-05-17