| Commit message (Expand) | Author | Age |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2012-09-08 |
* | Fix mask gamma rounding issues on x87. | bungeman@google.com | 2012-09-07 |
* | SkPathRef: one allocation for pts+verbs, path GenID, copy-on-write | bsalomon@google.com | 2012-09-07 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2012-09-07 |
* | Add SkPictureRecord subclass that computes bounding boxes. | rileya@google.com | 2012-09-06 |
* | Export SkPath equality operator. | wjmaclean@chromium.org | 2012-09-06 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2012-09-06 |
* | Record the initial matrix when we begin picture-playback, and concat with | reed@google.com | 2012-09-05 |
* | Shut up some Mac (xcode 3) warnings | bsalomon@google.com | 2012-09-05 |
* | Add R-Tree data structure. | rileya@google.com | 2012-09-05 |
* | Future proof luminance caches. | bungeman@google.com | 2012-09-04 |
* | truncate our llist w/ null during rewind. | reed@google.com | 2012-08-31 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2012-08-31 |
* | Remove dead code and update a comment. | scroggo@google.com | 2012-08-30 |
* | peephole optimize save/restore brackets that contain no draw calls. | reed@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 |
* | SkDraw's constructor zero's is fields, so don't do it outside | reed@google.com | 2012-08-29 |
* | Clear SkCanvas::fLastDeviceToGainFocus when releasing a device | bsalomon@google.com | 2012-08-29 |
* | Implement multi-threaded picture playback via cloning. | djsollen@google.com | 2012-08-29 |
* | Added an overload of SkTQSort that sorts an array of values, rather than an a... | rileya@google.com | 2012-08-28 |
* | Add caching of the snapshot image form a surface | reed@google.com | 2012-08-28 |
* | Fix greenish text rendering on Linux. | bungeman@google.com | 2012-08-24 |
* | Result of running tools/sanitize_source_files.py (which was added in https://... | rmistry@google.com | 2012-08-23 |
* | 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 |
* | Add fast path in arcTo and addArc for 0==sweep && 0|360==sweepAngle | robertphillips@google.com | 2012-08-20 |
* | Refactor SkImageFilter into its own .cpp file. | senorblanco@chromium.org | 2012-08-20 |
* | Implements a new class, SkSingleInputImageFilter, to handle DAG connectivity | senorblanco@chromium.org | 2012-08-20 |
* | Decrease SkClipStack memory allocations & deallocations | robertphillips@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 SK_ENABLE_CLIP_QUICKREJECT option (currently disabled) | reed@google.com | 2012-08-16 |
* | Remove SK_FONTHOST_WIN_DW define. | bungeman@google.com | 2012-08-16 |
* | we have no subclasses, so change protected to private. | reed@google.com | 2012-08-16 |
* | DirectWrite font host for skia. | bungeman@google.com | 2012-08-16 |
* | add SkClipStack::clipEmpty() as an optimized way to say clipDevRect(empty, in... | reed@google.com | 2012-08-16 |
* | Compilation fix for r5123 (disabling template inst count tracking) | robertphillips@google.com | 2012-08-16 |
* | Extended Inst counting to find "unknown" leaked object (SkTMaskGamma) | robertphillips@google.com | 2012-08-16 |
* | Added virtual destructor to SkColorSpaceLuminance | robertphillips@google.com | 2012-08-15 |
* | Addressed Windows compiler complaints | robertphillips@google.com | 2012-08-15 |
* | privatize SkScalerContext.h | reed@google.com | 2012-08-14 |
* | Move write buffer flags used by SkFlataData::Create into SkFlatController. | scroggo@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 |
* | Use SkBitmapHeap for shaders in SkGPipe. | scroggo@google.com | 2012-08-14 |