1. 273a00d fix expected size in 32bit builds by reed@google.com · 11 years ago
  2. cc277b7 Orphan ProcXfermode, with an eye towards removing it by commit-bot@chromium.org · 11 years ago
  3. efaf53b remove unused tests to fix new clang build by commit-bot@chromium.org · 11 years ago
  4. 667b98d Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  5. 45d86e7 always store bitfields along with dirty in FlatteningTraits by commit-bot@chromium.org · 11 years ago
  6. 39426e2 read/write function_ptrs as just void*, and not as 'array of bytes' by commit-bot@chromium.org · 11 years ago
  7. d393b17 Retract SkPicture::kOptimizeForClippedPlayback_RecordingFlag from public API by commit-bot@chromium.org · 11 years ago
  8. 85faf50 remove legacy filter-flags, and store FilterLevel directly by commit-bot@chromium.org · 11 years ago
  9. 12a0412 initialize bounds in this test by commit-bot@chromium.org · 11 years ago
  10. 73cb153 Make sure SkDrawLooper objects can only be allocated on the heap. by commit-bot@chromium.org · 11 years ago
  11. 653d518 SkRecord bug fixes by commit-bot@chromium.org · 11 years ago
  12. a1ed7ae Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  13. 4431e77 Mike R: please sanity check SkPostConfig.h by commit-bot@chromium.org · 11 years ago
  14. 84b18c7 split SkPictureRecorder out of SkPicture by robertphillips@google.com · 11 years ago
  15. f7efa50 Implement intra-frame cacheing in image filters. by commit-bot@chromium.org · 11 years ago
  16. cae54f1 remove picture-backed surfaces by commit-bot@chromium.org · 11 years ago
  17. c4b21e6 Mark our territory with (C). by commit-bot@chromium.org · 11 years ago
  18. 28fcae2 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 11 years ago
  19. 96edc24 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 11 years ago
  20. 18fd2b9 Add a focused public API for src/record. by commit-bot@chromium.org · 11 years ago
  21. d923288 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 11 years ago
  22. 757ebd2 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 11 years ago
  23. 55c9b4e Cast int to float. by commit-bot@chromium.org · 11 years ago
  24. 6573ce7 Create SkLayerRasterizer w/o destroying Builder. by commit-bot@chromium.org · 11 years ago
  25. ff2de7c SkRecordDraw: don't bother clipping an empty clip down further by commit-bot@chromium.org · 11 years ago
  26. d9ce2be SkRecordDraw: skip draw ops when the clip is empty by commit-bot@chromium.org · 11 years ago
  27. 149e9a1 Rename kPMColor_SkColorType to kN32_SkColorType. by commit-bot@chromium.org · 11 years ago
  28. e1d9443 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  29. 506db0b SkRecord: make culling work if SkRecordAnnotateCullingPairs is called. by commit-bot@chromium.org · 11 years ago
  30. 9ffa52d More SkRecord TODOs: by commit-bot@chromium.org · 11 years ago
  31. b736962 More SkRecord TODOs: by commit-bot@chromium.org · 11 years ago
  32. 066a28d Start on some unwritten SkRecord TODOs: by commit-bot@chromium.org · 11 years ago
  33. 43c2758 WIP -- SkFont by reed@google.com · 11 years ago
  34. 2b4e370 Convert SkPicture's generation ID to a unique ID by commit-bot@chromium.org · 11 years ago
  35. cf2f008 SkDiscardableMemoryPool to abstract class by commit-bot@chromium.org · 11 years ago
  36. d591b75 Revert of Properly set alpha type in webp decode. (https://codereview.chromium.org/223893002/) by commit-bot@chromium.org · 11 years ago
  37. a455965 Properly set alpha type in webp decode. by commit-bot@chromium.org · 11 years ago
  38. a915772 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  39. d550088 Add generation ID to SkPicture by robertphillips@google.com · 11 years ago
  40. d5424a4 Fix matrix adjustment passed to filter processing. by senorblanco@chromium.org · 11 years ago
  41. 55bd940 SkTDynamicHash: pick up GetKey(), Hash() from T by default. by commit-bot@chromium.org · 11 years ago
  42. 158f646 SkTDynamicHash: remove need for Equals(const T&, const Key&) param. by commit-bot@chromium.org · 11 years ago
  43. ee845ae Fix SkXfermodeImageFilter when an input is cropped out. by senorblanco@chromium.org · 11 years ago
  44. 35c03fb Remove scaleToFit from DashPathEffect by commit-bot@chromium.org · 11 years ago
  45. 0e9e6a3 Roll back tests/TileGridTest.cpp back to where ASAN was happy. by commit-bot@chromium.org · 11 years ago
  46. dad009b Making SkDeferredCanvas::silentFlush trigger a skippedPendingDrawCommands callback by commit-bot@chromium.org · 11 years ago
  47. 7111d46 Revert "Revert of implement readPixels and writePixels natively, w/o using the (deprecated) (https://codereview.chromium.org/199733016/)" by reed@google.com · 11 years ago
  48. 231f6b8 Revert of implement readPixels and writePixels natively, w/o using the (deprecated) (https://codereview.chromium.org/199733016/) by commit-bot@chromium.org · 11 years ago
  49. 1121170 implement readPixels and writePixels natively, w/o using the (deprecated) by reed@google.com · 11 years ago
  50. e8807f4 SkPaint: eliminate some dead bytes in 64-bit build. by commit-bot@chromium.org · 11 years ago
  51. 28ae55d Fix Mac Debug clang build. by senorblanco@chromium.org · 11 years ago
  52. 09843fd Fix for crash on large image blur sigma values. by senorblanco@chromium.org · 11 years ago
  53. 61c9b83 Manual memset to work around bogus compiler warning bug. by commit-bot@chromium.org · 11 years ago
  54. 34ce63c Fix incorrect assert in r13895. by bungeman@google.com · 11 years ago
  55. 95ebd17 Add removeShuffle to SkTArray and add SkTArray tests. by bungeman@google.com · 11 years ago
  56. 99e5b52 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  57. 9206da6 Revert of SkPaint: eliminate some dead bytes in 64-bit build. (https://codereview.chromium.org/203203003/) by commit-bot@chromium.org · 11 years ago
  58. f48182b SkPaint: eliminate some dead bytes in 64-bit build. by commit-bot@chromium.org · 11 years ago
  59. 180e36a Revert "hide Config8888 entirely". Broke a bunch of builds. by bsalomon@google.com · 11 years ago
  60. be41d38 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  61. e14792d hide Config8888 entirely by commit-bot@chromium.org · 11 years ago
  62. d8a57af Adding a new SkSurface factory for generating surfaces from the scratch texture pool. by commit-bot@chromium.org · 11 years ago
  63. fffb2cd Revert of SkPaint: eliminate some dead bytes in 64-bit build. (https://codereview.chromium.org/203203003/) by commit-bot@chromium.org · 11 years ago
  64. fa4dc2c SkPaint: eliminate some dead bytes in 64-bit build. by commit-bot@chromium.org · 11 years ago
  65. 70512af Add a means of extracting active operations from SkPicture by commit-bot@chromium.org · 11 years ago
  66. af5346a Add reg test for http://crbug.com/348821 by commit-bot@chromium.org · 11 years ago
  67. 9236238 Remove SkCanvas matrix ops return value. by commit-bot@chromium.org · 11 years ago
  68. a713f9c add new readPixels with direct memory parameters by commit-bot@chromium.org · 11 years ago
  69. f338d7c Add nine patch type to SkRRect. by commit-bot@chromium.org · 11 years ago
  70. bab3fc4 Revert of Add nine patch type to SkRRect. (https://codereview.chromium.org/196343015/) by commit-bot@chromium.org · 11 years ago
  71. 761b8e5 Add nine patch type to SkRRect. by commit-bot@chromium.org · 11 years ago
  72. be4825c Fix result order reliance by commit-bot@chromium.org · 11 years ago
  73. 7ae3bc7 Change tilegrid test to test it directly, rather than through SkPicture by commit-bot@chromium.org · 11 years ago
  74. 949b998 Fast implementation of QuadTree by commit-bot@chromium.org · 11 years ago
  75. 1e7ee99 fix a leak by commit-bot@chromium.org · 11 years ago
  76. 1182529 Implement support for expanding crop rects in image filters by senorblanco@chromium.org · 11 years ago
  77. 4cb543d Implement support for a Context parameter in image filters by senorblanco@chromium.org · 11 years ago
  78. 0f10f7b Allow toString capability to be toggled independent of developer mode. by commit-bot@chromium.org · 11 years ago
  79. e5eee51 fix memory leak introduced in 9e5f85e8 by commit-bot@chromium.org · 11 years ago
  80. affa77d Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  81. c30dcb9 Add capture snapshot as data to SkWriter32, use it to optimise record->playback. by commit-bot@chromium.org · 11 years ago
  82. 9e5f85e Fixing SkPicture serialization by commit-bot@chromium.org · 11 years ago
  83. 79fbb40 [WIP] Add Context to SkDrawLooper. by commit-bot@chromium.org · 11 years ago
  84. b93ba45 flag to make kClipToLayer_SaveFlag the default behavior by reed@google.com · 11 years ago
  85. cac5fd5 Factory methods for heap-allocated SkImageFilter objects. by commit-bot@chromium.org · 11 years ago
  86. 5c70cdc hide getTotalClip, so we can eventually remove it by commit-bot@chromium.org · 11 years ago
  87. e62513f Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  88. 8c2ee59 Once Chromium starts holding on to paths and we can actually reuse cached path data (e.g., masks & geometry) we will need a way to preserve that reuse in the skps. This CL begins adding that capability. More analysis & profiling needs to be done before it is always enabled. by commit-bot@chromium.org · 11 years ago
  89. 8eb20cc remove code disabled from writePixels change by commit-bot@chromium.org · 11 years ago
  90. 4cd9e21 Add SkCanvas::writePixels that takes info+pixels directly by commit-bot@chromium.org · 11 years ago
  91. a5572e5 Add a class to allocate small objects w/o extra calls to new. by commit-bot@chromium.org · 11 years ago
  92. 5bee054 Give PictureTest more verbose error messages. by commit-bot@chromium.org · 11 years ago
  93. 0b98f67 Fix FontMgrTest to allow for unnamed fonts. by commit-bot@chromium.org · 11 years ago
  94. 5e4112b Replace scaled bitmap if entry already exist in cache. by commit-bot@chromium.org · 11 years ago
  95. 8ef51b9 remove deprecated use of bitmap config from tests by commit-bot@chromium.org · 11 years ago
  96. f1f66c0 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  97. fab349c remove SK_SUPPORT_DEEPCOPYTO_CONFIG code -- no longer used by commit-bot@chromium.org · 11 years ago
  98. 1f6cf69 Counterproposal to 182733007: Add iterator to SkTDynamicHash by commit-bot@chromium.org · 11 years ago
  99. 085a6e4 Rename test files to end with Test.cpp. by commit-bot@chromium.org · 11 years ago
  100. 370a899 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago