aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/xfermodes.cpp
Commit message (Expand)AuthorAge
* remove avoid and pixelxor xfermodesGravatar reed2016-04-05
* switch xfermodes over to sk_spGravatar reed2016-03-29
* Style bikeshed - remove extraneous whitespaceGravatar halcanary2016-03-29
* Reland of "more shader-->sp conversions (patchset #5 id:80001 of https://code...Gravatar reed2016-03-13
* Revert of more shader-->sp conversions (patchset #5 id:80001 of https://coder...Gravatar reed2016-03-13
* more shader-->sp conversionsGravatar reed2016-03-13
* remove debugging printfGravatar reed2016-02-24
* extend xfermodes gm to include 3 custom modesGravatar reed2016-02-24
* kill gm now that we can test srgb on all gmsGravatar reed2016-02-22
* lots of sRGB and F16 blitsGravatar reed2016-02-22
* make SkPM4f privateGravatar reed2016-02-18
* implement more xfermodeproc4f and add GMGravatar reed2016-02-09
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* rename portable_typeface_always to portable_typefaceGravatar caryclark2015-07-24
* make xfermode* portableGravatar caryclark2015-07-21
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}Gravatar mtklein2015-03-25
* Fix up all the easy virtual ... SK_OVERRIDE cases.Gravatar mtklein2015-01-09
* Cleanup: Another round of override fixes.Gravatar tfarina2014-12-20
* Remove SkCanvas::drawBitmapMatrix()Gravatar Florin Malita2014-12-10
* Add standard fonts to all GMs.Gravatar Cary Clark2014-07-31
* Cleanup: Get rid of make_isize() function from gm.h.Gravatar tfarina2014-06-09
* Move SkShader::fLocalMatrix into SkShader constructor.Gravatar commit-bot@chromium.org2014-04-28
* Reduce internal explicit SaveFlags usage.Gravatar commit-bot@chromium.org2014-04-18
* replace SkBitmap::Config with SkColorType in gmsGravatar commit-bot@chromium.org2014-02-17
* add legacy/helper allocN32Pixels, and convert gm to use itGravatar reed@google.com2014-01-25
* [PDF] Fix clipping in xfermode improvement.Gravatar commit-bot@chromium.org2013-12-17
* [PDF] Fixes the cases where SkPDFDevice::finishContentEntry is called with em...Gravatar commit-bot@chromium.org2013-12-03
* Fix int/SkScalar mismatch in gm.Gravatar vandebo@chromium.org2013-10-30
* [PDF] Improve complex xfer mode support.Gravatar vandebo@chromium.org2013-10-30
* store SkAlphaType inside SkBitmap, on road to support unpremulGravatar reed@google.com2013-10-21
* Added support for non-separable blending modes.Gravatar commit-bot@chromium.org2013-03-05
* land https://codereview.appspot.com/7221086/ -- add Multiply xfermode matchin...Gravatar reed@google.com2013-02-04
* clone of https://codereview.appspot.com/7208043/Gravatar reed@google.com2013-01-30
* Remove a workaround in gm/xfermodes.cppGravatar scroggo@google.com2013-01-28
* Defining new color constat for transparent colorGravatar junov@google.com2012-12-06
* SkCanvas::setDevice() must die, and so we begin by removing our ownGravatar mike@reedtribe.org2012-09-26
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* can't pass const to setPixels :(Gravatar reed@google.com2011-12-20
* defer creating offscreen until our first draw (so our constructor runs fast)Gravatar reed@google.com2011-12-20
* Import all GMs as Samples.Gravatar bsalomon@google.com2011-10-31
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* roll back r1705Gravatar epoger@google.com2011-06-24
* Add additional source types to xfer mode test.Gravatar vandebo@chromium.org2011-06-24
* Allocate a bitmap on the stack in xfermodes.cpp to work around a limitationGravatar tomhudson@google.com2011-04-26
* update baselines to add 2point-radial gradients, and use gpu-friendly xfermod...Gravatar reed@google.com2010-12-23
* remove remaining references to porterduffGravatar reed@android.com2009-06-23
* update to use new xfermodesGravatar reed@android.com2009-06-23
* gm -w 'directory' now works for recording the master imagesGravatar reed@android.com2009-06-21
* almost there on gm (need to fix image writes/reads/compares)Gravatar reed@android.com2009-06-21
* more progress on golden-master test suite (not finished yet)Gravatar reed@android.com2009-06-20