index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
gm
/
displacement.cpp
Commit message (
Expand
)
Author
Age
*
Fix bounds computations for SkDisplacementMapEffect with negative scale.
senorblanco
2016-01-21
*
Convert unit tests, GMs from SkBitmapSource to SkImagesource
fmalita
2015-09-15
*
Minor code cleanup (left over from prior CL)
robertphillips
2015-09-03
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
rename portable_typeface_always to portable_typeface
caryclark
2015-07-24
*
make colorwheelnative displacement dropshadowimagefilter getposttextpath gm p...
caryclark
2015-07-15
*
Change some more GMs to clear to opaque black, not transparent black.
senorblanco
2015-04-09
*
Preserve texture compression when saving a revised skp from debugger
robertphillips
2015-03-23
*
s/sk_tools::DrawCheckerboard/sk_tool_utils::draw_checkerboard/
halcanary
2015-01-26
*
Factor out checkerboard function in gm and sampleapp into tools.
halcanary
2015-01-26
*
use platform-independent font for gm
caryclark
2014-06-23
*
Cleanup: Get rid of make_isize() function from gm.h.
tfarina
2014-06-09
*
Factory methods for heap-allocated SkImageFilter objects.
commit-bot@chromium.org
2014-03-10
*
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
*
Accept displacement with no displacement input
commit-bot@chromium.org
2013-12-19
*
Fixed a displacement issue
commit-bot@chromium.org
2013-12-12
*
Fix Win warning-as-error.
senorblanco@chromium.org
2013-10-15
*
Add crop rect support for SkDisplacementMapEffect (raster and GPU paths).
senorblanco@chromium.org
2013-10-15
*
Split SkDevice into SkBaseDevice and SkBitmapDevice
robertphillips@google.com
2013-08-29
*
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
*
Fix for displacement mapping
sugoi@google.com
2013-03-19
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-01-16
*
Implementation of the displacement effect (both CPU and GPU)
sugoi@google.com
2013-01-15