aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/bleed.cpp
Commit message (Expand)AuthorAge
* Remove SK_SUPPORT_GPU checks in tool-only codeGravatar Brian Osman2018-05-31
* hide SkBlurMaskFilter and SkBlurQualityGravatar Mike Reed2018-03-14
* use tool_utils to encapsulate checking for recording canvas and makeSurfaceGravatar Mike Reed2018-01-02
* GM: some header cleanupGravatar Mike Klein2017-03-22
* Replace a lot of 'static const' with 'constexpr' or 'const'.Gravatar mtklein2016-09-01
* Make bleed GM produce consistent bitmaps on all platformsGravatar bsalomon2016-08-25
* Update bleed-downscale GM to use power of 2 textureGravatar egdaniel2016-07-26
* add gm to test bleed with downscaleGravatar reed2016-07-25
* Stop testing texture-backed bitmaps in bleed GMsGravatar bsalomon2016-07-13
* switch maskfilters to sk_spGravatar reed2016-04-04
* Style bikeshed - remove extraneous whitespaceGravatar halcanary2016-03-29
* update callsites for Make image factoriesGravatar reed2016-03-17
* partial switch over to sp usage of shadersGravatar reed2016-03-09
* Move Budgeted enum out of SkSurface, use in GrTextureProviderGravatar bsalomon2016-02-25
* Revert of Move Budgeted enum out of SkSurface, use in GrTextureProvider (patc...Gravatar bsalomon2016-02-25
* Move Budgeted enum out of SkSurface, use in GrTextureProviderGravatar bsalomon2016-02-25
* Rewrite bleed GM bmp/img generators and change oversized texture caseGravatar bsalomon2015-11-09
* Add outer blur to bleed GM familyGravatar bsalomon2015-11-04
* change alpha bmp generator in bleed to make more discernable resultsGravatar bsalomon2015-11-04
* Add bleed GM variants for bmp backed by an oversized textureGravatar bsalomon2015-11-02
* Allow max tile size to be overridden separately from max texture size.Gravatar bsalomon2015-11-02
* Add more cases to bleed GM and more variantsGravatar bsalomon2015-10-23
* flag to use const& instead of const* for src-rectGravatar reed2015-08-06
* add src-rect-constraint to drawImageRectGravatar reed2015-07-14
* Add caps overrides to GMsGravatar bsalomon2015-05-27
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}Gravatar mtklein2015-03-25
* SkPaint::FilterLevel -> SkFilterQualityGravatar reed2015-03-16
* remove unused GM flagsGravatar mtklein2015-01-23
* Fix up all the easy virtual ... SK_OVERRIDE cases.Gravatar mtklein2015-01-09
* "NULL !=" = NULLGravatar bsalomon2014-09-05
* Turn on quilt mode in DM.Gravatar commit-bot@chromium.org2014-04-30
* move common blur types into central headerGravatar commit-bot@chromium.org2014-04-28
* add legacy/helper allocN32Pixels, and convert gm to use itGravatar reed@google.com2014-01-25
* [GPU] Use view matrix + rect to implement subrect for drawBitmap when there i...Gravatar commit-bot@chromium.org2013-11-22
* Implement a benchmark for GrResourceCacheGravatar commit-bot@chromium.org2013-11-21
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-11-09
* Update bleed GM to use HQ filtering.Gravatar commit-bot@chromium.org2013-11-08
* Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, si...Gravatar reed@google.com2013-10-31
* Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it t...Gravatar reed@google.com2013-10-31
* add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers ...Gravatar reed@google.com2013-10-31
* store SkAlphaType inside SkBitmap, on road to support unpremulGravatar reed@google.com2013-10-21
* Have GMs read the GrContext via a setter/getter rather than a global.Gravatar mtklein@google.com2013-09-16
* Push sigma-based blur interface into our GMs/benches/tests/samplecodeGravatar robertphillips@google.com2013-09-06
* Create new target to hold gpu test code, enable direct testing of GrEffects i...Gravatar commit-bot@chromium.org2013-08-21
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-08-21
* Third (and hopefully final) change to support bleed flag in GaneshGravatar robertphillips@google.com2013-08-20
* Fix merge problem between r10805 and 10803Gravatar robertphillips@google.com2013-08-20
* Update tiled bitmap path to respect bleed flagGravatar robertphillips@google.com2013-08-20
* This CL plumbs in the drawBitmapRectToRect "bleed" flag and makes it live on ...Gravatar commit-bot@chromium.org2013-08-16
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-07-26