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