index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
include
/
effects
/
SkLightingImageFilter.h
Commit message (
Expand
)
Author
Age
*
Add new SkPoint3 class
robertphillips
2015-07-13
*
C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
mtklein
2015-03-25
*
Remove uniqueID from all filter serialization.
senorblanco
2015-03-18
*
Fix up all the easy virtual ... SK_OVERRIDE cases.
mtklein
2015-01-09
*
Remove SK_SUPPORT_LEGACY_DEEPFLATTENING.
mtklein
2014-12-01
*
Revert of Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. (patchset #1 id:1 of https...
mtklein
2014-12-01
*
Remove SK_SUPPORT_LEGACY_DEEPFLATTENING.
mtklein
2014-12-01
*
Reimplement deserialization of SkImageFilter's uniqueID.
senorblanco
2014-08-26
*
Simplify flattening to just write enough to call the factory/public-construct...
reed
2014-08-21
*
Clean up SkImageFilter constructors.
senorblanco
2014-07-08
*
Refactor read and write buffers.
commit-bot@chromium.org
2014-01-30
*
remove SkScalarMul from public headers
reed@google.com
2014-01-27
*
Change SkImageFilter's cropRect from SkIRect to a CropRect struct, containing...
senorblanco@chromium.org
2013-10-10
*
Fixed issues found by fuzzer
commit-bot@chromium.org
2013-09-13
*
Implement crop rect for lighting image filters. Changes for the CPU path were...
senorblanco@chromium.org
2013-07-26
*
Nuke SkSingleInputImageFilter. 99% of its functionality was refactored into ...
senorblanco@chromium.org
2013-02-04
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-01-26
*
Change SkLightingImageFilter to derive from SkSingleInputImageFilter, so that...
senorblanco@chromium.org
2012-10-05
*
This patch implements the diffuse and specular lighting filters in Ganesh.
senorblanco@chromium.org
2012-07-11
*
Minor cleanup in lighting image filters: Made the light color a member of the
senorblanco@chromium.org
2012-07-09
*
Cleanup flattening code to properly serialize lighting image filters.
djsollen@google.com
2012-06-26
*
Raster implementation of diffuse and specular lighting filters. Externally,
senorblanco@chromium.org
2012-06-22