aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/utils
Commit message (Expand)AuthorAge
* Always store pixels of mutable bitmaps when recording a SkPicture.Gravatar djsollen@google.com2012-07-27
* rename private animator type SkImage to SkImageBitmapBase, to avoid conflictsGravatar reed@google.com2012-07-27
* Make SkDeferredCanvas query SkGPipeWriter for space allocated for bitmaps.Gravatar scroggo@google.com2012-07-26
* Fixing canvas writePixels malfunctioning with SkDeferredCanvas with SkGPipe b...Gravatar junov@chromium.org2012-07-25
* Refactoring how SkDeferredCanvas manages mutable bitmapsGravatar junov@chromium.org2012-07-25
* 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
* Fix unbound memory consumption problem with run away deferred canvases.Gravatar junov@chromium.org2012-07-23
* Refactoring SkDeferredCanvas to use SkGPipe.Gravatar junov@chromium.org2012-07-18
* add SkPath::contains(x, y)Gravatar mike@reedtribe.org2012-07-11
* Add an SK_PRINTF_LIKE macro, which declares a function to have printf-likeGravatar senorblanco@chromium.org2012-07-09
* HitTest: 10% speedup by adding quick-reject/accept using X boundsGravatar mike@reedtribe.org2012-07-07
* add support for cubics to SkHitTestPathExGravatar mike@reedtribe.org2012-07-07
* Ensure that SkDeferredCanvas::onCreateCompatibleDevice unrefs its temp device.Gravatar scroggo@google.com2012-07-03
* experimental hittest for paths (incomplete)Gravatar mike@reedtribe.org2012-07-03
* Added Inst counting to SkFlattenable-derived classesGravatar robertphillips@google.com2012-06-27
* more SkInstCnt plumbingGravatar reed@google.com2012-06-26
* Register some flattenable factories.Gravatar scroggo@google.com2012-06-25
* Compiler complaints + some minor cleanupGravatar robertphillips@google.com2012-06-12
* fix include name (masked by case insensitiviy on windows)Gravatar bsalomon@google.com2012-06-11
* fix SkNWayCanvas cons call again.Gravatar bsalomon@google.com2012-06-11
* Fix SkNWayCanvas cons call when creating null canvas.Gravatar bsalomon@google.com2012-06-11
* Null canvasGravatar bsalomon@google.com2012-06-11
* fix warnings on Mac in miscellaneous filesGravatar caryclark@google.com2012-06-06
* Adding option to serialize mutable bitmaps in SkPictureGravatar junov@chromium.org2012-06-01
* Iter::next takes a bool (defaults to true for now) if we want to consume dege...Gravatar reed@google.com2012-05-16
* Android does not support pthread_cancel / pthread_testcancel.Gravatar bungeman@google.com2012-05-14
* Add bench and test for SkRefCnt.Gravatar bungeman@google.com2012-05-14
* use std qsort instead of our (now gone) versionGravatar reed@google.com2012-05-07
* Add device to top level N-way canvas.Gravatar djsollen@google.com2012-05-01
* Add coverage AA support for SampleApp root layers (windows only)Gravatar bsalomon@google.com2012-04-17
* Fix miscellaneous compiler warnings from Visual Studio 2010.Gravatar tomhudson@google.com2012-04-10
* Cleanup code related to SkFlattenable::flatten()Gravatar djsollen@google.com2012-03-29
* Move SkColorMatrix to effects.Gravatar bungeman@google.com2012-03-28
* Create macro for registering classes for deserializationGravatar djsollen@google.com2012-03-26
* Cleanup Macros arround static initializers for SkFlattenable.Gravatar djsollen@google.com2012-03-23
* Move SkBitSet to utils.Gravatar vandebo@chromium.org2012-03-21
* Utils must not depend on Views.Gravatar bungeman@google.com2012-03-21
* Re-attempting Linux debug GL interface compiler complaint fix.Gravatar robertphillips@google.com2012-03-21
* Upstream changes from Android repository.Gravatar djsollen@google.com2012-03-21
* reverting r3268 because of test failuresGravatar junov@chromium.org2012-02-28
* build fixGravatar junov@chromium.org2012-02-28
* SkDeferredCanvas, performance: small refactor to remove unnecessary condition...Gravatar junov@chromium.org2012-02-28
* Coding style corrections in SkDeferredCanvas.cpp: brace placement, 80col, etc.Gravatar junov@chromium.org2012-02-24
* Modify SkDeferredCanvas so that it uses its inherited SkCanvas to track matri...Gravatar junov@chromium.org2012-02-24
* reverting r3257 because of gm failure.Gravatar junov@chromium.org2012-02-24
* Modify SkDeferredCanvas so that it uses its inherited SkCanvas to track matri...Gravatar junov@chromium.org2012-02-24
* Remove SkFontHost::ValidFontID PART 2: remove definition and skia callers not...Gravatar bungeman@google.com2012-02-24
* add SkCreateDataProviderFromStream to SkCGUtilsGravatar reed@google.com2012-02-24
* Fix for crash in SkDeferredCanvas when optional SkPaint argument is NULLGravatar junov@chromium.org2012-02-23