aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
Commit message (Expand)AuthorAge
...
* arm: Move SkUtilsArm.h from include/core to src/coreGravatar digit@google.com2012-08-01
* Replace GrClip with SkClipStackGravatar robertphillips@google.com2012-07-31
* add getUnitsPerEm() to SkTypefaceGravatar reed@google.com2012-07-31
* check-point for gpu support in SkImage/SkSurfaceGravatar reed@google.com2012-07-31
* Added dev- & canv- prefixes to Ganesh bounding boxes to indicate coordinate s...Gravatar robertphillips@google.com2012-07-31
* Update SkData and SkDataSet to make better use of SkFlattenable.Gravatar djsollen@google.com2012-07-31
* GrClip no longer translates its clips (to better mimic SkClipStack's behavior)Gravatar robertphillips@google.com2012-07-31
* change SkSurface::newCanvas() to getCanvas(), and redefine its life-cycle to beGravatar reed@google.com2012-07-30
* Gamma correcting masks.Gravatar bungeman@google.com2012-07-30
* Const correct BlockRef in SkAutoTUnref.Gravatar bungeman@google.com2012-07-30
* Remove GrDrawState::setTexture/getTextureGravatar bsalomon@google.com2012-07-30
* land https://codereview.appspot.com/6448046/Gravatar reed@google.com2012-07-30
* check-point for surface experimentGravatar reed@google.com2012-07-27
* Add support for ARM without EDSP and ARMv6+Gravatar george@mozilla.com2012-07-27
* In SkGPipe, only serialize SkTypefaces in cross process mode.Gravatar scroggo@google.com2012-07-27
* check-point for image experimentGravatar reed@google.com2012-07-27
* Add virtual destructor to class with virtual functions.Gravatar justinlin@google.com2012-07-27
* Always store pixels of mutable bitmaps when recording a SkPicture.Gravatar djsollen@google.com2012-07-27
* Reapply "Remove Bitmaps Raw Pixel Support."Gravatar djsollen@google.com2012-07-27
* Specialize SkAutoTUnref on const T so that operator -> works.Gravatar bsalomon@google.com2012-07-27
* Added getConservativeBound helper function to GrClipDataGravatar robertphillips@google.com2012-07-26
* Windows compiler complaint cleanupGravatar robertphillips@google.com2012-07-26
* Make SkDeferredCanvas query SkGPipeWriter for space allocated for bitmaps.Gravatar scroggo@google.com2012-07-26
* Remove texture/mask setters on GrPaintGravatar bsalomon@google.com2012-07-26
* Altered Ganesh's clip stack plumbing to pass down new GrClipData classGravatar robertphillips@google.com2012-07-26
* Added ctor to SkClipStack and isEmpty methodGravatar robertphillips@google.com2012-07-26
* explicitly track if a path is finite or notGravatar reed@google.com2012-07-26
* Revert "Remove Bitmaps Raw Pixel Support."Gravatar djsollen@google.com2012-07-26
* Move filter/wrap out of GrSamplerState into GrTextureParamsGravatar bsalomon@google.com2012-07-25
* Fix SK_OVERRIDE for various versions of clangGravatar george@mozilla.com2012-07-25
* Ensure that all GNU-based systems are considered to be UNIXGravatar george@mozilla.com2012-07-25
* Refactoring how SkDeferredCanvas manages mutable bitmapsGravatar junov@chromium.org2012-07-25
* Use asNewCustomStage instead of asABitmap in SkGpuDevice, also removed now-un...Gravatar rileya@google.com2012-07-25
* Add SkScalarPow.Gravatar bungeman@google.com2012-07-25
* experimental onlyGravatar reed@google.com2012-07-25
* Added isIntersectionOfRects to SkClipStackGravatar robertphillips@google.com2012-07-24
* Use GrMemoryPool to manage GrCustomStage allocations.Gravatar tomhudson@google.com2012-07-24
* Fix Android build broken due to changes in r4741.Gravatar bungeman@google.com2012-07-24
* Split SkGlyph into its own header.Gravatar bungeman@google.com2012-07-24
* Remove SkSfntUtils, as it is not longer used.Gravatar bungeman@google.com2012-07-24
* SkSfntUtils should use public types.Gravatar bungeman@google.com2012-07-24
* Added bound computation to SkClipStackGravatar robertphillips@google.com2012-07-24
* Gave GrClip an SkClipStack-style iteratorGravatar robertphillips@google.com2012-07-23
* Remove Bitmaps Raw Pixel Support.Gravatar djsollen@google.com2012-07-23
* add protected method for internal_dispose overrides to jam fRefCnt beforeGravatar reed@google.com2012-07-23
* Response to post-commit review comments on r4714Gravatar junov@chromium.org2012-07-23
* Fix unbound memory consumption problem with run away deferred canvases.Gravatar junov@chromium.org2012-07-23
* Added asNewCustomStage to SkShader and implemented it for all the gradient sh...Gravatar rileya@google.com2012-07-20
* Reverting r4695Gravatar junov@chromium.org2012-07-20
* Try turning on the SkGPipe path in SkDeferredCanvasGravatar junov@chromium.org2012-07-20