aboutsummaryrefslogtreecommitdiffstats
path: root/gm/matrixconvolution.cpp
Commit message (Expand)AuthorAgeFilesLines
* drawText Cleanup, part 2Hal Canary2019-01-091-8/+5
* (Almost) no one needs to know about SkPixelRefBrian Osman2018-10-191-1/+0
* Remove matrixconvolution GM hacks for linear blendingBrian Osman2018-07-101-20/+2
* Fix srcBounds computation in SkMatrixConvolutionImageFilterRobert Phillips2018-05-171-3/+8
* add drawString helper to canvasCary Clark2017-04-281-1/+1
* GM: some header cleanupMike Klein2017-03-221-0/+1
* Modify matrix convolution GM for sRGB testingBrian Osman2016-12-271-8/+33
* Update MatrixConvolutionImageFilter to sk_sprobertphillips2016-04-081-11/+9
* Reland of "more shader-->sp conversions (patchset #5 id:80001 of https://code...reed2016-03-131-2/+2
* Revert of more shader-->sp conversions (patchset #5 id:80001 of https://coder...reed2016-03-131-2/+2
* more shader-->sp conversionsreed2016-03-131-2/+2
* Matrix convolution bounds fix; affectsTransparentBlack fixes.senorblanco2015-12-071-11/+12
* Revert of Matrix convolution bounds fix; affectsTransparentBlack fixes. (patc...senorblanco2015-12-051-12/+11
* Matrix convolution bounds fix; affectsTransparentBlack fixes.senorblanco2015-12-041-11/+12
* Minor code cleanup (left over from prior CL)robertphillips2015-09-031-13/+12
* Style Change: NULL->nullptrhalcanary2015-08-271-2/+2
* rename portable_typeface_always to portable_typefacecaryclark2015-07-241-1/+1
* make drawbitmaprect lighting lumafilter matrixconvolution srcmode gm portablecaryclark2015-07-171-1/+1
* Change some more GMs to clear to opaque black, not transparent black.senorblanco2015-04-091-1/+1
* remove unused GM flagsmtklein2015-01-231-3/+0
* Fix up all the easy virtual ... SK_OVERRIDE cases.mtklein2015-01-091-1/+1
* Add standard fonts to all GMs.Cary Clark2014-07-311-0/+1
* Cleanup: Get rid of make_isize() function from gm.h.tfarina2014-06-091-1/+1
* Turn on quilt mode in DM.commit-bot@chromium.org2014-04-301-0/+4
* Clean up SkImageFilter.commit-bot@chromium.org2014-03-121-14/+14
* Factory methods for heap-allocated SkImageFilter objects.commit-bot@chromium.org2014-03-101-9/+9
* add peekPixels to SkCanvas and SkSurfacecommit-bot@chromium.org2014-02-131-2/+1
* Revert of add peekPixels to SkCanvas and SkSurface (https://codereview.chromi...commit-bot@chromium.org2014-02-131-1/+2
* add peekPixels to SkCanvas and SkSurfacemike@reedtribe.org2014-02-131-2/+1
* add legacy/helper allocN32Pixels, and convert gm to use itreed@google.com2014-01-251-2/+1
* remove SkFloatToScalar macrocommit-bot@chromium.org2013-11-251-1/+1
* Fix for cropped matrix convolution for BottomLeft render targets.senorblanco@chromium.org2013-10-201-1/+1
* Implement crop rect support for SkMatrixConvolutionImageFilter.senorblanco@chromium.org2013-10-181-12/+31
* Split SkDevice into SkBaseDevice and SkBitmapDevicerobertphillips@google.com2013-08-291-1/+1
* Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromiu...robertphillips@google.com2013-08-201-1/+1
* Split SkDevice out of SkBitmapDevicerobertphillips@google.com2013-08-201-1/+1
* Changing imageFilter GM tests to use drawBitmap instead of drawSpritejunov@chromium.org2013-01-141-1/+5
* Implement GPU path for matrix convolution. Note that when not convolving alpha,senorblanco@chromium.org2012-10-041-6/+16
* This patch adds support for optional processing of the alpha channel insenorblanco@chromium.org2012-09-251-6/+8
* Implements a matrix convolution filter (raster path only). The filtering loopsenorblanco@chromium.org2012-09-181-0/+82