aboutsummaryrefslogtreecommitdiffstats
path: root/gm/displacement.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update DisplacementMapEffect to sk_sprobertphillips2016-04-151-77/+77
* Revert of Update DisplacementMapEffect to sk_sp (patchset #3 id:40001 of http...robertphillips2016-04-151-77/+77
* Update DisplacementMapEffect to sk_sprobertphillips2016-04-151-77/+77
* Update SkImageSource to sk_sprobertphillips2016-04-011-30/+30
* update callsites for Make image factoriesreed2016-03-171-16/+16
* Fix bounds computations for SkDisplacementMapEffect with negative scale.senorblanco2016-01-211-1/+8
* Convert unit tests, GMs from SkBitmapSource to SkImagesourcefmalita2015-09-151-12/+19
* Minor code cleanup (left over from prior CL)robertphillips2015-09-031-39/+17
* Style Change: NULL->nullptrhalcanary2015-08-271-11/+11
* rename portable_typeface_always to portable_typefacecaryclark2015-07-241-1/+1
* make colorwheelnative displacement dropshadowimagefilter getposttextpath gm p...caryclark2015-07-151-3/+4
* Change some more GMs to clear to opaque black, not transparent black.senorblanco2015-04-091-1/+1
* Preserve texture compression when saving a revised skp from debuggerrobertphillips2015-03-231-1/+1
* s/sk_tools::DrawCheckerboard/sk_tool_utils::draw_checkerboard/halcanary2015-01-261-2/+2
* Factor out checkerboard function in gm and sampleapp into tools.halcanary2015-01-261-18/+4
* use platform-independent font for gmcaryclark2014-06-231-0/+1
* Cleanup: Get rid of make_isize() function from gm.h.tfarina2014-06-091-1/+1
* Factory methods for heap-allocated SkImageFilter objects.commit-bot@chromium.org2014-03-101-95/+95
* add peekPixels to SkCanvas and SkSurfacecommit-bot@chromium.org2014-02-131-4/+2
* Revert of add peekPixels to SkCanvas and SkSurface (https://codereview.chromi...commit-bot@chromium.org2014-02-131-2/+4
* add peekPixels to SkCanvas and SkSurfacemike@reedtribe.org2014-02-131-4/+2
* add legacy/helper allocN32Pixels, and convert gm to use itreed@google.com2014-01-251-4/+2
* Accept displacement with no displacement inputcommit-bot@chromium.org2013-12-191-0/+10
* Fixed a displacement issuecommit-bot@chromium.org2013-12-121-10/+43
* Fix Win warning-as-error.senorblanco@chromium.org2013-10-151-1/+1
* Add crop rect support for SkDisplacementMapEffect (raster and GPU paths).senorblanco@chromium.org2013-10-151-4/+57
* Split SkDevice into SkBaseDevice and SkBitmapDevicerobertphillips@google.com2013-08-291-2/+2
* Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromiu...robertphillips@google.com2013-08-201-2/+2
* Split SkDevice out of SkBitmapDevicerobertphillips@google.com2013-08-201-2/+2
* Fix for displacement mappingsugoi@google.com2013-03-191-9/+9
* Sanitizing source files in Skia_Periodic_House_Keepingskia.committer@gmail.com2013-01-161-1/+1
* Implementation of the displacement effect (both CPU and GPU)sugoi@google.com2013-01-151-0/+137