aboutsummaryrefslogtreecommitdiffstats
path: root/gm/bleed.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "makeSurface defaults to raster"Cary Clark2018-09-051-2/+2
* makeSurface defaults to rasterCary Clark2018-09-051-2/+2
* IWYU: SkUtils.hHal Canary2018-08-211-1/+1
* Remove SK_SUPPORT_GPU checks in tool-only codeBrian Osman2018-05-311-4/+0
* hide SkBlurMaskFilter and SkBlurQualityMike Reed2018-03-141-3/+3
* use tool_utils to encapsulate checking for recording canvas and makeSurfaceMike Reed2018-01-021-10/+3
* GM: some header cleanupMike Klein2017-03-221-0/+1
* Replace a lot of 'static const' with 'constexpr' or 'const'.mtklein2016-09-011-30/+30
* Make bleed GM produce consistent bitmaps on all platformsbsalomon2016-08-251-1/+1
* Update bleed-downscale GM to use power of 2 textureegdaniel2016-07-261-2/+4
* add gm to test bleed with downscalereed2016-07-251-0/+65
* Stop testing texture-backed bitmaps in bleed GMsbsalomon2016-07-131-176/+19
* switch maskfilters to sk_spreed2016-04-041-6/+4
* Style bikeshed - remove extraneous whitespacehalcanary2016-03-291-1/+1
* update callsites for Make image factoriesreed2016-03-171-6/+6
* partial switch over to sp usage of shadersreed2016-03-091-10/+10
* Move Budgeted enum out of SkSurface, use in GrTextureProviderbsalomon2016-02-251-2/+2
* Revert of Move Budgeted enum out of SkSurface, use in GrTextureProvider (patc...bsalomon2016-02-251-2/+2
* Move Budgeted enum out of SkSurface, use in GrTextureProviderbsalomon2016-02-251-2/+2
* Rewrite bleed GM bmp/img generators and change oversized texture casebsalomon2015-11-091-204/+299
* Add outer blur to bleed GM familybsalomon2015-11-041-6/+36
* change alpha bmp generator in bleed to make more discernable resultsbsalomon2015-11-041-15/+15
* Add bleed GM variants for bmp backed by an oversized texturebsalomon2015-11-021-8/+66
* Allow max tile size to be overridden separately from max texture size.bsalomon2015-11-021-5/+3
* Add more cases to bleed GM and more variantsbsalomon2015-10-231-69/+204
* flag to use const& instead of const* for src-rectreed2015-08-061-7/+7
* add src-rect-constraint to drawImageRectreed2015-07-141-53/+78
* Add caps overrides to GMsbsalomon2015-05-271-42/+27
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}mtklein2015-03-251-4/+4
* SkPaint::FilterLevel -> SkFilterQualityreed2015-03-161-36/+36
* remove unused GM flagsmtklein2015-01-231-3/+0
* Fix up all the easy virtual ... SK_OVERRIDE cases.mtklein2015-01-091-5/+5
* "NULL !=" = NULLbsalomon2014-09-051-2/+2
* Turn on quilt mode in DM.commit-bot@chromium.org2014-04-301-0/+4
* move common blur types into central headercommit-bot@chromium.org2014-04-281-1/+1
* add legacy/helper allocN32Pixels, and convert gm to use itreed@google.com2014-01-251-4/+1
* [GPU] Use view matrix + rect to implement subrect for drawBitmap when there i...commit-bot@chromium.org2013-11-221-59/+68
* Implement a benchmark for GrResourceCachecommit-bot@chromium.org2013-11-211-1/+1
* Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com2013-11-091-5/+5
* Update bleed GM to use HQ filtering.commit-bot@chromium.org2013-11-081-69/+114
* Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, si...reed@google.com2013-10-311-4/+4
* Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it t...reed@google.com2013-10-311-4/+4
* add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers ...reed@google.com2013-10-311-4/+4
* store SkAlphaType inside SkBitmap, on road to support unpremulreed@google.com2013-10-211-2/+2
* Have GMs read the GrContext via a setter/getter rather than a global.mtklein@google.com2013-09-161-5/+1
* Push sigma-based blur interface into our GMs/benches/tests/samplecoderobertphillips@google.com2013-09-061-3/+4
* Create new target to hold gpu test code, enable direct testing of GrEffects i...commit-bot@chromium.org2013-08-211-4/+0
* Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com2013-08-211-5/+5
* Third (and hopefully final) change to support bleed flag in Ganeshrobertphillips@google.com2013-08-201-1/+27
* Fix merge problem between r10805 and 10803robertphillips@google.com2013-08-201-9/+9