index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
gm
/
lighting.cpp
Commit message (
Expand
)
Author
Age
*
Replace a lot of 'static const' with 'constexpr' or 'const'.
mtklein
2016-09-01
*
Update LightingImageFilter to sk_sp
robertphillips
2016-04-08
*
Make some GMs animate
robertphillips
2016-04-08
*
Update SkOffsetImageFilter to sk_sp
robertphillips
2016-03-31
*
Revert of Update feSpotLight to match spec (patchset #2 id:20001 of https://c...
caryclark
2015-10-20
*
Update feSpotLight to match spec
ericrk
2015-10-19
*
Minor code cleanup (left over from prior CL)
robertphillips
2015-09-03
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Style Change: SkNEW->new; SkDELETE->delete
halcanary
2015-08-26
*
Move LightingShader to effects
robertphillips
2015-07-29
*
make tests portable by using 565 compatible colors
caryclark
2015-07-29
*
rename portable_typeface_always to portable_typeface
caryclark
2015-07-24
*
make drawbitmaprect lighting lumafilter matrixconvolution srcmode gm portable
caryclark
2015-07-17
*
Add new SkPoint3 class
robertphillips
2015-07-13
*
Implement approx-match support in image filter saveLayer() offscreen.
senorblanco
2015-04-02
*
Revert of Implement approx-match support in image filter saveLayer() offscree...
rmistry
2015-04-01
*
Implement approx-match support in image filter saveLayer() offscreen.
senorblanco
2015-04-01
*
Revert of Implement approx-match support in image filter saveLayer() offscree...
rmistry
2015-04-01
*
Implement approx-match support in image filter saveLayer() offscreen.
senorblanco
2015-03-31
*
C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
mtklein
2015-03-25
*
remove unused GM flags
mtklein
2015-01-23
*
Fix up all the easy virtual ... SK_OVERRIDE cases.
mtklein
2015-01-09
*
Cleanup: Another round of override fixes.
tfarina
2014-12-20
*
Add standard fonts to all GMs.
Cary Clark
2014-07-31
*
Turn on quilt mode in DM.
commit-bot@chromium.org
2014-04-30
*
add peekPixels to SkCanvas and SkSurface
commit-bot@chromium.org
2014-02-13
*
Revert of add peekPixels to SkCanvas and SkSurface (https://codereview.chromi...
commit-bot@chromium.org
2014-02-13
*
add peekPixels to SkCanvas and SkSurface
mike@reedtribe.org
2014-02-13
*
add legacy/helper allocN32Pixels, and convert gm to use it
reed@google.com
2014-01-25
*
Remove support for SK_CROP_RECT_IS_INT, now that it is no longer used in Blin...
senorblanco@chromium.org
2013-10-16
*
Change SkImageFilter's cropRect from SkIRect to a CropRect struct, containing...
senorblanco@chromium.org
2013-10-10
*
Split SkDevice into SkBaseDevice and SkBitmapDevice
robertphillips@google.com
2013-08-29
*
In image filters, apply the CTM and offset to the crop rect. This is necessar...
senorblanco@chromium.org
2013-08-27
*
Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromiu...
robertphillips@google.com
2013-08-20
*
Split SkDevice out of SkBitmapDevice
robertphillips@google.com
2013-08-20
*
Implement crop rect for lighting image filters. Changes for the CPU path were...
senorblanco@chromium.org
2013-07-26
*
Changing imageFilter GM tests to use drawBitmap instead of drawSprite
junov@chromium.org
2013-01-14
*
Fix alpha computation for specular lighting filter (GPU path).
senorblanco@chromium.org
2012-10-29
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
Raster implementation of diffuse and specular lighting filters. Externally,
senorblanco@chromium.org
2012-06-22