- 5987f58 build iOS with 'make all' by caryclark@google.com · 12 years ago
- 21b519d catch empty stack in restorefixup called by clipRect by reed@google.com · 12 years ago
- a3301b6 reenable peephole optimization for save/clip/restore, with build flag by reed@google.com · 12 years ago
- dde646a re-land removal of setBitmapDevice by reed@google.com · 12 years ago
- 35e535a Rolling back r5732 due to Chrome Mac compiler issues by robertphillips@google.com · 12 years ago
- 768d59b remove setBitmapDevice -- no longer called, and is a necessary step on our way by reed@google.com · 12 years ago
- 1e9c987 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 9c39744 Fix recursive GPU processing for SkImageFilter. Plumb through the by senorblanco@chromium.org · 12 years ago
- d86e7ab remove call to setBitmapDevice (deprecated). by reed@google.com · 12 years ago
- 34dc9a2 allow chrome to use old drawBitmapRect beahvior for now, using SK_SUPPORT_INT_SRCRECT_DRAWBITMAPRECT by reed@google.com · 12 years ago
- 74bb77e add getMetaData() to SkCanvas (as part of our master plan to remove by mike@reedtribe.org · 12 years ago
- 7064e9a Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 8ff8a19 Vertical metrics for FreeType. https://codereview.appspot.com/6554064/ by bungeman@google.com · 12 years ago
- 33535f3 Reimplement drawBitmapRectToRect to correctly handle fraction srcRect. by reed@google.com · 12 years ago
- 5b5bba3 Addressed xcode analysis complaints by robertphillips@google.com · 12 years ago
- a0c2bc2 Make flattenables no longer depend on global static initializers. by scroggo@google.com · 12 years ago
- 8136d58 check for very large blurs, and don't try to cache the result in fontcache by reed@google.com · 12 years ago
- 867cbd8 first cut at making iOS work by caryclark@google.com · 12 years ago
- ec0aa76 Explicitly convert from int to SkScalar to avoid a compiler error on gcc 4.5 by george@mozilla.com · 12 years ago
- 7112173 re-re-land 5578 by reed@google.com · 12 years ago
- 10f9f4a revert 5580 by reed@google.com · 12 years ago
- eab16de re-land 5578 w/ pipe fix by reed@google.com · 12 years ago
- c75c36a revert 5578 -- broke pipe by reed@google.com · 12 years ago
- f1ab723 Change drawBitmapRect to take a float-src-rect instead of integer-src-rect. This by reed@google.com · 12 years ago
- 66bcbd1 Check for invalid SkPictures by borenet@google.com · 12 years ago
- 055c7c2 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 6c5418e Temporarily revert r5433 due to http://www.crbug.com/148637 until after M23 branch. by bsalomon@google.com · 12 years ago
- 6132eb9 speculative fix for crbug.com/147406 -- disabling save/clip/restore peephole by reed@google.com · 12 years ago
- a9baf11 Double size of buffer for SkString::printf() by rileya@google.com · 12 years ago
- d614c6a For a picture playback with nothing written, use an empty SkData. by scroggo@google.com · 12 years ago
- 1c6307e Fix some nits from http://codereview.appspot.com/6506103/ by rileya@google.com · 12 years ago
- 8cae835 fix fragile cubic stepper, where we want to assert that each tesselated segment by reed@google.com · 12 years ago
- 1d225f2 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 90f2d07 Fix for gcc compile error. Unreviewed. by rileya@google.com · 12 years ago
- 8515e79 Add R-Tree record flag to SkPicture, plus some cleanup/fixes in associated classes. by rileya@google.com · 12 years ago
- 178a267 Address warnings from clang build bot by robertphillips@google.com · 12 years ago
- 1f1543f re-apply 5508, but with the new compile-flag disabled for now by reed@google.com · 12 years ago
- d8a6cc8 Make texteffects gm work through serialization and pipe. by scroggo@google.com · 12 years ago
- bfe1572 revert 5508 -- it broke most of the builds by reed@google.com · 12 years ago
- 1f8787a Using the device scale factor for glyph positioning by wjmaclean@chromium.org · 12 years ago
- a9279f0 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 9f5898d Add SkBBoxRecord subclass that builds up a BBoxHierarchy and PictureStateTree. by rileya@google.com · 12 years ago
- 0996e83 Fix 5492. by bungeman@google.com · 12 years ago
- ae30f56 Reduce SkMaskGamma cache thrashing. https://codereview.appspot.com/6497114/ by bungeman@google.com · 12 years ago
- 4813458 Make BBoxHierarchy ref-counted, fix leak in RTreeTest. by rileya@google.com · 12 years ago
- 9fd7f8d Add helper for maintaining clip/matrix state in non-contiguous picture playback. by rileya@google.com · 12 years ago
- 0ab7865 Fix bug in R-Tree bulk-load. Unreviewed. by rileya@google.com · 12 years ago
- b839f0f Add optional aspect ratio parameter to R-Tree, this helps the bulk load algorithm create more square tiles. by rileya@google.com · 12 years ago
- 7329926 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- d92f336 Fix mask gamma rounding issues on x87. https://codereview.appspot.com/6497091/ by bungeman@google.com · 12 years ago
- 69aca79 SkPathRef: one allocation for pts+verbs, path GenID, copy-on-write by bsalomon@google.com · 12 years ago
- 04ba448 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- e0201a4 Add SkPictureRecord subclass that computes bounding boxes. by rileya@google.com · 12 years ago
- 22023be Export SkPath equality operator. by wjmaclean@chromium.org · 12 years ago
- 6c77816 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- b4c2819 Record the initial matrix when we begin picture-playback, and concat with by reed@google.com · 12 years ago
- 100abf4 Shut up some Mac (xcode 3) warnings by bsalomon@google.com · 12 years ago
- 1f45e93 Add R-Tree data structure. Review URL: https://codereview.appspot.com/6489055 by rileya@google.com · 12 years ago
- b24b4fa Future proof luminance caches. https://codereview.appspot.com/6495071/ by bungeman@google.com · 12 years ago
- d7e2782 truncate our llist w/ null during rewind. by reed@google.com · 12 years ago
- 11f8692 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 0576555 Remove dead code and update a comment. by scroggo@google.com · 12 years ago
- ffacd3c peephole optimize save/restore brackets that contain no draw calls. by reed@google.com · 12 years ago
- a27096b Sanitizing source files in Skia_Nightly_House_Keeping by skia.committer@gmail.com · 12 years ago
- 1cf58d0 add SkWriter32::rewindToOffset() -- used for peephole edits in picture recording by reed@google.com · 12 years ago
- 405d0f4 In which a series of things around attachToCanvas and writePixels are fixed by bsalomon@google.com · 12 years ago
- bae9ff7 SkDraw's constructor zero's is fields, so don't do it outside by reed@google.com · 12 years ago
- c2a2483 Clear SkCanvas::fLastDeviceToGainFocus when releasing a device by bsalomon@google.com · 12 years ago
- c9ab987 Implement multi-threaded picture playback via cloning. by djsollen@google.com · 12 years ago
- 5ee3f67 Added an overload of SkTQSort that sorts an array of values, rather than an array of pointers. by rileya@google.com · 12 years ago
- 97af1a6 Add caching of the snapshot image form a surface by reed@google.com · 12 years ago
- fd668cf Fix greenish text rendering on Linux. https://codereview.appspot.com/6484048/ by bungeman@google.com · 12 years ago
- fbfcd56 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
- 4fa9c9f Fixed instance counting for templated classes by robertphillips@google.com · 12 years ago
- 6a9368d SkBitmap::scrollRect changes pixels, but only if not immutable. by scroggo@google.com · 12 years ago
- d5764e8 When copying a bitmap, copy the generation ID. by scroggo@google.com · 12 years ago
- 17bb458 Add fast path in arcTo and addArc for 0==sweep && 0|360==sweepAngle by robertphillips@google.com · 12 years ago
- bf2768b Refactor SkImageFilter into its own .cpp file. by senorblanco@chromium.org · 12 years ago
- f1369ce Implements a new class, SkSingleInputImageFilter, to handle DAG connectivity by senorblanco@chromium.org · 12 years ago
- f9a9084 Decrease SkClipStack memory allocations & deallocations by robertphillips@google.com · 12 years ago
- 63ae1cf Make SkDeque::back faster & inline by robertphillips@google.com · 12 years ago
- 01ec2eb Added Serialization of SkPath's bound by robertphillips@google.com · 12 years ago
- 3b3e895 remove EdgeType enum. Unimportant distinction, and removing speeds up quickReject by reed@google.com · 12 years ago
- c51db02 Fix a memory leak in SkBitmapHeap. by scroggo · 12 years ago
- da17f75 add SK_ENABLE_CLIP_QUICKREJECT option (currently disabled) by reed@google.com · 12 years ago
- b49d989 Remove SK_FONTHOST_WIN_DW define. by bungeman@google.com · 12 years ago
- bc4b66f we have no subclasses, so change protected to private. by reed@google.com · 12 years ago
- e8f0592 DirectWrite font host for skia. https://codereview.appspot.com/5417063/ by bungeman@google.com · 12 years ago
- 0557d9e add SkClipStack::clipEmpty() as an optimized way to say clipDevRect(empty, intersect) by reed@google.com · 12 years ago
- 51ee8f1 Compilation fix for r5123 (disabling template inst count tracking) by robertphillips@google.com · 12 years ago
- a22e211 Extended Inst counting to find "unknown" leaked object (SkTMaskGamma) by robertphillips@google.com · 12 years ago
- cb73b31 Added virtual destructor to SkColorSpaceLuminance by robertphillips@google.com · 12 years ago
- 5d8d186 Addressed Windows compiler complaints by robertphillips@google.com · 12 years ago
- c0f1dfb privatize SkScalerContext.h by reed@google.com · 12 years ago
- 664fab1 Move write buffer flags used by SkFlataData::Create into SkFlatController. by scroggo@google.com · 12 years ago
- a9d4e84 To allow forward declarations, move SkScalerContext::Rec to SkScalerContextRec by reed@google.com · 12 years ago
- fe8765c privatize SkDescriptor.h by reed@google.com · 12 years ago
- 7ca2443 Use SkBitmapHeap for shaders in SkGPipe. by scroggo@google.com · 12 years ago
- 3e26bd0 Check in r5063 again, along with fix for tests. by scroggo@google.com · 12 years ago
- 8afae61 Clean up most clang warnings outside animator/ by tomhudson@google.com · 12 years ago