1. 97af1a6 Add caching of the snapshot image form a surface by reed@google.com · 12 years ago
  2. f4959ab Implemented power of two tiling. by keyar@chromium.org · 12 years ago
  3. 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
  4. 39ac1ae #if SK_DEBUG -> #ifdef SK_DEBUG in SkTDLinkedList.h (to fix chrome android trybot errors) by bsalomon@google.com · 12 years ago
  5. 2ea0a23 Refactored GrDLinkedList into SkTDLinkedList by robertphillips@google.com · 12 years ago
  6. 1fd201b SkRef for expressions. https://codereview.appspot.com/6475045/ by bungeman@google.com · 12 years ago
  7. 4fa9c9f Fixed instance counting for templated classes by robertphillips@google.com · 12 years ago
  8. 6a9368d SkBitmap::scrollRect changes pixels, but only if not immutable. by scroggo@google.com · 12 years ago
  9. d5764e8 When copying a bitmap, copy the generation ID. by scroggo@google.com · 12 years ago
  10. bf2768b Refactor SkImageFilter into its own .cpp file. by senorblanco@chromium.org · 12 years ago
  11. 607d08b Set LF property on a bunch of files. by bsalomon@google.com · 12 years ago
  12. a030818 revert 5156 by reed@google.com · 12 years ago
  13. dd8dd8f revert 5157 by reed@google.com · 12 years ago
  14. cf4335c add long/unsigned-long variations to the debug SkIntToScalar, as the mac compiler by reed@google.com · 12 years ago
  15. a448cb0 Fix SkIntToScalar signature for 64-bit build by borenet@google.com · 12 years ago
  16. 63ae1cf Make SkDeque::back faster & inline by robertphillips@google.com · 12 years ago
  17. 01ec2eb Added Serialization of SkPath's bound by robertphillips@google.com · 12 years ago
  18. 3b3e895 remove EdgeType enum. Unimportant distinction, and removing speeds up quickReject by reed@google.com · 12 years ago
  19. c51db02 Fix a memory leak in SkBitmapHeap. by scroggo · 12 years ago
  20. 0557d9e add SkClipStack::clipEmpty() as an optimized way to say clipDevRect(empty, intersect) by reed@google.com · 12 years ago
  21. a22e211 Extended Inst counting to find "unknown" leaked object (SkTMaskGamma) by robertphillips@google.com · 12 years ago
  22. c0f1dfb privatize SkScalerContext.h by reed@google.com · 12 years ago
  23. a9d4e84 To allow forward declarations, move SkScalerContext::Rec to SkScalerContextRec by reed@google.com · 12 years ago
  24. fe8765c privatize SkDescriptor.h by reed@google.com · 12 years ago
  25. 137209f Make SkTArray consider only the new count and reserve when determining how much to alloc by bsalomon@google.com · 12 years ago
  26. 6d552ee Reduce allocations in RandomPathBench by bsalomon@google.com · 12 years ago
  27. 65a87cc Add inst counting to bench and count SkPaths by bsalomon@google.com · 12 years ago
  28. 30e6d2c Adds a bunch of benchmarks around creating, transforming, testing path equality, by bsalomon@google.com · 12 years ago
  29. 56d5bfa privatize SkBuffer.h by mike@reedtribe.org · 12 years ago
  30. 65be881 privatize SkRefDict.h by mike@reedtribe.org · 12 years ago
  31. d02d4ff privatize SkGlyph.h by mike@reedtribe.org · 12 years ago
  32. 2bc1689 privatize SkPtrRecorder.h by mike@reedtribe.org · 12 years ago
  33. 227b516 refactor some subclasses in SkFlattenable.h into SkPtrRecorder.h, in preparation for by mike@reedtribe.org · 12 years ago
  34. 43523f8 privatize SkDeviceProfile.h by mike@reedtribe.org · 12 years ago
  35. aaa3aec privatize SkBlitter.h by reed@google.com · 12 years ago
  36. cabe48a privatize SkScan.h by reed@google.com · 12 years ago
  37. 73e7102 Added method of getting top genID from SkClipStack by robertphillips@google.com · 12 years ago
  38. d74e710 remove SkShape (unused) Review URL: https://codereview.appspot.com/6461069 by reed@google.com · 12 years ago
  39. e012e0a privatize SkEdgeClipper.h by mike@reedtribe.org · 12 years ago
  40. 22f8400 privatization of SkPerspIter.h remove obsolete SkRelay.h by mike@reedtribe.org · 12 years ago
  41. efb65de privatization -- moving headers out of include into src by mike@reedtribe.org · 12 years ago
  42. 586b6a5 move SkSqrt32 back into SkMath.h -- was referenced in SkEmbossMask.cpp by reed@google.com · 12 years ago
  43. 66e5160 Privatize SkAutoKern.h by reed@google.com · 12 years ago
  44. 4b163ed Privatization: by reed@google.com · 12 years ago
  45. 21830d9 Refactor Bitmap Storage for SkPicture using SkPipe's design. by djsollen@google.com · 12 years ago
  46. c73dd5c Update SkFlattenable buffers to be more modular. by djsollen@google.com · 12 years ago
  47. 46f9350 Added SkClipStack portion of new clip mask caching system by robertphillips@google.com · 12 years ago
  48. e691376 move SkTextToPathIter into private header by reed@google.com · 12 years ago
  49. 02f65f2 move SkFilterShader into private header by reed@google.com · 12 years ago
  50. 157d944 rm: Introduce SK_ARM_NEON_WRAP handy wrapper macro. by digit@google.com · 12 years ago
  51. 0a7672f Add morphology, convolution, single texture, texture domain effects to new unit test system by bsalomon@google.com · 12 years ago
  52. d472620 Registry-based unit test for custom effects by bsalomon@google.com · 12 years ago
  53. dea8e25 fix warngs by casting from float to int64_t by reed@google.com · 12 years ago
  54. c9af5d8 add debugging SkFloatToFixed_Check() which asserts that the float is in range of a fixed by reed@google.com · 12 years ago
  55. c8d640b special-case edge-building for polygons (paths with only lines) by reed@google.com · 12 years ago
  56. cf8fb1f Create GPU-less build of Skia. by bsalomon@google.com · 12 years ago
  57. 302cffb Replace the asAFoo() functions in SkImageFilter with canFilterImageGPU() and by senorblanco@chromium.org · 12 years ago
  58. 0c3e5fe Pipe factory names independently from the flattenables using them. by scroggo@google.com · 12 years ago
  59. fbf3194 arm: Move SkUtilsArm.h from include/core to src/core by digit@google.com · 12 years ago
  60. 641f8b1 Replace GrClip with SkClipStack by robertphillips@google.com · 12 years ago
  61. 4b2af9c add getUnitsPerEm() to SkTypeface by reed@google.com · 12 years ago
  62. 5d4ba88 check-point for gpu support in SkImage/SkSurface by reed@google.com · 12 years ago
  63. 7b11289 Added dev- & canv- prefixes to Ganesh bounding boxes to indicate coordinate space by robertphillips@google.com · 12 years ago
  64. a1da103 Update SkData and SkDataSet to make better use of SkFlattenable. by djsollen@google.com · 12 years ago
  65. 9ea5a3b change SkSurface::newCanvas() to getCanvas(), and redefine its life-cycle to be by reed@google.com · 12 years ago
  66. 97efada Gamma correcting masks. https://codereview.appspot.com/6244068/ by bungeman@google.com · 12 years ago
  67. 9120892 Const correct BlockRef in SkAutoTUnref. https://codereview.appspot.com/6448066/ by bungeman@google.com · 12 years ago
  68. 79a1c34ee land https://codereview.appspot.com/6448046/ by reed@google.com · 12 years ago
  69. 889b09e check-point for surface experiment by reed@google.com · 12 years ago
  70. 2092c40 Add support for ARM without EDSP and ARMv6+ by george@mozilla.com · 12 years ago
  71. f6627b7 check-point for image experiment by reed@google.com · 12 years ago
  72. 20a550c Add virtual destructor to class with virtual functions. by justinlin@google.com · 12 years ago
  73. 7dade42 Always store pixels of mutable bitmaps when recording a SkPicture. by djsollen@google.com · 12 years ago
  74. c84b833 Reapply "Remove Bitmaps Raw Pixel Support." by djsollen@google.com · 12 years ago
  75. 1448cf8 Specialize SkAutoTUnref on const T so that operator -> works. by bsalomon@google.com · 12 years ago
  76. fc91dc7 Windows compiler complaint cleanup by robertphillips@google.com · 12 years ago
  77. cc6493b Added ctor to SkClipStack and isEmpty method by robertphillips@google.com · 12 years ago
  78. 0bb18bb explicitly track if a path is finite or not by reed@google.com · 12 years ago
  79. 56f8f33 Revert "Remove Bitmaps Raw Pixel Support." by djsollen@google.com · 12 years ago
  80. ece0100 Fix SK_OVERRIDE for various versions of clang by george@mozilla.com · 12 years ago
  81. 79c865a Ensure that all GNU-based systems are considered to be UNIX by george@mozilla.com · 12 years ago
  82. 91f319c Use asNewCustomStage instead of asABitmap in SkGpuDevice, also removed now-unecessary twoPointRadialParams parameter from asABitmap. by rileya@google.com · 12 years ago
  83. 0567f22 Add SkScalarPow. by bungeman@google.com · 12 years ago
  84. bba65d9 experimental only by reed@google.com · 12 years ago
  85. 4c2a2f7 Added isIntersectionOfRects to SkClipStack by robertphillips@google.com · 12 years ago
  86. 6e502fe Fix Android build broken due to changes in r4741. by bungeman@google.com · 12 years ago
  87. bbe5013 Split SkGlyph into its own header. https://codereview.appspot.com/6434049/ by bungeman@google.com · 12 years ago
  88. 607fe07 Added bound computation to SkClipStack by robertphillips@google.com · 12 years ago
  89. c1d1f41 Remove Bitmaps Raw Pixel Support. by djsollen@google.com · 12 years ago
  90. f794303 add protected method for internal_dispose overrides to jam fRefCnt before by reed@google.com · 12 years ago
  91. 03c1c35 Added asNewCustomStage to SkShader and implemented it for all the gradient shaders. by rileya@google.com · 12 years ago
  92. 80214e2 Made clarifying renamings to SkClipStack's iterators (and added to unit test) by robertphillips@google.com · 12 years ago
  93. 73c48f1 removing trailing ',' on last entry in enum, to fix warning by reed@google.com · 12 years ago
  94. ca0062e add SkPaint::getPosTextPath(), with gm to test it by reed@google.com · 12 years ago
  95. 22e57f9 New subclasses for both Gr and GrGL gradient effect classes. by rileya@google.com · 12 years ago
  96. 7f1ffa6 Add SK_API for SkData. Needed for https://bugs.webkit.org/show_bug.cgi?id=91171 by vandebo@chromium.org · 12 years ago
  97. 5836b6d Add skipToLast method to SkClipStack by robertphillips@google.com · 12 years ago
  98. f7751ae Exported SkFILEWStream class so that it can be used in Chrome. by alokp@chromium.org · 12 years ago
  99. e9fdfb5 remove Symbian (not needed) flag, and assume all CPUs *except* thumb have fast by reed@google.com · 12 years ago
  100. 52cb2c7 Extended SkDeque's reverse iteration capability to SkClipStack by robertphillips@google.com · 12 years ago