index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
gm
/
drawbitmaprect.cpp
Commit message (
Expand
)
Author
Age
*
hide lockpixels api behind flag
Mike Reed
2017-04-17
*
GM: some header cleanup
Mike Klein
2017-03-22
*
Replace a lot of 'static const' with 'constexpr' or 'const'.
mtklein
2016-09-01
*
drawBitmapRect() should not touch the CTM when mask filters are present
fmalita
2016-08-26
*
Stop testing texture-backed bitmaps in drawbitmaprect GM
bsalomon
2016-07-14
*
Remove GrWrapTextureInBitmap from public API
bsalomon
2016-07-13
*
SkLeanWindows.h: #include "Windows.h" fewer places
halcanary
2016-06-07
*
switch maskfilters to sk_sp
reed
2016-04-04
*
Style bikeshed - remove extraneous whitespace
halcanary
2016-03-29
*
switch surface to sk_sp
reed
2016-03-23
*
update callsites for Make image factories
reed
2016-03-17
*
partial switch over to sp usage of shaders
reed
2016-03-09
*
Remove internal calls to SkImage::getTexture
bsalomon
2016-02-29
*
Make drawbitmaprect GM use Ganesh-backed bitmaps and images
robertphillips
2015-09-24
*
remove unused (by the outside) SkImage::newSurface, and simplify newImage -> ...
reed
2015-09-24
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
flag to use const& instead of const* for src-rect
reed
2015-08-06
*
rename portable_typeface_always to portable_typeface
caryclark
2015-07-24
*
make drawbitmaprect lighting lumafilter matrixconvolution srcmode gm portable
caryclark
2015-07-17
*
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
*
C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
mtklein
2015-03-25
*
SkPaint::FilterLevel -> SkFilterQuality
reed
2015-03-16
*
add newImage API
reed
2015-01-23
*
Add standard fonts to all GMs.
Cary Clark
2014-07-31
*
Cleanup: Get rid of make_isize() function from gm.h.
tfarina
2014-06-09
*
Remove unused (by clients) SkUnitMapper
commit-bot@chromium.org
2014-05-22
*
Revert of Remove unused (by clients) SkUnitMapper (https://codereview.chromiu...
commit-bot@chromium.org
2014-05-22
*
Remove unused (by clients) SkUnitMapper (https://codereview.chromium.org/2832...
commit-bot@chromium.org
2014-05-21
*
Revert of remove unused (by clients) SkUnitMapper (https://codereview.chromiu...
commit-bot@chromium.org
2014-05-16
*
remove unused (by clients) SkUnitMapper
commit-bot@chromium.org
2014-05-16
*
Mark drawbitmaprect's large bitmaps as immutable.
commit-bot@chromium.org
2014-05-02
*
move common blur types into central header
commit-bot@chromium.org
2014-04-28
*
Move SkShader::fLocalMatrix into SkShader constructor.
commit-bot@chromium.org
2014-04-28
*
gather GM tests which are disabled on Android
commit-bot@chromium.org
2014-03-24
*
replace SkBitmap::Config with SkColorType in gms
commit-bot@chromium.org
2014-02-17
*
add legacy/helper allocN32Pixels, and convert gm to use it
reed@google.com
2014-01-25
*
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
*
Push sigma-based blur interface into our GMs/benches/tests/samplecode
robertphillips@google.com
2013-09-06
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-01-26
*
Defining new color constat for transparent color
junov@google.com
2012-12-06
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
Temporarily disable failing GM tests on Android
borenet@google.com
2012-06-25
*
Fixes matrix inconsistency in GPU draws with filters. Also adds a GM test.
bsalomon@google.com
2012-04-25
*
[PDF] Fix some scalar/int assumptions.
vandebo@chromium.org
2012-01-05
*
[GPU] tile when large bitmap pased drawBitmap and only a small fraction is used
bsalomon@google.com
2011-11-30