| Commit message (Expand) | Author | Age |
* | Have /src files use header directly. | herb | 2015-09-29 |
* | Move SkAtomics.h to private. | herb | 2015-09-28 |
* | Style Change: NULL->nullptr | halcanary | 2015-08-27 |
* | stray malloc/free -> sk_malloc/sk_free | mtklein | 2015-08-26 |
* | Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. | mtklein | 2015-07-07 |
* | Revert of Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate.... | jvanverth | 2015-07-02 |
* | Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. | mtklein | 2015-07-01 |
* | Clean up Skia for Clang's -Wtautological-undefined-compare | Mike Klein | 2014-06-07 |
* | fix size_t/int warnings | commit-bot@chromium.org | 2014-04-23 |
* | Adding error checks to SkRBuffer | commit-bot@chromium.org | 2013-11-08 |
* | Sanitizing source files in Housekeeper-Nightly | skia.committer@gmail.com | 2013-11-06 |
* | Checking structure sizes before reading them from memory to avoid overflowing... | commit-bot@chromium.org | 2013-11-05 |
* | Revert "Checking structure sizes before reading them from memory to avoid ove... | reed@google.com | 2013-11-04 |
* | Checking structure sizes before reading them from memory to avoid overflowing... | sugoi@google.com | 2013-11-04 |
* | Revert r12114 due to https://code.google.com/p/skia/issues/detail?id=1794 ('A... | epoger@google.com | 2013-11-04 |
* | Checking structure sizes before reading them from memory to avoid overflowing... | sugoi@google.com | 2013-11-04 |
* | Add stdio include for Android specific code in SkRegion. | bungeman@google.com | 2013-10-11 |
* | Sanitizing source files in Housekeeper-Nightly | skia.committer@gmail.com | 2013-07-18 |
* | Add getRectCount to SkRegtion | commit-bot@chromium.org | 2013-07-17 |
* | Unreviewed build fix. | sugoi@google.com | 2013-03-11 |
* | Removed unused parameters | sugoi@google.com | 2013-03-11 |
* | optimize region::intersect when one wholly contains the other | reed@google.com | 2013-01-31 |
* | Start addressing the clang static analyzer issues | robertphillips@google.com | 2013-01-30 |
* | Remove method calls on invalid "this" pointer. | bungeman@google.com | 2013-01-24 |
* | fix SkRegion::intersects(rect) where the part of the rgn that we intersect is | reed@google.com | 2012-11-07 |
* | fix SkRegion::contains(rect), thanks to danakj and http://code.google.com/p/s... | mike@reedtribe.org | 2012-11-07 |
* | Result of running tools/sanitize_source_files.py (which was added in https://... | rmistry@google.com | 2012-08-23 |
* | Rename the existing flatten(void*) methods. | djsollen@google.com | 2012-06-08 |
* | fix warnings on Mac in src/core | caryclark@google.com | 2012-06-06 |
* | We often rgn-diff an area >= the other rgn. now we detect that and return empty | reed@google.com | 2012-05-31 |
* | restore extra slot in sentinal array that was removed in 3825. This extra value | reed@google.com | 2012-05-03 |
* | store x-interval-count per scanline, so we can skip lines in O(1) | reed@google.com | 2012-05-02 |
* | record yspancount and intervalcount in regions | reed@google.com | 2012-05-01 |
* | just coding style fixes, no logic change | reed@google.com | 2012-04-30 |
* | Variant of SkRegion::op (called Oper) that either writes the result into a 3rd | reed@google.com | 2012-04-30 |
* | Make SkRegion::operator== a member function, rather than a privately-declared | reed@google.com | 2012-01-25 |
* | Add SkDEBUGFAIL to clean up use of SkASSERT(!"text"); | tomhudson@google.com | 2011-12-28 |
* | Update files to use SK_BUILD_FOR_ANDROID. | djsollen@google.com | 2011-11-08 |
* | remove unused variable "inside", begin fixing coding style | reed@google.com | 2011-10-06 |
* | Automatic update of all copyright notices to reflect new license terms. | epoger@google.com | 2011-07-28 |
* | Initialize fClip in SkBounder, in case doIRect() is called before it is used | reed@google.com | 2011-03-23 |
* | change operator== to return bool instead of int | reed@google.com | 2011-03-18 |
* | Upstreaming changes from android. | djsollen@google.com | 2011-03-14 |
* | fix issue 99 -- unneeded assignment inside find_y | reed@google.com | 2011-01-07 |
* | fix matrix use in coretext fonthost | reed@android.com | 2010-07-22 |
* | add SkRegion::setRects(), and its unit tests | reed@android.com | 2010-07-13 |
* | extend sentinel array to avoid reading uninitialized memory | reed@android.com | 2010-04-13 |
* | Native client build fix. | agl@chromium.org | 2009-12-18 |
* | grab from latest android | reed@android.com | 2008-12-17 |