| Commit message (Expand) | Author | Age |
... | |
* | add SkPaint::getPosTextPath(), with gm to test it | reed@google.com | 2012-07-20 |
* | New subclasses for both Gr and GrGL gradient effect classes. | rileya@google.com | 2012-07-19 |
* | Add SK_API for SkData. Needed for https://bugs.webkit.org/show_bug.cgi?id=91171 | vandebo@chromium.org | 2012-07-18 |
* | Add skipToLast method to SkClipStack | robertphillips@google.com | 2012-07-18 |
* | Exported SkFILEWStream class so that it can be used in Chrome. | alokp@chromium.org | 2012-07-17 |
* | remove Symbian (not needed) flag, and assume all CPUs *except* thumb have fast | reed@google.com | 2012-07-17 |
* | Extended SkDeque's reverse iteration capability to SkClipStack | robertphillips@google.com | 2012-07-16 |
* | Refactor SkDeque's iterator and allocation method | robertphillips@google.com | 2012-07-16 |
* | Add a skia method to perform an atomic add. | scroggo@google.com | 2012-07-16 |
* | Revert "Add a method to atomic add." | scroggo@google.com | 2012-07-16 |
* | Add a skia method to perform an atomic add. | scroggo@google.com | 2012-07-16 |
* | Added SkDevice onAttachToCanvas & onDetachFromCanvas methods | robertphillips@google.com | 2012-07-13 |
* | Add SkTDArray.contains(), which is just a wrapper around find() | epoger@google.com | 2012-07-13 |
* | Fix SkMatrix.h line endings (LF) [change 4592 fixed the cpp] | bsalomon@google.com | 2012-07-13 |
* | Introduces new SingleTextureEffect base class for GrCustomStage objects. | tomhudson@google.com | 2012-07-12 |
* | Fixing bad assertion test that was trippin-up debug buildbots | junov@chromium.org | 2012-07-12 |
* | Fixing type mask computation in SkMatrix to make it faster and make it so tha... | junov@chromium.org | 2012-07-12 |
* | idea: add annotation to SkPaint | reed@google.com | 2012-07-11 |
* | add flatten/unflatten to SkDataSet | reed@google.com | 2012-07-11 |
* | add SkDataSet class, so SkAnnotation can be more immutable-like | reed@google.com | 2012-07-11 |
* | This patch implements the diffuse and specular lighting filters in Ganesh. | senorblanco@chromium.org | 2012-07-11 |
* | Revert SkNO_RETURN_HINT fix in favor of a simpler fix | bsalomon@google.com | 2012-07-11 |
* | Fix SkNO_RETURN_HINT warnings on mac/clang | bsalomon@google.com | 2012-07-11 |
* | add SkPath::contains(x, y) | mike@reedtribe.org | 2012-07-11 |
* | Fixed Windows compiler complaints | robertphillips@google.com | 2012-07-10 |
* | Add placement new macros to SkPostConfig, call SkNEW* from Ganesh. | tomhudson@google.com | 2012-07-09 |
* | Add an SK_PRINTF_LIKE macro, which declares a function to have printf-like | senorblanco@chromium.org | 2012-07-09 |
* | restore 4478 w/ fixed assert (no long need 8-byte alignment) | reed@google.com | 2012-07-09 |
* | revert 4478 | reed@google.com | 2012-07-09 |
* | switch callers to SkChecksum::Compute (no 32/64 preference) | reed@google.com | 2012-07-09 |
* | fix 64bit warnings (use: GYP_DEFINES=skia_arch_width=64 make ... ) | reed@google.com | 2012-07-09 |
* | define SK_CPU_SSE_LEVEL to a min of SSE2 if we're on 64bit x86 | reed@google.com | 2012-07-09 |
* | add SkChecksum as a static class, for the replacement API | reed@google.com | 2012-07-03 |
* | Rolling back r4034 (Proposed plumbing to propagate save & restore) | robertphillips@google.com | 2012-07-03 |
* | Make SkTSearch variants with compare func as template param | bsalomon@google.com | 2012-07-03 |
* | Added GPU implementation of 2-point conical gradient. | rileya@google.com | 2012-07-03 |
* | normalize names for SSE levels | reed@google.com | 2012-07-03 |
* | change NewWithCString to allocate room for the terminating NULL, so the data | reed@google.com | 2012-07-02 |
* | add read/write SkData methods | reed@google.com | 2012-07-02 |
* | detect SSE level in visual studio | reed@google.com | 2012-07-02 |
* | undo accidental checkin | reed@google.com | 2012-07-02 |
* | create symbols for the various SSE values | reed@google.com | 2012-07-02 |
* | add SK_CPU_SSE_LEVEL, which may be defined to 2 or 3 (or 41 or 42 in the future) | reed@google.com | 2012-07-02 |
* | Fixed memory deletion error in instance counting mechanism | robertphillips@google.com | 2012-06-28 |
* | add SkData::NewFromCString() | reed@google.com | 2012-06-28 |
* | Added EOF marker to address clang++ error | robertphillips@google.com | 2012-06-28 |
* | Adding checksum to SkFlatData to accelerate SkPicture recording. | junov@chromium.org | 2012-06-27 |
* | Altered SkInstCnt to print out atexit | robertphillips@google.com | 2012-06-27 |
* | Separated Inst counting from the SK_DEBUG #define (now SK_ENABLE_INST_COUNT) | robertphillips@google.com | 2012-06-27 |
* | add SkAlign8 and SkIsAlign8 macros | reed@google.com | 2012-06-27 |