| Commit message (Expand) | Author | Age |
* | Added Serialization of SkPath's bound | robertphillips@google.com | 2012-08-17 |
* | remove EdgeType enum. Unimportant distinction, and removing speeds up quickRe... | reed@google.com | 2012-08-16 |
* | Fix a memory leak in SkBitmapHeap. | scroggo | 2012-08-16 |
* | add SkClipStack::clipEmpty() as an optimized way to say clipDevRect(empty, in... | reed@google.com | 2012-08-16 |
* | Extended Inst counting to find "unknown" leaked object (SkTMaskGamma) | robertphillips@google.com | 2012-08-16 |
* | privatize SkScalerContext.h | reed@google.com | 2012-08-14 |
* | To allow forward declarations, move SkScalerContext::Rec to SkScalerContextRec | reed@google.com | 2012-08-14 |
* | privatize SkDescriptor.h | reed@google.com | 2012-08-14 |
* | Make SkTArray consider only the new count and reserve when determining how mu... | bsalomon@google.com | 2012-08-14 |
* | Reduce allocations in RandomPathBench | bsalomon@google.com | 2012-08-14 |
* | Add inst counting to bench and count SkPaths | bsalomon@google.com | 2012-08-14 |
* | Adds a bunch of benchmarks around creating, transforming, testing path equality, | bsalomon@google.com | 2012-08-13 |
* | privatize SkBuffer.h | mike@reedtribe.org | 2012-08-13 |
* | privatize SkRefDict.h | mike@reedtribe.org | 2012-08-12 |
* | privatize SkGlyph.h | mike@reedtribe.org | 2012-08-12 |
* | privatize SkPtrRecorder.h | mike@reedtribe.org | 2012-08-12 |
* | refactor some subclasses in SkFlattenable.h into SkPtrRecorder.h, in preparat... | mike@reedtribe.org | 2012-08-12 |
* | privatize SkDeviceProfile.h | mike@reedtribe.org | 2012-08-12 |
* | privatize SkBlitter.h | reed@google.com | 2012-08-09 |
* | privatize SkScan.h | reed@google.com | 2012-08-09 |
* | Added method of getting top genID from SkClipStack | robertphillips@google.com | 2012-08-09 |
* | remove SkShape (unused) | reed@google.com | 2012-08-09 |
* | privatize SkEdgeClipper.h | mike@reedtribe.org | 2012-08-09 |
* | privatization of SkPerspIter.h | mike@reedtribe.org | 2012-08-09 |
* | privatization -- moving headers out of include into src | mike@reedtribe.org | 2012-08-09 |
* | move SkSqrt32 back into SkMath.h -- was referenced in SkEmbossMask.cpp | reed@google.com | 2012-08-07 |
* | Privatize SkAutoKern.h | reed@google.com | 2012-08-07 |
* | Privatization: | reed@google.com | 2012-08-07 |
* | Refactor Bitmap Storage for SkPicture using SkPipe's design. | djsollen@google.com | 2012-08-07 |
* | Update SkFlattenable buffers to be more modular. | djsollen@google.com | 2012-08-07 |
* | Added SkClipStack portion of new clip mask caching system | robertphillips@google.com | 2012-08-07 |
* | move SkTextToPathIter into private header | reed@google.com | 2012-08-07 |
* | move SkFilterShader into private header | reed@google.com | 2012-08-06 |
* | rm: Introduce SK_ARM_NEON_WRAP handy wrapper macro. | digit@google.com | 2012-08-06 |
* | Add morphology, convolution, single texture, texture domain effects to new un... | bsalomon@google.com | 2012-08-03 |
* | Registry-based unit test for custom effects | bsalomon@google.com | 2012-08-03 |
* | fix warngs by casting from float to int64_t | reed@google.com | 2012-08-03 |
* | add debugging SkFloatToFixed_Check() which asserts that the float is in range... | reed@google.com | 2012-08-03 |
* | special-case edge-building for polygons (paths with only lines) | reed@google.com | 2012-08-02 |
* | Create GPU-less build of Skia. | bsalomon@google.com | 2012-08-02 |
* | Replace the asAFoo() functions in SkImageFilter with canFilterImageGPU() and | senorblanco@chromium.org | 2012-08-01 |
* | Pipe factory names independently from the flattenables using them. | scroggo@google.com | 2012-08-01 |
* | arm: Move SkUtilsArm.h from include/core to src/core | digit@google.com | 2012-08-01 |
* | Replace GrClip with SkClipStack | robertphillips@google.com | 2012-07-31 |
* | add getUnitsPerEm() to SkTypeface | reed@google.com | 2012-07-31 |
* | check-point for gpu support in SkImage/SkSurface | reed@google.com | 2012-07-31 |
* | Added dev- & canv- prefixes to Ganesh bounding boxes to indicate coordinate s... | robertphillips@google.com | 2012-07-31 |
* | Update SkData and SkDataSet to make better use of SkFlattenable. | djsollen@google.com | 2012-07-31 |
* | change SkSurface::newCanvas() to getCanvas(), and redefine its life-cycle to be | reed@google.com | 2012-07-30 |
* | Gamma correcting masks. | bungeman@google.com | 2012-07-30 |