aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Expand)AuthorAge
...
* Added an overload of SkTQSort that sorts an array of values, rather than an a...Gravatar rileya@google.com2012-08-28
* Add caching of the snapshot image form a surfaceGravatar reed@google.com2012-08-28
* Fix greenish text rendering on Linux.Gravatar bungeman@google.com2012-08-24
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* Fixed instance counting for templated classesGravatar robertphillips@google.com2012-08-22
* SkBitmap::scrollRect changes pixels, but only if not immutable.Gravatar scroggo@google.com2012-08-22
* When copying a bitmap, copy the generation ID.Gravatar scroggo@google.com2012-08-22
* Add fast path in arcTo and addArc for 0==sweep && 0|360==sweepAngleGravatar robertphillips@google.com2012-08-20
* Refactor SkImageFilter into its own .cpp file.Gravatar senorblanco@chromium.org2012-08-20
* Implements a new class, SkSingleInputImageFilter, to handle DAG connectivityGravatar senorblanco@chromium.org2012-08-20
* Decrease SkClipStack memory allocations & deallocationsGravatar robertphillips@google.com2012-08-17
* Make SkDeque::back faster & inlineGravatar robertphillips@google.com2012-08-17
* Added Serialization of SkPath's boundGravatar robertphillips@google.com2012-08-17
* remove EdgeType enum. Unimportant distinction, and removing speeds up quickRe...Gravatar reed@google.com2012-08-16
* Fix a memory leak in SkBitmapHeap.Gravatar scroggo2012-08-16
* add SK_ENABLE_CLIP_QUICKREJECT option (currently disabled)Gravatar reed@google.com2012-08-16
* Remove SK_FONTHOST_WIN_DW define.Gravatar bungeman@google.com2012-08-16
* we have no subclasses, so change protected to private.Gravatar reed@google.com2012-08-16
* DirectWrite font host for skia.Gravatar bungeman@google.com2012-08-16
* add SkClipStack::clipEmpty() as an optimized way to say clipDevRect(empty, in...Gravatar reed@google.com2012-08-16
* Compilation fix for r5123 (disabling template inst count tracking)Gravatar robertphillips@google.com2012-08-16
* Extended Inst counting to find "unknown" leaked object (SkTMaskGamma)Gravatar robertphillips@google.com2012-08-16
* Added virtual destructor to SkColorSpaceLuminanceGravatar robertphillips@google.com2012-08-15
* Addressed Windows compiler complaintsGravatar robertphillips@google.com2012-08-15
* privatize SkScalerContext.hGravatar reed@google.com2012-08-14
* Move write buffer flags used by SkFlataData::Create into SkFlatController.Gravatar scroggo@google.com2012-08-14
* To allow forward declarations, move SkScalerContext::Rec to SkScalerContextRecGravatar reed@google.com2012-08-14
* privatize SkDescriptor.hGravatar reed@google.com2012-08-14
* Use SkBitmapHeap for shaders in SkGPipe.Gravatar scroggo@google.com2012-08-14
* Check in r5063 again, along with fix for tests.Gravatar scroggo@google.com2012-08-14
* Clean up most clang warnings outside animator/Gravatar tomhudson@google.com2012-08-14
* add LF at the end, for clanginessGravatar reed@google.com2012-08-14
* Add inst counting to bench and count SkPathsGravatar bsalomon@google.com2012-08-14
* Revert r5063 until unit tests can be fixed.Gravatar tomhudson@google.com2012-08-13
* Use the SkBitmapHeap to handle SkBitmaps in SkGPipe cross process.Gravatar scroggo@google.com2012-08-13
* arm: dynamic NEON support for SkBitmapProcState functions.Gravatar digit@google.com2012-08-13
* privatize SkBuffer.hGravatar mike@reedtribe.org2012-08-13
* privatize SkRefDict.hGravatar mike@reedtribe.org2012-08-12
* privatize SkGlyph.hGravatar mike@reedtribe.org2012-08-12
* privatize SkPtrRecorder.hGravatar mike@reedtribe.org2012-08-12
* refactor some subclasses in SkFlattenable.h into SkPtrRecorder.h, in preparat...Gravatar mike@reedtribe.org2012-08-12
* privatize SkDeviceProfile.hGravatar mike@reedtribe.org2012-08-12
* Fix handling of infinite bounds during "fast transforms".Gravatar tomhudson@google.com2012-08-10
* privatize SkBlitter.hGravatar reed@google.com2012-08-09
* remove unused local var (warning fix)Gravatar reed@google.com2012-08-09
* privatize SkScan.hGravatar reed@google.com2012-08-09
* Added method of getting top genID from SkClipStackGravatar robertphillips@google.com2012-08-09
* remove SkShape (unused)Gravatar reed@google.com2012-08-09
* privatize SkEdgeClipper.hGravatar mike@reedtribe.org2012-08-09
* privatization of SkPerspIter.hGravatar mike@reedtribe.org2012-08-09