aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core
Commit message (Expand)AuthorAge
* AutoScratchTexture can now release its texture and it will return to the text...Gravatar robertphillips@google.com2012-06-22
* Expanded distribution of instance countingGravatar robertphillips@google.com2012-06-21
* Add GrMemoryPool as a helper to override operators new/deleteGravatar bsalomon@google.com2012-06-19
* Version 2 of the Instance Counting system. This one simplifies the print out ...Gravatar robertphillips@google.com2012-06-13
* faster SkScalarIsFinite()Gravatar reed@google.com2012-06-13
* Compiler complaints + some minor cleanupGravatar robertphillips@google.com2012-06-12
* add readPtr and writePtr to SkReader32 and SkWriter32Gravatar reed@google.com2012-06-12
* Move SkColorTable into its own header and reduce includes in SkFlattenable.hGravatar djsollen@google.com2012-06-12
* Split GrContext's AA Rect drawing methods into helper classGravatar robertphillips@google.com2012-06-12
* remove SK_CAN_USE_FLOAT (deprecated)Gravatar reed@google.com2012-06-11
* Rename the existing flatten(void*) methods.Gravatar djsollen@google.com2012-06-08
* Add SkPath::getVerbs/countVerbsGravatar bsalomon@google.com2012-06-07
* extend asAGradient for Conical type (to be implemented by PDF and XPS)Gravatar reed@google.com2012-06-07
* Make SkPath::RawIter require a non-NULL pts pointer.Gravatar bsalomon@google.com2012-06-07
* fix warnings on Mac in miscellaneous filesGravatar 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
* remove public function-ptr based colorfilterGravatar reed@google.com2012-06-04
* Adding option to serialize mutable bitmaps in SkPictureGravatar junov@chromium.org2012-06-01
* VC++ allows template parameter shadowing.Gravatar bungeman@google.com2012-06-01
* Serialize support for GDI.Gravatar bungeman@google.com2012-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
* Add SkFontDescriptor for serializing fonts.Gravatar djsollen@google.com2012-05-31
* We often rgn-diff an area >= the other rgn. now we detect that and return emptyGravatar reed@google.com2012-05-31
* Windows compiler complaint cleanupGravatar robertphillips@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
* Detect when the caller was hairline AND strokeandfill, and resolve that into ...Gravatar reed@google.com2012-05-29
* add SkPoint::isZero(), match the existing method on SkIPointGravatar mike@reedtribe.org2012-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
* update dox for NewFromMalloc() to clarify ownershipGravatar reed@google.com2012-05-21
* Fix type errors and a few warnings for Visual Studio 2010 64-bit build.Gravatar tomhudson@google.com2012-05-17
* change SkChunkAlloc to grow its allocations geometrically (not linearly)Gravatar reed@google.com2012-05-17
* change SetTLSFontCacheLimit to be void, since it doesn't easily know the prev...Gravatar reed@google.com2012-05-17
* Allow font-cache to use thread_local_storage for a private cacheGravatar reed@google.com2012-05-17
* Mutexes in pixelrefs were done very sloppily initially. The code (a) assumes allGravatar reed@google.com2012-05-17
* Add 'inline' to suppress unused warnings with Android NDK build.Gravatar bungeman@google.com2012-05-16
* computeFastStrokeBounds needs to pass kStroke_Style instead of kFill_Style (y...Gravatar reed@google.com2012-05-16
* pass the region-op to the clipstack for SkCanvas::clipRegion.Gravatar reed@google.com2012-05-16
* Fix new atomic declarations for Android.Gravatar bungeman@google.com2012-05-16
* WeakRefCntGravatar bungeman@google.com2012-05-16
* Iter::next takes a bool (defaults to true for now) if we want to consume dege...Gravatar reed@google.com2012-05-16
* can't make the compute-bounds methods private yet :(Gravatar reed@google.com2012-05-16
* perform quickReject in drawPoints (which is called by drawLine) just like weGravatar reed@google.com2012-05-16