aboutsummaryrefslogtreecommitdiffstats
path: root/gm/lighting.cpp
Commit message (Expand)AuthorAgeFilesLines
* don't adapt any gray colors to 565Mike Klein2018-08-161-2/+2
* GM: some header cleanupMike Klein2017-03-221-0/+1
* stop using SkScalarMulMike Reed2017-02-141-4/+2
* Replace a lot of 'static const' with 'constexpr' or 'const'.mtklein2016-09-011-2/+2
* Update LightingImageFilter to sk_sprobertphillips2016-04-081-41/+41
* Make some GMs animaterobertphillips2016-04-081-10/+28
* Update SkOffsetImageFilter to sk_sprobertphillips2016-03-311-1/+1
* Revert of Update feSpotLight to match spec (patchset #2 id:20001 of https://c...caryclark2015-10-201-55/+7
* Update feSpotLight to match specericrk2015-10-191-7/+55
* Minor code cleanup (left over from prior CL)robertphillips2015-09-031-20/+7
* Style Change: NULL->nullptrhalcanary2015-08-271-3/+3
* Style Change: SkNEW->new; SkDELETE->deletehalcanary2015-08-261-2/+1
* Move LightingShader to effectsrobertphillips2015-07-291-2/+1
* make tests portable by using 565 compatible colorscaryclark2015-07-291-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
* Add new SkPoint3 classrobertphillips2015-07-131-6/+11
* Implement approx-match support in image filter saveLayer() offscreen.senorblanco2015-04-021-9/+52
* Revert of Implement approx-match support in image filter saveLayer() offscree...rmistry2015-04-011-52/+9
* Implement approx-match support in image filter saveLayer() offscreen.senorblanco2015-04-011-9/+52
* Revert of Implement approx-match support in image filter saveLayer() offscree...rmistry2015-04-011-52/+9
* Implement approx-match support in image filter saveLayer() offscreen.senorblanco2015-03-311-9/+52
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}mtklein2015-03-251-3/+3
* remove unused GM flagsmtklein2015-01-231-3/+0
* Fix up all the easy virtual ... SK_OVERRIDE cases.mtklein2015-01-091-4/+4
* Cleanup: Another round of override fixes.tfarina2014-12-201-3/+3
* Add standard fonts to all GMs.Cary Clark2014-07-311-0/+1
* Turn on quilt mode in DM.commit-bot@chromium.org2014-04-301-0/+4
* add peekPixels to SkCanvas and SkSurfacecommit-bot@chromium.org2014-02-131-3/+2
* Revert of add peekPixels to SkCanvas and SkSurface (https://codereview.chromi...commit-bot@chromium.org2014-02-131-2/+3
* add peekPixels to SkCanvas and SkSurfacemike@reedtribe.org2014-02-131-3/+2
* add legacy/helper allocN32Pixels, and convert gm to use itreed@google.com2014-01-251-2/+1
* Remove support for SK_CROP_RECT_IS_INT, now that it is no longer used in Blin...senorblanco@chromium.org2013-10-161-4/+0
* Change SkImageFilter's cropRect from SkIRect to a CropRect struct, containing...senorblanco@chromium.org2013-10-101-1/+5
* Split SkDevice into SkBaseDevice and SkBitmapDevicerobertphillips@google.com2013-08-291-1/+1
* In image filters, apply the CTM and offset to the crop rect. This is necessar...senorblanco@chromium.org2013-08-271-3/+10
* 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
* Implement crop rect for lighting image filters. Changes for the CPU path were...senorblanco@chromium.org2013-07-261-13/+23
* Changing imageFilter GM tests to use drawBitmap instead of drawSpritejunov@chromium.org2013-01-141-6/+14
* Fix alpha computation for specular lighting filter (GPU path).senorblanco@chromium.org2012-10-291-0/+12
* Result of running tools/sanitize_source_files.py (which was added in https://...rmistry@google.com2012-08-231-2/+2
* Raster implementation of diffuse and specular lighting filters. Externally,senorblanco@chromium.org2012-06-221-0/+91