aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/dev/contrib
Commit message (Collapse)AuthorAge
...
* Remove all code related to NaClGravatar borenet2015-04-02
| | | | | | | BUG=skia:3600 DOCS_PREVIEW= https://skia.org/?cl=1036283002 Review URL: https://codereview.chromium.org/1036283002
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}Gravatar mtklein2015-03-25
| | | | | | | | | NOPRESUBMIT=true BUG=skia: DOCS_PREVIEW= https://skia.org/?cl=1037793002 Review URL: https://codereview.chromium.org/1037793002
* Fix two typos in coding styleGravatar kkinnunen2015-03-23
| | | | | | | | | | Fix two typos in coding style: - Memory Managemt - if (NULL == x) equated to if (x) NOTRY=true DOCS_PREVIEW= https://skia.org/?cl=1032463002 Review URL: https://codereview.chromium.org/1032463002
* Add testing section of docs. Consolidated trybot/buildbot sectionGravatar hcm2015-03-02
| | | | | | | | BUG=skia: Preview link: http://skiadocs.com:8000/dev/testing/?cl=954523004 Review URL: https://codereview.chromium.org/954523004
* PDF: Add (low-memory) SkPDFBitmap classGravatar halcanary2015-02-18
| | | | | | | | | | | | | | | | | | | | | Also: Add SkDeflateWStream and associated unit tests. SkPDFBitmap is a replacement for SkPDFImage. As of now, it only supports 8888 bitmaps (the most common case). SkPDFBitmap takes very little extra memory (aside from refing the bitmap's pixels), and its emitObject() does not cache any data. The SkPDFBitmap::Create function will check the canon for duplicates. This can reduce the size of the output PDF. Motivation: this gives another ~40% decrease in PDF memory overhead TODO: Support other ColorTypes and scrap SkPDFImage. BUG=skia:3030 Review URL: https://codereview.chromium.org/918813002
* DM: document -rGravatar mtklein2015-02-12
| | | | | | | | https://skia.org/dev/contrib/testing?cl=923543002 BUG=skia: Review URL: https://codereview.chromium.org/923543002
* turns out the newlines matterGravatar Mike Klein2015-02-08
| | | | | | BUG=skia: Review URL: https://codereview.chromium.org/886913004
* one day i will bother to look at the markdown renderingGravatar Mike Klein2015-02-08
| | | | | | BUG=skia: Review URL: https://codereview.chromium.org/908783002
* documentation: formatting site/dev/contrib/c++11Gravatar halcanary2015-02-08
| | | | | | | | TBR=mtklein@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/891603003
* Document my current understanding of C++11 in Skia.Gravatar mtklein2015-02-05
| | | | | | BUG=skia: Review URL: https://codereview.chromium.org/901053007
* Remove link to Push application.Gravatar tfarina2015-02-03
| | | | | | | | BUG=None R=jcgregorio@google.com NOTRY=true Review URL: https://codereview.chromium.org/884203002
* documentation: Writing Unit and Rendering TestsGravatar halcanary2015-01-30
| | | | Review URL: https://codereview.chromium.org/885133002
* site/dev/contrib/directory <= https://status.skia.org/Gravatar halcanary2015-01-26
| | | | | | NOTRY=true Review URL: https://codereview.chromium.org/876873002
* site/dev/contrib/revert formatting and detailsGravatar halcanary2015-01-26
| | | | | | NOTRY=true Review URL: https://codereview.chromium.org/873483004
* https://fiddle.skia.org/Gravatar halcanary2015-01-26
| | | | | | NOTRY=true Review URL: https://codereview.chromium.org/868473005
* Fix 'Revert' instructions.Gravatar tfarina2015-01-23
| | | | | | | | | | In the not so new pure Git world, 'svn fetch' and 'svn rebase' are not needed anymore. BUG=None R=borenet@google.com Review URL: https://codereview.chromium.org/872433004
* Collect everything Skia into one document.Gravatar halcanary2015-01-23
| | | | | | http://skiadocs.com:8000/dev/contrib/directory?cl=866133002 Review URL: https://codereview.chromium.org/866133002
* In Correctness Testing Doc, render --option correctlyGravatar halcanary2015-01-23
| | | | | | | TBR=mtklein@google.com NOTRY=true Review URL: https://codereview.chromium.org/871993004
* Add a basic doc for correctness testing (DM).Gravatar mtklein2015-01-23
| | | | | | | | https://skia.org/dev/contrib/testing?cl=868983002 BUG=skia: Review URL: https://codereview.chromium.org/868983002
* Add Contributing to Skia section of docsGravatar hcm2015-01-21
BUG=skia: Review URL: https://codereview.chromium.org/844433004