| Commit message (Expand) | Author | Age |
* | Add kRGBX_8888, kRGBA_1010102, and kRGBX_1010102 color types. Unused for now. | Brian Salomon | 2018-01-30 |
* | add drawString helper to canvas | Cary Clark | 2017-04-28 |
* | Fix bitmap copy gms | Matt Sarett | 2017-04-28 |
* | Revert "Revert "Delete copyTo(Allocator), hide copyTo() behind flag"" | Matt Sarett | 2017-04-28 |
* | Revert "Delete copyTo(Allocator), hide copyTo() behind flag" | Matt Sarett | 2017-04-27 |
* | Delete copyTo(Allocator), hide copyTo() behind flag | Matt Sarett | 2017-04-27 |
* | GM: some header cleanup | Mike Klein | 2017-03-22 |
* | hide trivial helpers on canvas | Mike Reed | 2017-02-22 |
* | Replace a lot of 'static const' with 'constexpr' or 'const'. | mtklein | 2016-09-01 |
* | Style bikeshed - remove extraneous whitespace | halcanary | 2016-03-29 |
* | 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 |
* | remove unused GM flags | mtklein | 2015-01-23 |
* | use platform-independent font for gm | caryclark | 2014-06-23 |
* | Cleanup: Get rid of make_isize() function from gm.h. | tfarina | 2014-06-09 |
* | Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https:/... | commit-bot@chromium.org | 2014-04-11 |
* | Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://coderevie... | commit-bot@chromium.org | 2014-04-11 |
* | Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https:/... | commit-bot@chromium.org | 2014-04-10 |
* | Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://coderevie... | commit-bot@chromium.org | 2014-04-10 |
* | Rename kPMColor_SkColorType to kN32_SkColorType. | commit-bot@chromium.org | 2014-04-09 |
* | gather GM tests which are disabled on Android | commit-bot@chromium.org | 2014-03-24 |
* | add new copyTo version to SkBitmap, which takes SkColorType | commit-bot@chromium.org | 2014-02-23 |
* | Offer single-param version of deepCopyTo -- much easier to migrate to colortypes | commit-bot@chromium.org | 2014-02-20 |
* | add peekPixels to SkCanvas and SkSurface | commit-bot@chromium.org | 2014-02-13 |
* | Revert of add peekPixels to SkCanvas and SkSurface (https://codereview.chromi... | commit-bot@chromium.org | 2014-02-13 |
* | add peekPixels to SkCanvas and SkSurface | mike@reedtribe.org | 2014-02-13 |
* | Reverting r12427 | rmistry@google.com | 2013-12-02 |
* | Sanitizing source files in Housekeeper-Nightly | skia.committer@gmail.com | 2013-12-02 |
* | Revert "Revert "remove kA1_Config, as it is no longer supported"" | commit-bot@chromium.org | 2013-11-26 |
* | Revert "remove kA1_Config, as it is no longer supported" | reed@google.com | 2013-11-25 |
* | remove kA1_Config, as it is no longer supported | reed@google.com | 2013-11-25 |
* | 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 Housekeeper-Nightly | skia.committer@gmail.com | 2013-08-08 |
* | gm/bitmapcopy: create the bitmap in a secondary canvas, since the one in whic... | commit-bot@chromium.org | 2013-08-07 |
* | Make gms use getTopDevice() rather than getDevice(). | bsalomon@google.com | 2013-05-10 |
* | Add flag to skip pipe on select GMs | borenet@google.com | 2012-07-20 |
* | Disable bitmapcopy gm on Android | borenet@google.com | 2012-07-20 |
* | Fix miscellaneous compiler warnings from Visual Studio 2010. | tomhudson@google.com | 2012-04-10 |
* | When a bitmap is texture-backed, change SkBitmap::copyTo() to do a deep | senorblanco@chromium.org | 2011-12-02 |