- ece0100 Fix SK_OVERRIDE for various versions of clang by george@mozilla.com · 13 years ago
- 79c865a Ensure that all GNU-based systems are considered to be UNIX by george@mozilla.com · 13 years ago
- b10a6bd Refactoring how SkDeferredCanvas manages mutable bitmaps by junov@chromium.org · 13 years ago
- 91f319c Use asNewCustomStage instead of asABitmap in SkGpuDevice, also removed now-unecessary twoPointRadialParams parameter from asABitmap. by rileya@google.com · 13 years ago
- 0567f22 Add SkScalarPow. by bungeman@google.com · 13 years ago
- bba65d9 experimental only by reed@google.com · 13 years ago
- 4c2a2f7 Added isIntersectionOfRects to SkClipStack by robertphillips@google.com · 13 years ago
- dcba4c2 Use GrMemoryPool to manage GrCustomStage allocations. by tomhudson@google.com · 13 years ago
- 6e502fe Fix Android build broken due to changes in r4741. by bungeman@google.com · 13 years ago
- bbe5013 Split SkGlyph into its own header. https://codereview.appspot.com/6434049/ by bungeman@google.com · 13 years ago
- 0eec2d0 Remove SkSfntUtils, as it is not longer used. by bungeman@google.com · 13 years ago
- aa8483b SkSfntUtils should use public types. by bungeman@google.com · 13 years ago
- 607fe07 Added bound computation to SkClipStack by robertphillips@google.com · 13 years ago
- a6f11c4 Gave GrClip an SkClipStack-style iterator by robertphillips@google.com · 13 years ago
- c1d1f41 Remove Bitmaps Raw Pixel Support. by djsollen@google.com · 13 years ago
- f794303 add protected method for internal_dispose overrides to jam fRefCnt before by reed@google.com · 13 years ago
- 8317e17 Response to post-commit review comments on r4714 by junov@chromium.org · 13 years ago
- bfeddae Fix unbound memory consumption problem with run away deferred canvases. by junov@chromium.org · 13 years ago
- 03c1c35 Added asNewCustomStage to SkShader and implemented it for all the gradient shaders. by rileya@google.com · 13 years ago
- 8e1678f Reverting r4695 by junov@chromium.org · 13 years ago
- 278de8b Try turning on the SkGPipe path in SkDeferredCanvas Unreviewed by junov@chromium.org · 13 years ago
- 1e8f016 Remove easily-removable uses of setTexture(), instead creating a GrSingleTextureEffect - by tomhudson@google.com · 13 years ago
- 80214e2 Made clarifying renamings to SkClipStack's iterators (and added to unit test) by robertphillips@google.com · 13 years ago
- e3d3216 Remove stage masks by bsalomon@google.com · 13 years ago
- 73c48f1 removing trailing ',' on last entry in enum, to fix warning by reed@google.com · 13 years ago
- ca0062e add SkPaint::getPosTextPath(), with gm to test it by reed@google.com · 13 years ago
- 6a0d010 Fixing heap corruption issue in deferred canvas when using SkGPipe. by junov@chromium.org · 13 years ago
- 22e57f9 New subclasses for both Gr and GrGL gradient effect classes. by rileya@google.com · 13 years ago
- 24f3ad1 Move texture lock/unlock functions from SkGpuDevice into SkGr as global functions, also removed inconsistent "SkGr" class. by rileya@google.com · 13 years ago
- 5807116 This CL implements the Ganesh path for the SkTable_ColorFilter color transformation. by twiz@google.com · 13 years ago
- 1e95d71 Clean up the use of AutoScratchTexture in the gaussian blur and morphology by senorblanco@chromium.org · 13 years ago
- 7f1ffa6 Add SK_API for SkData. Needed for https://bugs.webkit.org/show_bug.cgi?id=91171 by vandebo@chromium.org · 13 years ago
- 77eec24 Refactoring SkDeferredCanvas to use SkGPipe. by junov@chromium.org · 13 years ago
- 5836b6d Add skipToLast method to SkClipStack by robertphillips@google.com · 13 years ago
- f7751ae Exported SkFILEWStream class so that it can be used in Chrome. by alokp@chromium.org · 13 years ago
- 2f68e76 Move texture domains onto a GrCustomStage, off of GrSamplerState. by tomhudson@google.com · 13 years ago
- 284bf50 Purge bitmaps from SkGPipe's shared heap. by scroggo@google.com · 13 years ago
- e9fdfb5 remove Symbian (not needed) flag, and assume all CPUs *except* thumb have fast by reed@google.com · 13 years ago
- 52cb2c7 Extended SkDeque's reverse iteration capability to SkClipStack by robertphillips@google.com · 13 years ago
- 0a78b0f Refactor SkDeque's iterator and allocation method by robertphillips@google.com · 13 years ago
- 50ccb0a Add a skia method to perform an atomic add. by scroggo@google.com · 13 years ago
- 96cbd2c Revert "Add a method to atomic add." by scroggo@google.com · 13 years ago
- e3f84f3 Add a skia method to perform an atomic add. by scroggo@google.com · 13 years ago
- 238be8c [PDF] Add link annotations. by vandebo@chromium.org · 13 years ago
- e742bf0 Start removing calls to GrDrawState::setTexture() (and GrPaint::setTexture()?) when there's by tomhudson@google.com · 13 years ago
- 40a1ae4 Added SkDevice onAttachToCanvas & onDetachFromCanvas methods by robertphillips@google.com · 13 years ago
- af07d06 Add SkTDArray.contains(), which is just a wrapper around find() by epoger@google.com · 13 years ago
- fd4c00e Fix SkMatrix.h line endings (LF) [change 4592 fixed the cpp] by bsalomon@google.com · 13 years ago
- d0c1a06 Introduces new SingleTextureEffect base class for GrCustomStage objects. by tomhudson@google.com · 13 years ago
- 02662b7 Fixing bad assertion test that was trippin-up debug buildbots by junov@chromium.org · 13 years ago
- 6fc5699 Fixing type mask computation in SkMatrix to make it faster and make it so that matrices have the same type masks as their inverses. by junov@chromium.org · 13 years ago
- 56c79b1 Added GrContext::AutoClipStack to encapsulate setting\resetting of clip stack by robertphillips@google.com · 13 years ago
- b0a34d8 idea: add annotation to SkPaint by reed@google.com · 13 years ago
- fea85ac Minor refactoring to make GrAutoMatrix a nested sub-class of GrContext by robertphillips@google.com · 13 years ago
- 19393df add flatten/unflatten to SkDataSet by reed@google.com · 13 years ago
- 3e11c0b Forced GrClip to always have conservative bounds by robertphillips@google.com · 13 years ago
- 91bd459 add SkDataSet class, so SkAnnotation can be more immutable-like by reed@google.com · 13 years ago
- 894790d This patch implements the diffuse and specular lighting filters in Ganesh. by senorblanco@chromium.org · 13 years ago
- 3a52d68 Revert SkNO_RETURN_HINT fix in favor of a simpler fix by bsalomon@google.com · 13 years ago
- 22f0761 Fix SkNO_RETURN_HINT warnings on mac/clang by bsalomon@google.com · 13 years ago
- bad1b2f add SkPath::contains(x, y) by mike@reedtribe.org · 13 years ago
- 37946b5 Move animated view headers to correct directory. by bungeman@google.com · 13 years ago
- 59f46b8 Fixed Windows compiler complaints by robertphillips@google.com · 13 years ago
- c377baf Add placement new macros to SkPostConfig, call SkNEW* from Ganesh. by tomhudson@google.com · 13 years ago
- 2c02619 Fix misnamed function in explanatory comment. by tomhudson@google.com · 13 years ago
- 3a67a66 Add an SK_PRINTF_LIKE macro, which declares a function to have printf-like by senorblanco@chromium.org · 13 years ago
- 1dcfa1f Fix definition of isEqual() for two gradient effect custom stages. by tomhudson@google.com · 13 years ago
- 142e1fe restore 4478 w/ fixed assert (no long need 8-byte alignment) by reed@google.com · 13 years ago
- fc8581b revert 4478 by reed@google.com · 13 years ago
- f8affe5 switch callers to SkChecksum::Compute (no 32/64 preference) by reed@google.com · 13 years ago
- bdb1ec4 Minor cleanup in lighting image filters: Made the light color a member of the by senorblanco@chromium.org · 13 years ago
- b158a82 fix 64bit warnings (use: GYP_DEFINES=skia_arch_width=64 make ... ) by reed@google.com · 13 years ago
- 00aad94 define SK_CPU_SSE_LEVEL to a min of SSE2 if we're on 64bit x86 by reed@google.com · 13 years ago
- 88db9ef add SkChecksum as a static class, for the replacement API by reed@google.com · 13 years ago
- 54823c2 Rolling back r4034 (Proposed plumbing to propagate save & restore) by robertphillips@google.com · 13 years ago
- 44f7c4a Make SkTSearch variants with compare func as template param by bsalomon@google.com · 13 years ago
- 3e33258 Added GPU implementation of 2-point conical gradient. by rileya@google.com · 13 years ago
- 8dbd572 normalize names for SSE levels by reed@google.com · 13 years ago
- a2a95f9 experimental hittest for paths (incomplete) by mike@reedtribe.org · 13 years ago
- fd59d12 change NewWithCString to allocate room for the terminating NULL, so the data by reed@google.com · 13 years ago
- 2e07942 add read/write SkData methods by reed@google.com · 13 years ago
- 126b436 detect SSE level in visual studio by reed@google.com · 13 years ago
- 5ccbe38 undo accidental checkin by reed@google.com · 13 years ago
- ab69788 create symbols for the various SSE values by reed@google.com · 13 years ago
- 4a2cb30 add SK_CPU_SSE_LEVEL, which may be defined to 2 or 3 (or 41 or 42 in the future) by reed@google.com · 13 years ago
- 41efe04 Partially rolled forward the SkGrPixelRef changes by robertphillips@google.com · 13 years ago
- 375ff85 Un-trifurcate GrTextContext: get rid of Default and Batched subclasses, by tomhudson@google.com · 13 years ago
- ecf1f32 Temporarily readding SkGrTexturePixelRef.h/.cpp until WebKit is transitioned to SkGrPixelRef by robertphillips@google.com · 13 years ago
- 2357927 Fixed memory deletion error in instance counting mechanism by robertphillips@google.com · 13 years ago
- 5088eb4 Moved SkGrTexturePixelRef to SkGrPixelRef by robertphillips@google.com · 13 years ago
- d881bc1 Collapsed SkGrTexturePixelRef and SkGrRenderTargetPixelRef into SkGrPixelRef using new GrSurface class by robertphillips@google.com · 13 years ago
- ded4f4b Initial support for GL_NV_path_renering. Experimental, there are still some issues to resolve, set gyp variable skia_nv_path_rendering=1 or build flag GR_GL_USE_NV_PATH_RENDERING to enable. by bsalomon@google.com · 13 years ago
- 565254b Fix SkGPipe drawing, and turn it on by default. by scroggo@google.com · 13 years ago
- dbc936d add SkData::NewFromCString() by reed@google.com · 13 years ago
- fffc8d0 Added EOF marker to address clang++ error by robertphillips@google.com · 13 years ago
- ef76060 Adding checksum to SkFlatData to accelerate SkPicture recording. by junov@chromium.org · 13 years ago
- 97fafe1 Altered SkInstCnt to print out atexit by robertphillips@google.com · 13 years ago
- b74af87 Separated Inst counting from the SK_DEBUG #define (now SK_ENABLE_INST_COUNT) by robertphillips@google.com · 13 years ago
- c6faa5a add SkAlign8 and SkIsAlign8 macros by reed@google.com · 13 years ago
- 0456e0b Added Inst counting to SkFlattenable-derived classes by robertphillips@google.com · 13 years ago