aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Expand)AuthorAge
* Change SkClipStack::Element::State to SkClipStack::Type, rename Comine* membe...Gravatar bsalomon@google.com2012-11-29
* Rename SkClipStack::Rec to SkClipStack::ElementGravatar bsalomon@google.com2012-11-29
* SkRoundRect startGravatar robertphillips@google.com2012-11-29
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-11-29
* Added dashing fast pathGravatar robertphillips@google.com2012-11-28
* Set empty/wide-open genID on clip stack in more places and fix a bug in GrRed...Gravatar bsalomon@google.com2012-11-28
* Add a function that computes a reduced representation of the clip stack.Gravatar bsalomon@google.com2012-11-26
* change SkDrawFilter::filter to return a bool, where false means don't-drawGravatar reed@google.com2012-11-26
* check for bad enum use when adding contoursGravatar reed@google.com2012-11-26
* remove legacy build-guards, now that webkit has rebaselined these.Gravatar reed@google.com2012-11-26
* choose correct blitrow proc based on global alphaGravatar reed@google.com2012-11-26
* add default: to fix warningGravatar reed@google.com2012-11-21
* fix typo: must use modified join in case the miterlimit forces us to use bevelGravatar reed@google.com2012-11-21
* use direction from isRect in strokeRect, and only stroke if it is closedGravatar reed@google.com2012-11-21
* Add isRect variant that returns path closure and direction.Gravatar caryclark@google.com2012-11-21
* detect wrapped rect in pathGravatar caryclark@google.com2012-11-21
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-11-21
* add SK_IGNORE_NEW_STROKERECT guardGravatar reed@google.com2012-11-20
* fix regression from 6510 -- respect kStrokeAndFill setting for stroked rectsGravatar reed@google.com2012-11-20
* detect gigantoid matrices, and do nothing to avoid wacky overflows from float...Gravatar reed@google.com2012-11-20
* add specialty strokeRect() to SkStroke, which can return much cleaner resultsGravatar reed@google.com2012-11-20
* use SkPath::isNestedRects() to apply blurred nine-patchGravatar reed@google.com2012-11-19
* add two nested rect detector to pathGravatar caryclark@google.com2012-11-19
* In SkBitmapHeap, defer adding owners for new bitmaps.Gravatar scroggo@google.com2012-11-16
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-11-16
* use correct blend proc instead of fourbyteinterp, since the src may not be op...Gravatar reed@google.com2012-11-16
* fold kClear_Mode into kSrc_Mode, and make kSrc_Mode go fasterGravatar reed@google.com2012-11-16
* remove (unused) debugging globalGravatar reed@google.com2012-11-15
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-11-14
* Add a conservativelyContainsRect function to SkPath.Gravatar bsalomon@google.com2012-11-13
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-11-13
* Allow SkPicture-derived classes install their own SkPicturePlayback-derived o...Gravatar robertphillips@google.com2012-11-13
* Added profiling stubs to SkPicturePlaybackGravatar robertphillips@google.com2012-11-13
* Make SkPath cache the result of cheapComputeDirection.Gravatar bsalomon@google.com2012-11-13
* Revert 6351 due to bugs.Gravatar bsalomon@google.com2012-11-12
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-11-10
* use SKIRect::centerX,YGravatar reed@google.com2012-11-09
* add entry-point to SkMaskFilter to fast-path rectangles.Gravatar reed@google.com2012-11-09
* Apply intersect rects to earlier clip elements and skip rects when possible.Gravatar bsalomon@google.com2012-11-08
* Combine multiple intersecting rects in SkClipStack::Iter.Gravatar bsalomon@google.com2012-11-07
* CG imagedecoder never sets isOpaque, so add method to SkBitmap to compute that,Gravatar reed@google.com2012-11-07
* Unit testing for SkTileGridGravatar junov@chromium.org2012-11-07
* Some improvements to reduce the number of pixels touched in generating alpha ...Gravatar bsalomon@google.com2012-11-07
* Add temporary interfaces in blur and clip toGravatar caryclark@google.com2012-11-07
* fix SkRegion::intersects(rect) where the part of the rgn that we intersect isGravatar reed@google.com2012-11-07
* Convert clipPaths to clipRects where possible in pictureRecordGravatar robertphillips@google.com2012-11-07
* fix SkRegion::contains(rect), thanks to danakj and http://code.google.com/p/s...Gravatar mike@reedtribe.org2012-11-07
* Adding SkTileGrid: a new subclass of BBoxHierarchy, optimized for tiled playb...Gravatar junov@chromium.org2012-11-06
* When cloning into an SkPicture, clear its data.Gravatar scroggo@google.com2012-11-02
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-11-02