aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/effects/SkLightingImageFilter.h
Commit message (Expand)AuthorAge
* remove defines and add commasGravatar Cary Clark2018-05-21
* Implement clone for GrLightingEffect descendantsGravatar Brian Salomon2017-07-28
* remove 4 legacy flags (clients already updated)Gravatar Mike Reed2016-10-20
* Fix roll bot's win gn buildGravatar robertphillips2016-04-10
* Update LightingImageFilter to sk_spGravatar robertphillips2016-04-08
* Image filters: optimize crop rect application.Gravatar senorblanco2016-04-01
* Matrix convolution bounds fix; affectsTransparentBlack fixes.Gravatar senorblanco2015-12-07
* Revert of Matrix convolution bounds fix; affectsTransparentBlack fixes. (patc...Gravatar senorblanco2015-12-05
* Matrix convolution bounds fix; affectsTransparentBlack fixes.Gravatar senorblanco2015-12-04
* Reland of Implement canComputeFastBounds() for image filters. (patchset #1 id...Gravatar senorblanco2015-08-20
* Revert of Implement canComputeFastBounds() for image filters. (patchset #8 id...Gravatar herb2015-08-20
* Implement canComputeFastBounds() for image filters.Gravatar senorblanco2015-08-20
* Update SkLightingShader to support rotationGravatar robertphillips2015-08-20
* Remove SK_LEGACY_SKPOINT3_CTORS flagGravatar robertphillips2015-08-06
* Add new SkPoint3 classGravatar robertphillips2015-07-13
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}Gravatar mtklein2015-03-25
* Remove uniqueID from all filter serialization.Gravatar senorblanco2015-03-18
* Fix up all the easy virtual ... SK_OVERRIDE cases.Gravatar mtklein2015-01-09
* Remove SK_SUPPORT_LEGACY_DEEPFLATTENING.Gravatar mtklein2014-12-01
* Revert of Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. (patchset #1 id:1 of https...Gravatar mtklein2014-12-01
* Remove SK_SUPPORT_LEGACY_DEEPFLATTENING.Gravatar mtklein2014-12-01
* Reimplement deserialization of SkImageFilter's uniqueID.Gravatar senorblanco2014-08-26
* Simplify flattening to just write enough to call the factory/public-construct...Gravatar reed2014-08-21
* Clean up SkImageFilter constructors.Gravatar senorblanco2014-07-08
* Refactor read and write buffers.Gravatar commit-bot@chromium.org2014-01-30
* remove SkScalarMul from public headersGravatar reed@google.com2014-01-27
* Change SkImageFilter's cropRect from SkIRect to a CropRect struct, containing...Gravatar senorblanco@chromium.org2013-10-10
* Fixed issues found by fuzzerGravatar commit-bot@chromium.org2013-09-13
* Implement crop rect for lighting image filters. Changes for the CPU path were...Gravatar senorblanco@chromium.org2013-07-26
* Nuke SkSingleInputImageFilter. 99% of its functionality was refactored into ...Gravatar senorblanco@chromium.org2013-02-04
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-26
* Change SkLightingImageFilter to derive from SkSingleInputImageFilter, so that...Gravatar senorblanco@chromium.org2012-10-05
* This patch implements the diffuse and specular lighting filters in Ganesh. Gravatar senorblanco@chromium.org2012-07-11
* Minor cleanup in lighting image filters: Made the light color a member of theGravatar senorblanco@chromium.org2012-07-09
* Cleanup flattening code to properly serialize lighting image filters.Gravatar djsollen@google.com2012-06-26
* Raster implementation of diffuse and specular lighting filters. Externally,Gravatar senorblanco@chromium.org2012-06-22