| Commit message (Expand) | Author | Age |
... | |
* | Use correct matrix to adjust blur radius for gpu | commit-bot@chromium.org | 2014-01-13 |
* | Remove redundant auto rt object in skpaint2grpaintshader function. | commit-bot@chromium.org | 2014-01-13 |
* | remove remaining references to Sk64 (obsolete) | reed@google.com | 2014-01-13 |
* | Handle drawBitmapRect src_rect->dst_rect mapping as a local matrix rather tha... | commit-bot@chromium.org | 2014-01-13 |
* | Yet another patch for r13038 | robertphillips@google.com | 2014-01-13 |
* | Pull in Chromium's version of GatherPixelRefs | robertphillips@google.com | 2014-01-13 |
* | NEON fast path for box blur | commit-bot@chromium.org | 2014-01-13 |
* | Cleanup: Remove unused includes from skia_unix.cpp | tfarina@chromium.org | 2014-01-11 |
* | remove (now unused) Sk64 -- just use int64_t | reed@google.com | 2014-01-10 |
* | Eliminate useless NULL push by making fIndexedData 0-based. | commit-bot@chromium.org | 2014-01-10 |
* | fNextIndex is redundant. Remove it. | commit-bot@chromium.org | 2014-01-10 |
* | If poppler is disable and native pdf is enabled, we still need SkPDFRasterize... | commit-bot@chromium.org | 2014-01-10 |
* | Revert of https://codereview.chromium.org/112113005/ | commit-bot@chromium.org | 2014-01-10 |
* | Revert of https://codereview.chromium.org/106563002/ | commit-bot@chromium.org | 2014-01-10 |
* | Fix genID cloning bugs. | commit-bot@chromium.org | 2014-01-10 |
* | Delete all invalidated resources with same key | commit-bot@chromium.org | 2014-01-10 |
* | Reduce verbosity of SkGraphics::Init in default case. | halcanary@google.com | 2014-01-10 |
* | Sanitizing source files in Housekeeper-Nightly | skia.committer@gmail.com | 2014-01-10 |
* | use bitmap's fRowBytes, as the pixelref's is not (yet) reliable | reed@google.com | 2014-01-09 |
* | Expand GatherPixelRefs unit test | robertphillips@google.com | 2014-01-09 |
* | Use truncation, not rounding, when converting perlin noise seed (required by ... | senorblanco@chromium.org | 2014-01-09 |
* | Fix race on creating the default typeface. | bungeman@google.com | 2014-01-09 |
* | Allocate SkPictureFlat::fScratch lazily. | commit-bot@chromium.org | 2014-01-09 |
* | Fix GL context creation on Windows when NV path rendering | robertphillips@google.com | 2014-01-09 |
* | Fix TODO in SkMutex_win.h to prevent accidental copying. | bungeman@google.com | 2014-01-09 |
* | Rename GPU functions on SkBlurMaskFilter and pass ctm. | commit-bot@chromium.org | 2014-01-08 |
* | use SkImageInfo directly, instead of convert to Config | commit-bot@chromium.org | 2014-01-08 |
* | Move geometry allocator for drawVertices inside autoflush scope. | commit-bot@chromium.org | 2014-01-08 |
* | use SkImageInfo directly, instead of converting to SkBitmap::Config | reed@google.com | 2014-01-08 |
* | Use a spinlock in SkOnce. | commit-bot@chromium.org | 2014-01-08 |
* | Improve 'stretch' in legacy create typeface for DirectWrite. | bungeman@google.com | 2014-01-08 |
* | Work around SkString::gEmptyRec->writable_str() is unwritable. | bungeman@google.com | 2014-01-08 |
* | change offset to xy for pixelref subsetting | reed@google.com | 2014-01-08 |
* | Sanitizing source files in Housekeeper-Nightly | skia.committer@gmail.com | 2014-01-08 |
* | NoSaveLayerCanvas now its own file | robertphillips@google.com | 2014-01-07 |
* | Fix build warnings in SkAlphaThresholdFilter | commit-bot@chromium.org | 2014-01-07 |
* | Add AlphaThreshold filter. | commit-bot@chromium.org | 2014-01-06 |
* | Revert "Revert "Revert "Revert of https://codereview.chromium.org/110593003/""" | reed@google.com | 2014-01-06 |
* | Avoid some work on SkClipStack equality when the topmost genids match | commit-bot@chromium.org | 2014-01-06 |
* | add rowBytes param to setPreLock, in prep for onNewLockPixels change | reed@google.com | 2014-01-06 |
* | Revert "Revert "Revert of https://codereview.chromium.org/110593003/"" | reed@google.com | 2014-01-06 |
* | SK_SUPPORTED_DEPRECATED_FIXEDROUND around deprecated fixed[round,ceil,floor] | mike@reedtribe.org | 2014-01-06 |
* | Sanitizing source files in Housekeeper-Nightly | skia.committer@gmail.com | 2014-01-04 |
* | Make SkImageFilter crop rects relative to the primitive origin, instead of re... | senorblanco@chromium.org | 2014-01-03 |
* | Revert "Revert of https://codereview.chromium.org/110593003/" | reed@google.com | 2014-01-03 |
* | Revert of https://codereview.chromium.org/110593003/ | commit-bot@chromium.org | 2014-01-03 |
* | Add onNewLockPixels, that returns rowbytes and relies on info in pixelref | reed@google.com | 2014-01-03 |
* | assert in setPixelRef that the pr matches the bitmap's config | reed@google.com | 2014-01-03 |
* | Sanitizing source files in Housekeeper-Nightly | skia.committer@gmail.com | 2014-01-03 |
* | An SkOSWindow for Unix may experience stuttering, with missed events or long ... | commit-bot@chromium.org | 2014-01-02 |