Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
a5c2824bd3a11364f3a4a8464538ab8a9cb15d0a
/
gm
/
lighting.cpp
a90c680
Turn on quilt mode in DM.
by commit-bot@chromium.org
· 11 years ago
c3bd8af
add peekPixels to SkCanvas and SkSurface
by commit-bot@chromium.org
· 11 years ago
bda591c
Revert of add peekPixels to SkCanvas and SkSurface (https://codereview.chromium.org/161733002/)
by commit-bot@chromium.org
· 11 years ago
b2d93a9
add peekPixels to SkCanvas and SkSurface
by mike@reedtribe.org
· 11 years ago
eb9a46c
add legacy/helper allocN32Pixels, and convert gm to use it
by reed@google.com
· 11 years ago
8b66abb
Remove support for SK_CROP_RECT_IS_INT, now that it is no longer used in Blink or Chrome.
by senorblanco@chromium.org
· 11 years ago
b295fb6
Change SkImageFilter's cropRect from SkIRect to a CropRect struct, containing an SkRect and flags indicating which parameters are set.
by senorblanco@chromium.org
· 11 years ago
1f2f338
Split SkDevice into SkBaseDevice and SkBitmapDevice
by robertphillips@google.com
· 11 years ago
fbaea53
In image filters, apply the CTM and offset to the crop rect. This is necessary to compensate for both clipping applied by the compositor (communicated via the CTM) and for cropping applied in upstream image filters (communicated via the offset). This requires a few ugly conversions, since the crop rect is an SkIRect, and the ctm is an SkMatrix.
by senorblanco@chromium.org
· 11 years ago
9b051a3
Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromium ready.
by robertphillips@google.com
· 11 years ago
3055b70
Split SkDevice out of SkBitmapDevice
by robertphillips@google.com
· 11 years ago
4e16bb2
Implement crop rect for lighting image filters. Changes for the CPU path were fairly straightforward: use the bounds rectangle when traversing the pixels, not the source rectangle.
by senorblanco@chromium.org
· 11 years ago
ff06af2
Changing imageFilter GM tests to use drawBitmap instead of drawSprite
by junov@chromium.org
· 12 years ago
7b734e0
Fix alpha computation for specular lighting filter (GPU path).
by senorblanco@chromium.org
· 12 years ago
ae933ce
Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/)
by rmistry@google.com
· 12 years ago
f49b429
Raster implementation of diffuse and specular lighting filters. Externally,
by senorblanco@chromium.org
· 12 years ago