aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/arithmode.cpp
Commit message (Expand)AuthorAge
* remove unused variants in imagefilter factoriesGravatar Mike Reed2017-06-19
* add drawString helper to canvasGravatar Cary Clark2017-04-28
* GM: some header cleanupGravatar Mike Klein2017-03-22
* Separate SkArithmeticImageFilter from SkXfermodeImageFilter.Gravatar Brian Salomon2017-01-09
* Reenable GM:arithmodeGravatar fmalita2016-09-29
* Revert "Revert "replace Arithmetic xfermode with imagefilter""Gravatar Mike Reed2016-09-27
* Revert "replace Arithmetic xfermode with imagefilter"Gravatar Mike Reed2016-09-26
* replace Arithmetic xfermode with imagefilterGravatar Mike Reed2016-09-26
* Replace a lot of 'static const' with 'constexpr' or 'const'.Gravatar mtklein2016-09-01
* switch xfermodes over to sk_spGravatar reed2016-03-29
* use Make instead of Create to return a shared shaderGravatar reed2016-03-08
* Use DEF_GM everywhereGravatar scroggo2015-12-10
* The SkArithmeticMode_gpu GL filters support clamping to validGravatar ericrk2015-10-19
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* rename portable_typeface_always to portable_typefaceGravatar caryclark2015-07-24
* make arithmode bigtext colortype* degeneratesegments gm portableGravatar caryclark2015-07-17
* use platform-independent font for gmGravatar caryclark2014-06-23
* add legacy/helper allocN32Pixels, and convert gm to use itGravatar reed@google.com2014-01-25
* Provide a GPU implementation of SkArithmeticMode, using a custom GrEffect exp...Gravatar senorblanco@chromium.org2013-05-29
* Revert "Provide a GPU implementation of SkArithmeticMode, using a custom GrEf...Gravatar senorblanco@chromium.org2013-05-29
* Provide a GPU implementation of SkArithmeticMode, using a custom GrEffect exp...Gravatar senorblanco@chromium.org2013-05-29
* Fix alpha computation in SkArithmeticMode.Gravatar senorblanco@chromium.org2013-05-28
* Defining new color constat for transparent colorGravatar junov@google.com2012-12-06
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* fix warnings on Mac in gmGravatar caryclark@google.com2012-06-06
* Towards enabling -Werror in skia on LinuxGravatar bsalomon@google.com2012-01-06
* fix positioning for scalar=fixed, still need to fix actual modeGravatar reed@google.com2011-12-12
* try to make it draw correctly in fixed pointGravatar reed@google.com2011-12-12
* add first cut at arithmetic modeGravatar mike@reedtribe.org2011-12-10