index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
gm
/
xfermodes3.cpp
Commit message (
Expand
)
Author
Age
*
SkSurfaceProps now has a gamma-correct ("AllowSRGBInputs") flag. That's propa...
brianosman
2016-04-06
*
switch surface to sk_sp
reed
2016-03-23
*
Reland of "more shader-->sp conversions (patchset #5 id:80001 of https://code...
reed
2016-03-13
*
Revert of more shader-->sp conversions (patchset #5 id:80001 of https://coder...
reed
2016-03-13
*
more shader-->sp conversions
reed
2016-03-13
*
Move Budgeted enum out of SkSurface, use in GrTextureProvider
bsalomon
2016-02-25
*
Revert of Move Budgeted enum out of SkSurface, use in GrTextureProvider (patc...
bsalomon
2016-02-25
*
Move Budgeted enum out of SkSurface, use in GrTextureProvider
bsalomon
2016-02-25
*
remove unused SkAutoROCanvasPixels
reed
2015-12-25
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
rename portable_typeface_always to portable_typeface
caryclark
2015-07-24
*
make xfermode* portable
caryclark
2015-07-21
*
C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
mtklein
2015-03-25
*
Require budget decision when creating a RenderTarget SkSurface.
bsalomon
2015-01-16
*
Fix up all the easy virtual ... SK_OVERRIDE cases.
mtklein
2015-01-09
*
rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlags
bsalomon
2014-10-28
*
Introduce Props to surface (patchset #27 id:520001 of https://codereview.chro...
reed
2014-09-22
*
Revert of introduce Props to surface (patchset #27 id:520001 of https://coder...
reed
2014-09-21
*
introduce Props to surface (work in progress)
reed
2014-09-21
*
"NULL !=" = NULL
bsalomon
2014-09-05
*
Add standard fonts to all GMs.
Cary Clark
2014-07-31
*
stop calling SkCanvas::getDevice
reed
2014-06-30
*
Cleanup: Get rid of make_isize() function from gm.h.
tfarina
2014-06-09
*
Move SkShader::fLocalMatrix into SkShader constructor.
commit-bot@chromium.org
2014-04-28
*
Reduce internal explicit SaveFlags usage.
commit-bot@chromium.org
2014-04-18
*
add peekPixels to SkCanvas and SkSurface
commit-bot@chromium.org
2014-02-13
*
add legacy/helper allocN32Pixels, and convert gm to use it
reed@google.com
2014-01-25
*
store SkAlphaType inside SkBitmap, on road to support unpremul
reed@google.com
2013-10-21
*
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
*
Make xfermodes3 GM also test stroked rects
commit-bot@chromium.org
2013-08-14
*
Add new GM to targeted at rect->clear optimization with different xfermodes.
commit-bot@chromium.org
2013-08-08