aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* 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
* Remove GrRandom API in favor of SkRandom.Gravatar tfarina@chromium.org2012-11-21
* add default: to fix warningGravatar reed@google.com2012-11-21
* Simple change to remove unnecessary #define statement.Gravatar sugoi@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
* Deferred canvas can now be flushed if an image is beyond a certain size to av...Gravatar sugoi@google.com2012-11-21
* Add isRect variant that returns path closure and direction.Gravatar caryclark@google.com2012-11-21
* limit the rects width/height as well as its coords, when avoiding too-largeGravatar reed@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
* Correct A8 gamma on Mac.Gravatar bungeman@google.com2012-11-20
* add specialty strokeRect() to SkStroke, which can return much cleaner resultsGravatar reed@google.com2012-11-20
* Additional OpenType tables.Gravatar bungeman@google.com2012-11-20
* Separable mask blurs: Add compile-time flag. Fix reversed offsets in asymme...Gravatar senorblanco@chromium.org2012-11-20
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-11-20
* skip very large rects (for now) until we can pre-clip them to avoid floatingGravatar reed@google.com2012-11-19
* Add SkMatrix44::setColMajord, etc.Gravatar vollick@chromium.org2012-11-19
* Add support for new glShaderSource() signature from Khronos. Disabled by def...Gravatar senorblanco@chromium.org2012-11-19
* Add support for SkImageRef_ashmem.Gravatar djsollen@google.com2012-11-19
* use SkPath::isNestedRects() to apply blurred nine-patchGravatar reed@google.com2012-11-19
* Protect against unref/ref of stencil buffer.Gravatar bsalomon@google.com2012-11-19
* add two nested rect detector to pathGravatar caryclark@google.com2012-11-19
* Revert r6469, "Turn on separable blur."Gravatar senorblanco@chromium.org2012-11-17
* In SkBitmapHeap, defer adding owners for new bitmaps.Gravatar scroggo@google.com2012-11-16
* Turn on separable blur.Gravatar senorblanco@chromium.org2012-11-16
* Extract transform_scanline_XXXX functions into transform_scanline.h for code-...Gravatar epoger@google.com2012-11-16
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-11-16
* Separable blur: subpixel blurring. We approximate intermediate values of bl...Gravatar senorblanco@chromium.org2012-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
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-11-16
* Reorder the separable blur passes into XXX/YYY, with an image transpose on th...Gravatar senorblanco@chromium.org2012-11-15
* remove (unused) debugging globalGravatar reed@google.com2012-11-15
* remove unused (and undefined) SkColorSpace parameter.Gravatar mike@reedtribe.org2012-11-15
* silence excessive printf noise from SkScalerContext_FreeType::generateMetrics...Gravatar mike@reedtribe.org2012-11-15
* Add SkMatrix44::setTransposeGravatar vollick@chromium.org2012-11-14
* 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
* Build fix. Unreviewed.Gravatar senorblanco@chromium.org2012-11-13
* Allow SkPicture-derived classes install their own SkPicturePlayback-derived o...Gravatar robertphillips@google.com2012-11-13
* A new implementation of mask blurs, using separable X/Y passes. Disabled for...Gravatar senorblanco@chromium.org2012-11-13