1. baed71f add counting to Globals, and refactor some for clarity by reed@google.com · 11 years ago
  2. 97f8167 We don't flatten or unflatten SkPaintOptionsAndroid. Reproduce and fix. by commit-bot@chromium.org · 11 years ago
  3. ca0c838 Move bound and isFinite into pathref by robertphillips@google.com · 11 years ago
  4. d28ba80 promote SkImage::AlphaType to SkAlphaType by reed@google.com · 11 years ago
  5. 570863f path ops work in progress by caryclark@google.com · 11 years ago
  6. 24ddde9 Revert 11247, 11250, 11251, 11257, and 11279 to unblock DEPS roll (https://codereview.chromium.org/24159002/) by robertphillips@google.com · 11 years ago
  7. ba6e954 Revert the revert of 11247, 11250, 11251 and 11279 (Chrome already relies on changes in r11247) by robertphillips@google.com · 11 years ago
  8. 478884f Revert 11247, 11250, 11251 and 11279 to unblock DEPS roll (https://codereview.chromium.org/24159002/) by robertphillips@google.com · 11 years ago
  9. 5792cde Initial error handling code by commit-bot@chromium.org · 11 years ago
  10. 53238bc Move SkBitmapDevice functions to their own file by robertphillips@google.com · 11 years ago
  11. e029440 Replace SkTScopedPtr with SkAutoTDelete in Skia. by commit-bot@chromium.org · 11 years ago
  12. 1c028bd fix state machine so we know simple only loops once, but we can call maprect in debug mode by reed@google.com · 11 years ago
  13. e09d6f4 Revert of r10943. by rmistry@google.com · 11 years ago
  14. 42cb6c0 add SkDeviceLooper to handle larger-than-fixedpoint by reed@google.com · 11 years ago
  15. 9241e33 Chromium staging for SkDevice refactoring by robertphillips@google.com · 11 years ago
  16. 34504ad Adding 2 functions to the Skia API by commit-bot@chromium.org · 11 years ago
  17. 602a1d7 add scaledimagecache by reed@google.com · 11 years ago
  18. 1f3c738 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  19. 138ebc3 The image resampling code has been transplanted from Chrome; it's incredibly fast. by humper@google.com · 11 years ago
  20. eed6f1b pull mipmap class into its own (private) header by reed@google.com · 11 years ago
  21. 883fe7f Move implementation of SkFilterShader into its source file. by tfarina@chromium.org · 11 years ago
  22. b088947 New bitmap filter checkin; this time with less build breakage by humper@google.com · 11 years ago
  23. 1a8940e Revert "More general image filter interface; tested implementation of standalone" by humper@google.com · 11 years ago
  24. 25fc6b9 More general image filter interface; tested implementation of standalone by humper@google.com · 11 years ago
  25. 6ba4572 remove dst/rendertarget support for kARGB_4444_Config by reed@google.com · 11 years ago
  26. 99ac02b SkDocument base for pdf, xps, etc. by reed@google.com · 11 years ago
  27. 7def5e1 Separate core and images project. by scroggo@google.com · 11 years ago
  28. 6cab1a4 Change SkStream. https://codereview.chromium.org/15298009/ by bungeman@google.com · 11 years ago
  29. 8b79028 Move SkDrawLooper implementation to its own file. by commit-bot@chromium.org · 11 years ago
  30. 4c69a06 clone of https://codereview.chromium.org/15316014/ with teaks by reed@google.com · 11 years ago
  31. 8b7463d remove dead code (SkBitmapSampler) by reed@google.com · 11 years ago
  32. 879f6c7 Hamfistedly removed core dependence on images by robertphillips@google.com · 11 years ago
  33. 45a75fb path ops : make it real by caryclark@google.com · 11 years ago
  34. 8c5c7a9 add SkDataTable, to efficiently store an immutable array. Includes a builder by reed@google.com · 11 years ago
  35. 75e3ca1 Error checking / reporting API by humper@google.com · 11 years ago
  36. d043cce Allow single-pass filters (which use asNewEffect()) to participate in the image filter DAG. This was done by introducing the SkSinglePassImageFilter abstract base class, which implements canFilterImageGPU() and filterImageGPU() on behalf of the derived class. The derived class still only needs to asNewEffect(). This allows us to recurse on the filter input in SkSinglePassImageFilter::onFilterImageGPU(). It also allows us to remove any knowledge of single-pass image filters from SkGpuDevice and from the SkImageFilter base class as well. by senorblanco@chromium.org · 11 years ago
  37. f735cb3 Remove SkMMapStream.h from core.gypi by robertphillips@google.com · 11 years ago
  38. bb281f7 Improvements/additions to SkImageCache/SkLazyPixelRef. by scroggo@google.com · 11 years ago
  39. e1575aa reland 8200 w/ fix for android (use fullpath instead of path) by reed@google.com · 11 years ago
  40. 070235e revert 8204 -- what is happening??? by reed@google.com · 11 years ago
  41. 4f7e846 reland 8200 w/ fix for android (need fullpath instead of path) by reed@google.com · 11 years ago
  42. 1311f7e revert 8200 to figure out android break by reed@google.com · 11 years ago
  43. d5ea2ae move SK_MMAP_SUPPORT into SkPreConfig, so we can know about its availability by reed@google.com · 11 years ago
  44. d9ef3a2 Create a platform-dependent object for accessing purgeable memory. by scroggo@google.com · 11 years ago
  45. 6ec97b6 refactor fonthost_tables into wrapper (fonthost) and impl (fontstream) by reed@google.com · 11 years ago
  46. 1a68805 move SkFDStream out of images into core by reed@google.com · 11 years ago
  47. f8d7d27 Create SkLazyPixelRef which performs lazy decoding. by scroggo@google.com · 11 years ago
  48. 3b0a9fe Update filter tool to allow more flexible filtering by robertphillips@google.com · 11 years ago
  49. 4991b8f Added toString to SkDrawLooper-derived classes by robertphillips@google.com · 11 years ago
  50. 3bc7200 Move random from core to utils by bsalomon@google.com · 12 years ago
  51. 82c2fec Remove ConcaveToTriangles. by bungeman@google.com · 12 years ago
  52. baa0220 Move code in isPaintOpaque from SkDeferredCanvas.cpp to SkPaintPriv by junov@chromium.org · 12 years ago
  53. 532470f Expose geometry and gamma on device. https://codereview.appspot.com/6499101/ by bungeman@google.com · 12 years ago
  54. 5f74cf8 Follow up on the previous patch : by sugoi@google.com · 12 years ago
  55. 3cb834b Modifying SkTileGrid to support arbitrary query rectangles. by junov@chromium.org · 12 years ago
  56. bbe5290 Add SkTLList, linked list class implemented on top of the internal llist class. by bsalomon@google.com · 12 years ago
  57. 08cb728 Revert change accidentally committed. by bsalomon@google.com · 12 years ago
  58. d29902e Add SkTLList, linked list class implemented on top of the internal llist class. by bsalomon@google.com · 12 years ago
  59. 42619d8 Rename SkTDLinkedList to SkTInternalLinked list, add some methods useful for forthcoming SkTLList. by bsalomon@google.com · 12 years ago
  60. 5985e7c SkRoundRect start by robertphillips@google.com · 12 years ago
  61. 7b53706 Adding SkTileGrid: a new subclass of BBoxHierarchy, optimized for tiled playback. by junov@chromium.org · 12 years ago
  62. 1dfe88e Revert r5557 (which itself was a revert of r5433). Relands SkPathRef. Will follow with change for extra debug checks to attempt to ferret out http://www.crbug.com/148637. by bsalomon@google.com · 12 years ago
  63. 6c5418e Temporarily revert r5433 due to http://www.crbug.com/148637 until after M23 branch. by bsalomon@google.com · 12 years ago
  64. 9f5898d Add SkBBoxRecord subclass that builds up a BBoxHierarchy and PictureStateTree. by rileya@google.com · 12 years ago
  65. 4813458 Make BBoxHierarchy ref-counted, fix leak in RTreeTest. by rileya@google.com · 12 years ago
  66. 9fd7f8d Add helper for maintaining clip/matrix state in non-contiguous picture playback. by rileya@google.com · 12 years ago
  67. 69aca79 SkPathRef: one allocation for pts+verbs, path GenID, copy-on-write by bsalomon@google.com · 12 years ago
  68. e0201a4 Add SkPictureRecord subclass that computes bounding boxes. by rileya@google.com · 12 years ago
  69. 1f45e93 Add R-Tree data structure. Review URL: https://codereview.appspot.com/6489055 by rileya@google.com · 12 years ago
  70. 97af1a6 Add caching of the snapshot image form a surface by reed@google.com · 12 years ago
  71. 2ea0a23 Refactored GrDLinkedList into SkTDLinkedList by robertphillips@google.com · 12 years ago
  72. bf2768b Refactor SkImageFilter into its own .cpp file. by senorblanco@chromium.org · 12 years ago
  73. c0f1dfb privatize SkScalerContext.h by reed@google.com · 12 years ago
  74. fe8765c privatize SkDescriptor.h by reed@google.com · 12 years ago
  75. 56d5bfa privatize SkBuffer.h by mike@reedtribe.org · 12 years ago
  76. 65be881 privatize SkRefDict.h by mike@reedtribe.org · 12 years ago
  77. d02d4ff privatize SkGlyph.h by mike@reedtribe.org · 12 years ago
  78. 2bc1689 privatize SkPtrRecorder.h by mike@reedtribe.org · 12 years ago
  79. aaa3aec privatize SkBlitter.h by reed@google.com · 12 years ago
  80. cabe48a privatize SkScan.h by reed@google.com · 12 years ago
  81. d74e710 remove SkShape (unused) Review URL: https://codereview.appspot.com/6461069 by reed@google.com · 12 years ago
  82. 620aebb removed SkPerspIter.h by mike@reedtribe.org · 12 years ago
  83. baa5d94 split out src file names into core.gypi, with an eye towards sharing that by reed@google.com · 12 years ago