- 4b90b11 Handle recording a bitmap if copy fails. by scroggo@google.com · 12 years ago
- ebce030 Fix stale iterators in LList test. Add newline to end of SkTLList.h by bsalomon@google.com · 12 years ago
- 8182fa0 Make SkClipStack::Iter use SkClipStack::Element. by bsalomon@google.com · 12 years ago
- e659c2e Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- dd3f7a9 Reland r6649 with fix for build errors. by bsalomon@google.com · 12 years ago
- acc71aa Revert 6649 due to build breaks. by bsalomon@google.com · 12 years ago
- 4928f86 Insert in middle of SkTInternalLList and SkTLList, in place cons for SkTLList. by bsalomon@google.com · 12 years ago
- bbe5290 Add SkTLList, linked list class implemented on top of the internal llist class. by bsalomon@google.com · 12 years ago
- 08cb728 Revert change accidentally committed. by bsalomon@google.com · 12 years ago
- d29902e Add SkTLList, linked list class implemented on top of the internal llist class. by bsalomon@google.com · 12 years ago
- 0da23a5 Tweak an enum declaration to make the clang compiler happy. by tomhudson@google.com · 12 years ago
- 000dea7 Disabling validation of the glyph cache for standard debug builds. by djsollen@google.com · 12 years ago
- c3d7d90 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 1c2c2fe Fix for roll-blocking compiler error in SkRRect.cpp by robertphillips@google.com · 12 years ago
- 5fac58c Remove SkClipStack::Iter::combinedNext. by bsalomon@google.com · 12 years ago
- 8a98e3b Make SkClipStack::Element public. by bsalomon@google.com · 12 years ago
- 2d47a21 use fast-pt case when radius <= 1/2, instead of just hairlines by reed@google.com · 12 years ago
- 417bc13 Change SkClipStack::Element::State to SkClipStack::Type, rename Comine* members to combine* by bsalomon@google.com · 12 years ago
- 9128edc Rename SkClipStack::Rec to SkClipStack::Element by bsalomon@google.com · 12 years ago
- 5985e7c SkRoundRect start by robertphillips@google.com · 12 years ago
- 687c57c Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 629ab54 Added dashing fast path by robertphillips@google.com · 12 years ago
- edb26fd Set empty/wide-open genID on clip stack in more places and fix a bug in GrReduceClipStack. by bsalomon@google.com · 12 years ago
- 51a6286 Add a function that computes a reduced representation of the clip stack. by bsalomon@google.com · 12 years ago
- 971aca7 change SkDrawFilter::filter to return a bool, where false means don't-draw by reed@google.com · 12 years ago
- a8a3b3d check for bad enum use when adding contours by reed@google.com · 12 years ago
- 5f0add3 remove legacy build-guards, now that webkit has rebaselined these. by reed@google.com · 12 years ago
- 53007a2 choose correct blitrow proc based on global alpha by reed@google.com · 12 years ago
- c19468e add default: to fix warning by reed@google.com · 12 years ago
- b2e138c fix typo: must use modified join in case the miterlimit forces us to use bevel by reed@google.com · 12 years ago
- 04fdaa1 use direction from isRect in strokeRect, and only stroke if it is closed by reed@google.com · 12 years ago
- f68154a Add isRect variant that returns path closure and direction. by caryclark@google.com · 12 years ago
- bfe9037 detect wrapped rect in path by caryclark@google.com · 12 years ago
- b0a327e Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 158c595 add SK_IGNORE_NEW_STROKERECT guard by reed@google.com · 12 years ago
- b9971cb fix regression from 6510 -- respect kStrokeAndFill setting for stroked rects by reed@google.com · 12 years ago
- 6bb92bc detect gigantoid matrices, and do nothing to avoid wacky overflows from float -> int by reed@google.com · 12 years ago
- 603dbed add specialty strokeRect() to SkStroke, which can return much cleaner results by reed@google.com · 12 years ago
- dab9b4f use SkPath::isNestedRects() to apply blurred nine-patch by reed@google.com · 12 years ago
- 56f233a add two nested rect detector to path by caryclark@google.com · 12 years ago
- 013c5d9 In SkBitmapHeap, defer adding owners for new bitmaps. by scroggo@google.com · 12 years ago
- 886b25f Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 59d968f use correct blend proc instead of fourbyteinterp, since the src may not be opaque by reed@google.com · 12 years ago
- 13201e7 fold kClear_Mode into kSrc_Mode, and make kSrc_Mode go faster by reed@google.com · 12 years ago
- 0f5891c remove (unused) debugging global by reed@google.com · 12 years ago
- cec8de6 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 9bee33a Add a conservativelyContainsRect function to SkPath. by bsalomon@google.com · 12 years ago
- fbb0ed9 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 9a5b570 Allow SkPicture-derived classes install their own SkPicturePlayback-derived object by robertphillips@google.com · 12 years ago
- 6f6dfb4 Added profiling stubs to SkPicturePlayback by robertphillips@google.com · 12 years ago
- 30c174b Make SkPath cache the result of cheapComputeDirection. by bsalomon@google.com · 12 years ago
- 2e0c79f Revert 6351 due to bugs. by bsalomon@google.com · 12 years ago
- 453995e Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 3fb91a1 use SKIRect::centerX,Y by reed@google.com · 12 years ago
- d729b3e add entry-point to SkMaskFilter to fast-path rectangles. by reed@google.com · 12 years ago
- 6794a25 Apply intersect rects to earlier clip elements and skip rects when possible. by bsalomon@google.com · 12 years ago
- e8ca6c6 Combine multiple intersecting rects in SkClipStack::Iter. by bsalomon@google.com · 12 years ago
- 2a7579d CG imagedecoder never sets isOpaque, so add method to SkBitmap to compute that, by reed@google.com · 12 years ago
- adc58e4 Unit testing for SkTileGrid Review URL: https://codereview.appspot.com/6827053 by junov@chromium.org · 12 years ago
- 7b7cdd1 Some improvements to reduce the number of pixels touched in generating alpha clip masks by bsalomon@google.com · 12 years ago
- 8f0a7b8 Add temporary interfaces in blur and clip to by caryclark@google.com · 12 years ago
- bb094b9 fix SkRegion::intersects(rect) where the part of the rgn that we intersect is by reed@google.com · 12 years ago
- 3302783 Convert clipPaths to clipRects where possible in pictureRecord by robertphillips@google.com · 12 years ago
- 796a175 fix SkRegion::contains(rect), thanks to danakj and http://code.google.com/p/skia/issues/detail?id=958 by mike@reedtribe.org · 12 years ago
- 7b53706 Adding SkTileGrid: a new subclass of BBoxHierarchy, optimized for tiled playback. by junov@chromium.org · 12 years ago
- de1390d When cloning into an SkPicture, clear its data. by scroggo@google.com · 12 years ago
- 760f2d9 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 35ac048 Refactoring RTree integration to support SkBBoxHierarchy polymorphism in SkPicture. by junov@chromium.org · 12 years ago
- dfef456 Fix asserts in SkPathMeasure to honor documented API by djsollen@google.com · 12 years ago
- f94b3a4 Make SkShader store localM directly rather than as a separate alloc. by bsalomon@google.com · 12 years ago
- c1f6db8 catch case where clipping shortened the line down to a single pixel, but our by reed@google.com · 12 years ago
- 683c3c7 Shortcut inverting the identity matrix. by bsalomon@google.com · 12 years ago
- 09a029b factor out computation for dy in SkEdge lines, so we can later try a fix. by reed@google.com · 12 years ago
- 4284388 Fix cross compilation with mingw. by bungeman@google.com · 12 years ago
- 0c3b9cf Use consistent globals in AttachCache. https://codereview.appspot.com/6816052/ by bungeman@google.com · 12 years ago
- e8ebeb1 Add option to gm: write out images into a hierarchy, rather than a flat set of files by epoger@google.com · 12 years ago
- 0c5f376 Fix generateMask to properly apply pre-blend. by bungeman@google.com · 12 years ago
- a76de72 Clean up usage of mask gamma. https://codereview.appspot.com/6749061/ by bungeman@google.com · 12 years ago
- 08283af Rename GrSamplerState to GrEffectStage. by bsalomon@google.com · 12 years ago
- 27b40e9 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- b03fe42 use subclasses instead of function-ptrs for hairline specializations. by reed@google.com · 12 years ago
- 1bdb857 Remove SK_DISABLE_EXTRACTSUBSET_OPAQUE_FIX test since it has been rebaselined. by bungeman@google.com · 12 years ago
- a8790de If a path is known to be nonfinite, don't forget that in our autobounds by reed@google.com · 12 years ago
- 8ea78d8 GrCustomStage Renaming Part 4 by bsalomon@google.com · 12 years ago
- a469c28 CustomStage Renaming Part 1 by bsalomon@google.com · 12 years ago
- 1e34ff7 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 158618e Removed degenerate quads from zero radius Chrome-style round rects by robertphillips@google.com · 12 years ago
- 077348c Fix slow gm debug builds that are doing large path validation runs. by djsollen@google.com · 12 years ago
- c2e8cef Remove use of varargs in SkImageFilter. This is causing a crash in recent by senorblanco@chromium.org · 12 years ago
- 801cee1 Added ability to extract SkBitmaps to filter tool by robertphillips@google.com · 12 years ago
- 6a748ad Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- c7a37c7 Place r5997 (make arcto's convex) behind a compiler flag to delay day of reckoning with Webkit baselines by robertphillips@google.com · 12 years ago
- b95eaa8 Altered arcTo's canonical points to (usually) be convex by robertphillips@google.com · 12 years ago
- 989a95e Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- c0e88e0 Munch the incoming inverse to force nearly-no-scale to no-scale, if we think by reed@google.com · 12 years ago
- ce65f38 Fixing refcount leak in SkBitmapHeap caused by collisions in SkFlatDictionary by junov@chromium.org · 12 years ago
- b2ad101 Make table color filter use asNewCustomStage. by bsalomon@google.com · 12 years ago
- 67e78c9 Use GrCustomStage to implement color matrix. by bsalomon@google.com · 12 years ago
- 20c301b Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- a8d9930 fast case for translate-only repeat bitmapshader, so Tom can be happy by reed@google.com · 12 years ago