aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Expand)AuthorAge
* add SkData::NewFromCString()Gravatar reed@google.com2012-06-28
* Adding checksum to SkFlatData to accelerate SkPicture recording.Gravatar junov@chromium.org2012-06-27
* Separated Inst counting from the SK_DEBUG #define (now SK_ENABLE_INST_COUNT)Gravatar robertphillips@google.com2012-06-27
* add explicit purgeAll() so we don't get foiled by the min cache-limitGravatar reed@google.com2012-06-27
* Bump max flattenable from 64 to 1024.Gravatar bungeman@google.com2012-06-27
* Added Inst counting to SkFlattenable-derived classesGravatar robertphillips@google.com2012-06-27
* more SkInstCnt plumbingGravatar reed@google.com2012-06-26
* add more SkInstCnt plumbingGravatar reed@google.com2012-06-26
* stick SkInstCnt in more classes, to help track down leaksGravatar reed@google.com2012-06-26
* Register some flattenable factories.Gravatar scroggo@google.com2012-06-25
* if bounds don't intersect in DIFF mode, just return src (don't return empty)Gravatar reed@google.com2012-06-25
* Fix metrics test to no longer include the cpp.Gravatar djsollen@google.com2012-06-25
* export flags on the state of the world when a picture was serialized.Gravatar reed@google.com2012-06-25
* Expand header in serialized picturesGravatar reed@google.com2012-06-22
* Removing redundant calls to GEN_ID_INC_EVAL in SkPaint.cppGravatar junov@chromium.org2012-06-22
* add PictInfo chunk to serialized picturesGravatar reed@google.com2012-06-22
* Expanded distribution of instance countingGravatar robertphillips@google.com2012-06-21
* Record pixel ref's gen ID in pictureGravatar bsalomon@google.com2012-06-21
* landing mirror of https://codereview.appspot.com/6304098/Gravatar reed@google.com2012-06-20
* landing http://codereview.appspot.com/6306095/ by guanqunGravatar reed@google.com2012-06-19
* Fix calling (and checking) the decal_ functions when the input is SkFractiona...Gravatar reed@google.com2012-06-13
* Version 2 of the Instance Counting system. This one simplifies the print out ...Gravatar robertphillips@google.com2012-06-13
* For SkGPipe, store bitmaps in a common location.Gravatar scroggo@google.com2012-06-13
* Fix the problem of rendering closePath not properly after a moveTo call inGravatar schenney@chromium.org2012-06-13
* Compiler complaints + some minor cleanupGravatar robertphillips@google.com2012-06-12
* Move SkColorTable into its own header and reduce includes in SkFlattenable.hGravatar djsollen@google.com2012-06-12
* remove SK_CAN_USE_FLOAT (deprecated)Gravatar reed@google.com2012-06-11
* Better fix for rev. 4214 (inverse-fill and clipping). This fix avoids changingGravatar reed@google.com2012-06-11
* Rename the existing flatten(void*) methods.Gravatar djsollen@google.com2012-06-08
* Detect inverse-fill, and treat its bounds as huge (all of integer space) for theGravatar reed@google.com2012-06-08
* Add SkPath::getVerbs/countVerbsGravatar bsalomon@google.com2012-06-07
* Make SkPath::RawIter require a non-NULL pts pointer.Gravatar bsalomon@google.com2012-06-07
* fix warnings on Mac in src/coreGravatar caryclark@google.com2012-06-06
* Instance counting for SkRefCnt-derived objects (w/ CanvasTest fix)Gravatar robertphillips@google.com2012-06-05
* Reverting r4162Gravatar robertphillips@google.com2012-06-05
* Added instance counting system for SkRefCnt-derived objectsGravatar robertphillips@google.com2012-06-05
* change gm to use concat instead of setMatrix, so we don't trash the caller ifGravatar reed@google.com2012-06-04
* Adding option to serialize mutable bitmaps in SkPictureGravatar junov@chromium.org2012-06-01
* Punctuation cleanup to satisfy idiosyncracies of OpenBSD gcc 4.2.1.Gravatar tomhudson@google.com2012-06-01
* Update the implementation of SkTypeface_android.h functions.Gravatar djsollen@google.com2012-06-01
* We often rgn-diff an area >= the other rgn. now we detect that and return emptyGravatar reed@google.com2012-05-31
* Refactor dictionaries for use by entities other than just SkPictureGravatar djsollen@google.com2012-05-30
* arm: First step towards dynamic NEON support.Gravatar digit@google.com2012-05-30
* addPoly() entry-point, to quickly add MoveTo+N*LineTo (useful in dashing)Gravatar reed@google.com2012-05-29
* Fixing a reader size overflow with SkOrderedReadBuffer, when unflattening lar...Gravatar junov@chromium.org2012-05-29
* Detect when the caller was hairline AND strokeandfill, and resolve that into ...Gravatar reed@google.com2012-05-29
* Change patheffect to take a (new) StrokeRec object, which encapsulates the fillGravatar reed@google.com2012-05-25
* revert 4046 -- GM:pathfill failed on one bot, maybe uninitialized memory some...Gravatar reed@google.com2012-05-24
* Change patheffect to take a (new) StrokeRec object, which encapsulates the fillGravatar reed@google.com2012-05-24
* Plumbing to propagate save & restore from SkCanvas down to GrContext & lowerGravatar robertphillips@google.com2012-05-23