| Commit message (Expand) | Author | Age |
* | Future proof luminance caches. | bungeman@google.com | 2012-09-04 |
* | Switch GrGpu's GrResource list over to using SkTDLinkedList | robertphillips@google.com | 2012-09-04 |
* | Perform multi core rendering in bench_pictures. | scroggo@google.com | 2012-08-31 |
* | Remove dead code and update a comment. | scroggo@google.com | 2012-08-30 |
* | Sanitizing source files in Skia_Nightly_House_Keeping | skia.committer@gmail.com | 2012-08-30 |
* | add SkWriter32::rewindToOffset() -- used for peephole edits in picture recording | reed@google.com | 2012-08-30 |
* | In which a series of things around attachToCanvas and writePixels are fixed | bsalomon@google.com | 2012-08-29 |
* | Implement multi-threaded picture playback via cloning. | djsollen@google.com | 2012-08-29 |
* | When creating gray from lcd, use luminance instead of coverage. | bungeman@google.com | 2012-08-28 |
* | Fix Clang build on Android. | digit@google.com | 2012-08-28 |
* | need to declare INHERITED for the instcount macros | reed@google.com | 2012-08-28 |
* | re-enable inst counting | reed@google.com | 2012-08-28 |
* | Remove SkGpuDevice::fTexture, use new pixel ref class name | bsalomon@google.com | 2012-08-28 |
* | Add caching of the snapshot image form a surface | reed@google.com | 2012-08-28 |
* | Implemented power of two tiling. | keyar@chromium.org | 2012-08-23 |
* | Result of running tools/sanitize_source_files.py (which was added in https://... | rmistry@google.com | 2012-08-23 |
* | #if SK_DEBUG -> #ifdef SK_DEBUG in SkTDLinkedList.h (to fix chrome android tr... | bsalomon@google.com | 2012-08-23 |
* | Refactored GrDLinkedList into SkTDLinkedList | robertphillips@google.com | 2012-08-23 |
* | SkRef for expressions. | bungeman@google.com | 2012-08-22 |
* | Fixed instance counting for templated classes | robertphillips@google.com | 2012-08-22 |
* | SkBitmap::scrollRect changes pixels, but only if not immutable. | scroggo@google.com | 2012-08-22 |
* | When copying a bitmap, copy the generation ID. | scroggo@google.com | 2012-08-22 |
* | Refactor SkImageFilter into its own .cpp file. | senorblanco@chromium.org | 2012-08-20 |
* | Set LF property on a bunch of files. | bsalomon@google.com | 2012-08-20 |
* | revert 5156 | reed@google.com | 2012-08-17 |
* | revert 5157 | reed@google.com | 2012-08-17 |
* | add long/unsigned-long variations to the debug SkIntToScalar, as the mac comp... | reed@google.com | 2012-08-17 |
* | Fix SkIntToScalar signature for 64-bit build | borenet@google.com | 2012-08-17 |
* | Make SkDeque::back faster & inline | robertphillips@google.com | 2012-08-17 |
* | 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 |