| Commit message (Expand) | Author | Age |
* | hide SkBlurMaskFilter and SkBlurQuality | Mike Reed | 2018-03-14 |
* | use tool_utils to encapsulate checking for recording canvas and makeSurface | Mike Reed | 2018-01-02 |
* | GM: some header cleanup | Mike Klein | 2017-03-22 |
* | Replace a lot of 'static const' with 'constexpr' or 'const'. | mtklein | 2016-09-01 |
* | Make bleed GM produce consistent bitmaps on all platforms | bsalomon | 2016-08-25 |
* | Update bleed-downscale GM to use power of 2 texture | egdaniel | 2016-07-26 |
* | add gm to test bleed with downscale | reed | 2016-07-25 |
* | Stop testing texture-backed bitmaps in bleed GMs | bsalomon | 2016-07-13 |
* | switch maskfilters to sk_sp | reed | 2016-04-04 |
* | Style bikeshed - remove extraneous whitespace | halcanary | 2016-03-29 |
* | update callsites for Make image factories | reed | 2016-03-17 |
* | partial switch over to sp usage of shaders | reed | 2016-03-09 |
* | 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 |
* | Rewrite bleed GM bmp/img generators and change oversized texture case | bsalomon | 2015-11-09 |
* | Add outer blur to bleed GM family | bsalomon | 2015-11-04 |
* | change alpha bmp generator in bleed to make more discernable results | bsalomon | 2015-11-04 |
* | Add bleed GM variants for bmp backed by an oversized texture | bsalomon | 2015-11-02 |
* | Allow max tile size to be overridden separately from max texture size. | bsalomon | 2015-11-02 |
* | Add more cases to bleed GM and more variants | bsalomon | 2015-10-23 |
* | flag to use const& instead of const* for src-rect | reed | 2015-08-06 |
* | add src-rect-constraint to drawImageRect | reed | 2015-07-14 |
* | Add caps overrides to GMs | bsalomon | 2015-05-27 |
* | 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 |
* | remove unused GM flags | mtklein | 2015-01-23 |
* | Fix up all the easy virtual ... SK_OVERRIDE cases. | mtklein | 2015-01-09 |
* | "NULL !=" = NULL | bsalomon | 2014-09-05 |
* | Turn on quilt mode in DM. | commit-bot@chromium.org | 2014-04-30 |
* | move common blur types into central header | commit-bot@chromium.org | 2014-04-28 |
* | add legacy/helper allocN32Pixels, and convert gm to use it | reed@google.com | 2014-01-25 |
* | [GPU] Use view matrix + rect to implement subrect for drawBitmap when there i... | commit-bot@chromium.org | 2013-11-22 |
* | Implement a benchmark for GrResourceCache | commit-bot@chromium.org | 2013-11-21 |
* | Sanitizing source files in Housekeeper-Nightly | skia.committer@gmail.com | 2013-11-09 |
* | Update bleed GM to use HQ filtering. | commit-bot@chromium.org | 2013-11-08 |
* | 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 |
* | store SkAlphaType inside SkBitmap, on road to support unpremul | reed@google.com | 2013-10-21 |
* | Have GMs read the GrContext via a setter/getter rather than a global. | mtklein@google.com | 2013-09-16 |
* | Push sigma-based blur interface into our GMs/benches/tests/samplecode | robertphillips@google.com | 2013-09-06 |
* | Create new target to hold gpu test code, enable direct testing of GrEffects i... | commit-bot@chromium.org | 2013-08-21 |
* | Sanitizing source files in Housekeeper-Nightly | skia.committer@gmail.com | 2013-08-21 |
* | Third (and hopefully final) change to support bleed flag in Ganesh | robertphillips@google.com | 2013-08-20 |
* | Fix merge problem between r10805 and 10803 | robertphillips@google.com | 2013-08-20 |
* | Update tiled bitmap path to respect bleed flag | robertphillips@google.com | 2013-08-20 |
* | This CL plumbs in the drawBitmapRectToRect "bleed" flag and makes it live on ... | commit-bot@chromium.org | 2013-08-16 |
* | Sanitizing source files in Housekeeper-Nightly | skia.committer@gmail.com | 2013-07-26 |
* | Added GM to test forthcoming bleed flag | robertphillips@google.com | 2013-07-25 |