aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core
Commit message (Expand)AuthorAge
* Add isRect variant that returns path closure and direction.Gravatar caryclark@google.com2012-11-21
* add restore() to SkAutoCanvasRestoreGravatar reed@google.com2012-11-20
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-11-20
* Reverting r6489 to fix compiler error in ChromeGravatar robertphillips@google.com2012-11-20
* Add missing SK_API define.Gravatar tfarina@chromium.org2012-11-19
* 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
* remove unused (and undefined) SkColorSpace parameter.Gravatar mike@reedtribe.org2012-11-15
* Remove a warning for comparing signed and unsigned integers.Gravatar scroggo@google.com2012-11-14
* move setDevice() to protected: in preparation for its eventual demiseGravatar reed@google.com2012-11-14
* mark SkCanvas::setDevice as DEPRECATED -- need to remove all callers in chromeGravatar reed@google.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
* Add support for SK_MSCALAR_IS_FLOATGravatar vollick@chromium.org2012-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
* add entry-point to SkMaskFilter to fast-path rectangles.Gravatar reed@google.com2012-11-09
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-11-09
* add centerX() and centerY() to SkIRect (because they made me)Gravatar reed@google.com2012-11-08
* Apply intersect rects to earlier clip elements and skip rects when possible.Gravatar bsalomon@google.com2012-11-08
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.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
* 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
* add more utilities: roundIn(), offsetTo()Gravatar reed@google.com2012-11-06
* add draw filter option to picture_benchGravatar caryclark@google.com2012-11-06
* Remove a pointless anonymous namespace in a header.Gravatar thakis@chromium.org2012-11-06
* Make all remaining effects use GrGLEffectMatrixGravatar bsalomon@google.com2012-11-02
* Make GrGLTextureDomainEffect use GrGLEffectMatrix.Gravatar bsalomon@google.com2012-11-02
* Refactoring RTree integration to support SkBBoxHierarchy polymorphism in SkPi...Gravatar junov@chromium.org2012-11-01
* GDI fonthost to serialize using correct font name.Gravatar bungeman@google.com2012-10-31
* add SkScalarsEqual() so we don't have to use memcmp for arrays of floats.Gravatar reed@google.com2012-10-31
* Make SkShader store localM directly rather than as a separate alloc.Gravatar bsalomon@google.com2012-10-31
* Shortcut inverting the identity matrix.Gravatar bsalomon@google.com2012-10-31
* Fix for error in r6214 (missing pre-declaration)Gravatar robertphillips@google.com2012-10-31
* Fleshed out GPU portion of image/surface featureGravatar robertphillips@google.com2012-10-31
* comment-only: add "this may change" warning to SkChecksum.hGravatar epoger@google.com2012-10-30
* Add option to gm: write out images into a hierarchy, rather than a flat set o...Gravatar epoger@google.com2012-10-29
* Rename GrSamplerState to GrEffectStage.Gravatar bsalomon@google.com2012-10-26
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-10-26
* add MACRO macros to help with concat. Stolen from gpu headersGravatar reed@google.com2012-10-25
* Correctly set width & height in filtered SkPicturesGravatar robertphillips@google.com2012-10-25
* GrCustomStage Renaming Part 5Gravatar bsalomon@google.com2012-10-25
* GrCustomStage Renaming Part 4Gravatar bsalomon@google.com2012-10-24
* Make filter tool actually filter the read in SkPictureGravatar robertphillips@google.com2012-10-24
* CustomStage Renaming Part 1Gravatar bsalomon@google.com2012-10-24
* Remove use of varargs in SkImageFilter. This is causing a crash in recentGravatar senorblanco@chromium.org2012-10-22
* Add SK_API to SkString for hclam@chromium.orgGravatar vandebo@chromium.org2012-10-18