1. 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
  2. 4fa9c9f Fixed instance counting for templated classes by robertphillips@google.com · 12 years ago
  3. 6a9368d SkBitmap::scrollRect changes pixels, but only if not immutable. by scroggo@google.com · 12 years ago
  4. d5764e8 When copying a bitmap, copy the generation ID. by scroggo@google.com · 12 years ago
  5. 17bb458 Add fast path in arcTo and addArc for 0==sweep && 0|360==sweepAngle by robertphillips@google.com · 12 years ago
  6. bf2768b Refactor SkImageFilter into its own .cpp file. by senorblanco@chromium.org · 12 years ago
  7. f1369ce Implements a new class, SkSingleInputImageFilter, to handle DAG connectivity by senorblanco@chromium.org · 12 years ago
  8. f9a9084 Decrease SkClipStack memory allocations & deallocations by robertphillips@google.com · 12 years ago
  9. 63ae1cf Make SkDeque::back faster & inline by robertphillips@google.com · 12 years ago
  10. 01ec2eb Added Serialization of SkPath's bound by robertphillips@google.com · 12 years ago
  11. 3b3e895 remove EdgeType enum. Unimportant distinction, and removing speeds up quickReject by reed@google.com · 12 years ago
  12. c51db02 Fix a memory leak in SkBitmapHeap. by scroggo · 12 years ago
  13. da17f75 add SK_ENABLE_CLIP_QUICKREJECT option (currently disabled) by reed@google.com · 12 years ago
  14. b49d989 Remove SK_FONTHOST_WIN_DW define. by bungeman@google.com · 12 years ago
  15. bc4b66f we have no subclasses, so change protected to private. by reed@google.com · 12 years ago
  16. e8f0592 DirectWrite font host for skia. https://codereview.appspot.com/5417063/ by bungeman@google.com · 12 years ago
  17. 0557d9e add SkClipStack::clipEmpty() as an optimized way to say clipDevRect(empty, intersect) by reed@google.com · 12 years ago
  18. 51ee8f1 Compilation fix for r5123 (disabling template inst count tracking) by robertphillips@google.com · 12 years ago
  19. a22e211 Extended Inst counting to find "unknown" leaked object (SkTMaskGamma) by robertphillips@google.com · 12 years ago
  20. cb73b31 Added virtual destructor to SkColorSpaceLuminance by robertphillips@google.com · 12 years ago
  21. 5d8d186 Addressed Windows compiler complaints by robertphillips@google.com · 12 years ago
  22. c0f1dfb privatize SkScalerContext.h by reed@google.com · 12 years ago
  23. 664fab1 Move write buffer flags used by SkFlataData::Create into SkFlatController. by scroggo@google.com · 12 years ago
  24. a9d4e84 To allow forward declarations, move SkScalerContext::Rec to SkScalerContextRec by reed@google.com · 12 years ago
  25. fe8765c privatize SkDescriptor.h by reed@google.com · 12 years ago
  26. 7ca2443 Use SkBitmapHeap for shaders in SkGPipe. by scroggo@google.com · 12 years ago
  27. 3e26bd0 Check in r5063 again, along with fix for tests. by scroggo@google.com · 12 years ago
  28. 8afae61 Clean up most clang warnings outside animator/ by tomhudson@google.com · 12 years ago
  29. e4ee35d add LF at the end, for clanginess by reed@google.com · 12 years ago
  30. 65a87cc Add inst counting to bench and count SkPaths by bsalomon@google.com · 12 years ago
  31. fdb9b21 Revert r5063 until unit tests can be fixed. by tomhudson@google.com · 12 years ago
  32. 92967e9 Use the SkBitmapHeap to handle SkBitmaps in SkGPipe cross process. by scroggo@google.com · 12 years ago
  33. 3ada0ef arm: dynamic NEON support for SkBitmapProcState functions. by digit@google.com · 12 years ago
  34. 56d5bfa privatize SkBuffer.h by mike@reedtribe.org · 12 years ago
  35. 65be881 privatize SkRefDict.h by mike@reedtribe.org · 12 years ago
  36. d02d4ff privatize SkGlyph.h by mike@reedtribe.org · 12 years ago
  37. 2bc1689 privatize SkPtrRecorder.h by mike@reedtribe.org · 12 years ago
  38. 227b516 refactor some subclasses in SkFlattenable.h into SkPtrRecorder.h, in preparation for by mike@reedtribe.org · 12 years ago
  39. 43523f8 privatize SkDeviceProfile.h by mike@reedtribe.org · 12 years ago
  40. ed02c4d Fix handling of infinite bounds during "fast transforms". by tomhudson@google.com · 12 years ago
  41. aaa3aec privatize SkBlitter.h by reed@google.com · 12 years ago
  42. 3ec3ac5 remove unused local var (warning fix) by reed@google.com · 12 years ago
  43. cabe48a privatize SkScan.h by reed@google.com · 12 years ago
  44. 73e7102 Added method of getting top genID from SkClipStack by robertphillips@google.com · 12 years ago
  45. d74e710 remove SkShape (unused) Review URL: https://codereview.appspot.com/6461069 by reed@google.com · 12 years ago
  46. e012e0a privatize SkEdgeClipper.h by mike@reedtribe.org · 12 years ago
  47. 22f8400 privatization of SkPerspIter.h remove obsolete SkRelay.h by mike@reedtribe.org · 12 years ago
  48. efb65de privatization -- moving headers out of include into src by mike@reedtribe.org · 12 years ago
  49. 10dccde Make SkGPipe use SkBitmapHeap. by scroggo@google.com · 12 years ago
  50. 586b6a5 move SkSqrt32 back into SkMath.h -- was referenced in SkEmbossMask.cpp by reed@google.com · 12 years ago
  51. 66e5160 Privatize SkAutoKern.h by reed@google.com · 12 years ago
  52. 4b163ed Privatization: by reed@google.com · 12 years ago
  53. 21830d9 Refactor Bitmap Storage for SkPicture using SkPipe's design. by djsollen@google.com · 12 years ago
  54. 2972bb5 Adding storage of SkPath::fIsOval by robertphillips@google.com · 12 years ago
  55. b964061 Fix for r4978 unit test failure. TBR by Brian by robertphillips@google.com · 12 years ago
  56. c73dd5c Update SkFlattenable buffers to be more modular. by djsollen@google.com · 12 years ago
  57. 7b4531f change SkTextToPathIter to allow continuation even when there is no path for by reed@google.com · 12 years ago
  58. 46f9350 Added SkClipStack portion of new clip mask caching system by robertphillips@google.com · 12 years ago
  59. e691376 move SkTextToPathIter into private header by reed@google.com · 12 years ago
  60. 02f65f2 move SkFilterShader into private header by reed@google.com · 12 years ago
  61. e2faf17 Even when the pts are restricted to 32K values, we can still overflow computing by reed@google.com · 12 years ago
  62. 157d944 rm: Introduce SK_ARM_NEON_WRAP handy wrapper macro. by digit@google.com · 12 years ago
  63. 0951ded tie slow sort (STD) to legacy AA, so that skia can use the fast one, and so that by reed@google.com · 12 years ago
  64. 1554360 Store more behavior of SkFlatDictionary in SkFlatController. by scroggo@google.com · 12 years ago
  65. b6a2ba7 create inline version of setLine that assumes no clip. 10% faster for dashing gms by reed@google.com · 12 years ago
  66. c8d640b special-case edge-building for polygons (paths with only lines) by reed@google.com · 12 years ago
  67. 08eacc1 Added check for aa/bw rect merging by robertphillips@google.com · 12 years ago
  68. 768fee8 Fixed oversized SkRegion bound problem for complexclip_aa GM by robertphillips@google.com · 12 years ago
  69. 2bf82d8 Set fReservedAlign to 0. by bungeman@google.com · 12 years ago
  70. 302cffb Replace the asAFoo() functions in SkImageFilter with canFilterImageGPU() and by senorblanco@chromium.org · 12 years ago
  71. 0c3e5fe Pipe factory names independently from the flattenables using them. by scroggo@google.com · 12 years ago
  72. fbf3194 arm: Move SkUtilsArm.h from include/core to src/core by digit@google.com · 12 years ago
  73. fce02ac arm: dynamic NEON support for SkBitmapProcState matrix operations. by digit@google.com · 12 years ago
  74. 641f8b1 Replace GrClip with SkClipStack by robertphillips@google.com · 12 years ago
  75. 4b2af9c add getUnitsPerEm() to SkTypeface by reed@google.com · 12 years ago
  76. 7b11289 Added dev- & canv- prefixes to Ganesh bounding boxes to indicate coordinate space by robertphillips@google.com · 12 years ago
  77. a1da103 Update SkData and SkDataSet to make better use of SkFlattenable. by djsollen@google.com · 12 years ago
  78. 97efada Gamma correcting masks. https://codereview.appspot.com/6244068/ by bungeman@google.com · 12 years ago
  79. fa3d892 remove outdated test code for TEST_SRC_ALPHA by reed@google.com · 12 years ago
  80. 8e1034e detect null pixles in setPixels() and just clear out any existing pixelref. by reed@google.com · 12 years ago
  81. 79a1c34ee land https://codereview.appspot.com/6448046/ by reed@google.com · 12 years ago
  82. be8cefc fix the build after intentional break by epoger@google.com · 12 years ago
  83. 3bf5e31 intentionally break the build to test notifications by epoger@google.com · 12 years ago
  84. 20a550c Add virtual destructor to class with virtual functions. by justinlin@google.com · 12 years ago
  85. 7dade42 Always store pixels of mutable bitmaps when recording a SkPicture. by djsollen@google.com · 12 years ago
  86. c84b833 Reapply "Remove Bitmaps Raw Pixel Support." by djsollen@google.com · 12 years ago
  87. cc6493b Added ctor to SkClipStack and isEmpty method by robertphillips@google.com · 12 years ago
  88. 9364511 reject any paths that are not finite. by reed@google.com · 12 years ago
  89. 0bb18bb explicitly track if a path is finite or not by reed@google.com · 12 years ago
  90. 56f8f33 Revert "Remove Bitmaps Raw Pixel Support." by djsollen@google.com · 12 years ago
  91. 0b7ad98 Correctly calculate remaining span length in Neon fallback blitter by skyostil@google.com · 12 years ago
  92. 91f319c Use asNewCustomStage instead of asABitmap in SkGpuDevice, also removed now-unecessary twoPointRadialParams parameter from asABitmap. by rileya@google.com · 12 years ago
  93. 7cf0e9e Prevent MipMaps from crashing. by bungeman@google.com · 12 years ago
  94. 4c2a2f7 Added isIntersectionOfRects to SkClipStack by robertphillips@google.com · 12 years ago
  95. dd39488 Avoid a loop in writeString and writePad by zeroing padding first. by scroggo@google.com · 12 years ago
  96. bbe5013 Split SkGlyph into its own header. https://codereview.appspot.com/6434049/ by bungeman@google.com · 12 years ago
  97. 607fe07 Added bound computation to SkClipStack by robertphillips@google.com · 12 years ago
  98. 7866228 land http://codereview.appspot.com/6353063/ by Lei by reed@google.com · 12 years ago
  99. a6f11c4 Gave GrClip an SkClipStack-style iterator by robertphillips@google.com · 12 years ago
  100. c1d1f41 Remove Bitmaps Raw Pixel Support. by djsollen@google.com · 12 years ago