1. 3253f83 fix double->float warning by reed@google.com · 10 years ago
  2. 4e332f8 add rounding-using-doubles methods on SkScalar and SkRect by commit-bot@chromium.org · 10 years ago
  3. 089a780 Split GrResource into GrCacheable/GrGpuObject by commit-bot@chromium.org · 10 years ago
  4. 8c7372b Fix for SkMatrixConvolutionImageFilter with large borders. by senorblanco@chromium.org · 10 years ago
  5. 9195743 Add a fix for a spurious assert in SkMatrixConvolutionImageFilter. by senorblanco@chromium.org · 10 years ago
  6. 1a98a06 one valgrind.supp to rule them all. by commit-bot@chromium.org · 10 years ago
  7. 901d10d Add Valgrind suppressions for nvidia driver. by commit-bot@chromium.org · 10 years ago
  8. 86398e5 Avoid undefined behavior and enable asserts in ClampTest. by commit-bot@chromium.org · 10 years ago
  9. 91fc81c fix cubic/line intersection; add skp tests by commit-bot@chromium.org · 10 years ago
  10. 8dac8b1 Backfill unit tests for SkRecord by commit-bot@chromium.org · 10 years ago
  11. 1ac99c8 Fixed issue found by clusterfuzz by commit-bot@chromium.org · 10 years ago
  12. 705b1ff Don't bother doing the empty clip check in SkRecordDraw. by commit-bot@chromium.org · 10 years ago
  13. 0a5c233 Implement bounds traversals for tile and matrix convolution filters. by senorblanco@chromium.org · 10 years ago
  14. daaafa6 add asAShadowBlur for android to drawlooper by reed@google.com · 10 years ago
  15. a31eacb Refactor SkPictureStateTree::Iterator to avoid use of kClip_SaveFlag. by commit-bot@chromium.org · 10 years ago
  16. e396455 move common blur types into central header by commit-bot@chromium.org · 10 years ago
  17. 2e0c32a Start using type traits in src/record instead of macros. by commit-bot@chromium.org · 10 years ago
  18. 9c9005a Move SkShader::fLocalMatrix into SkShader constructor. by commit-bot@chromium.org · 10 years ago
  19. e02c5da Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  20. 8cb1daa fix minor skp-found bugs by commit-bot@chromium.org · 10 years ago
  21. b950c6f Fix r14368 (First pass at GPU veto) for non-GPU builds by robertphillips@google.com · 10 years ago
  22. e2cb12a First pass at GPU veto by commit-bot@chromium.org · 10 years ago
  23. 915b972 Reland "Properly set alpha type in webp decode." by commit-bot@chromium.org · 10 years ago
  24. 76a3b2a Remove support for inheriting the paint color from SkColorShader by commit-bot@chromium.org · 10 years ago
  25. 732bd66 Rearrange SkRecord public API to fit better with cc/resources/picture by commit-bot@chromium.org · 10 years ago
  26. 8f831f2 First step in pulling SkPicturePlayback & SkPictureRecord out of SkPicture by commit-bot@chromium.org · 10 years ago
  27. ea26a0e comment out SkDebugf (only needed for local testing) by commit-bot@chromium.org · 10 years ago
  28. 88c3e27 Refactor SkRecord opts, converting playback optimizations where possible. by commit-bot@chromium.org · 10 years ago
  29. aec1438 Add asADash entry point into SkPathEffect to allow extracting Dash info from PathEffects by commit-bot@chromium.org · 10 years ago
  30. 2c4e75c Remove offset to SkMallocPixelRef::NewWithData - use SkData::NewSubset instead. by commit-bot@chromium.org · 10 years ago
  31. 855e88e Fixes for SkPictureShader. by commit-bot@chromium.org · 10 years ago
  32. ad8ce57 anticipate more optimizations by renaming some files and methods by commit-bot@chromium.org · 10 years ago
  33. 33a94e2 remove unused fOverflowed from SkClampRange by reed@google.com · 10 years ago
  34. 770963f Staging for cleanup of SkPicture-related headers by robertphillips@google.com · 10 years ago
  35. 091a594 Reduce internal explicit SaveFlags usage. by commit-bot@chromium.org · 10 years ago
  36. 60bd751 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  37. 5fb2ce3 Staged removal of SkPicture-derived classes by commit-bot@chromium.org · 10 years ago
  38. 273a00d fix expected size in 32bit builds by reed@google.com · 10 years ago
  39. cc277b7 Orphan ProcXfermode, with an eye towards removing it by commit-bot@chromium.org · 10 years ago
  40. efaf53b remove unused tests to fix new clang build by commit-bot@chromium.org · 10 years ago
  41. 667b98d Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  42. 45d86e7 always store bitfields along with dirty in FlatteningTraits by commit-bot@chromium.org · 10 years ago
  43. 39426e2 read/write function_ptrs as just void*, and not as 'array of bytes' by commit-bot@chromium.org · 10 years ago
  44. d393b17 Retract SkPicture::kOptimizeForClippedPlayback_RecordingFlag from public API by commit-bot@chromium.org · 10 years ago
  45. 85faf50 remove legacy filter-flags, and store FilterLevel directly by commit-bot@chromium.org · 10 years ago
  46. 12a0412 initialize bounds in this test by commit-bot@chromium.org · 10 years ago
  47. 73cb153 Make sure SkDrawLooper objects can only be allocated on the heap. by commit-bot@chromium.org · 10 years ago
  48. 653d518 SkRecord bug fixes by commit-bot@chromium.org · 10 years ago
  49. a1ed7ae Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  50. 4431e77 Mike R: please sanity check SkPostConfig.h by commit-bot@chromium.org · 10 years ago
  51. 84b18c7 split SkPictureRecorder out of SkPicture by robertphillips@google.com · 10 years ago
  52. f7efa50 Implement intra-frame cacheing in image filters. by commit-bot@chromium.org · 10 years ago
  53. cae54f1 remove picture-backed surfaces by commit-bot@chromium.org · 10 years ago
  54. c4b21e6 Mark our territory with (C). by commit-bot@chromium.org · 10 years ago
  55. 28fcae2 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 10 years ago
  56. 96edc24 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 10 years ago
  57. 18fd2b9 Add a focused public API for src/record. by commit-bot@chromium.org · 10 years ago
  58. d923288 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 10 years ago
  59. 757ebd2 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 10 years ago
  60. 55c9b4e Cast int to float. by commit-bot@chromium.org · 10 years ago
  61. 6573ce7 Create SkLayerRasterizer w/o destroying Builder. by commit-bot@chromium.org · 10 years ago
  62. ff2de7c SkRecordDraw: don't bother clipping an empty clip down further by commit-bot@chromium.org · 10 years ago
  63. d9ce2be SkRecordDraw: skip draw ops when the clip is empty by commit-bot@chromium.org · 10 years ago
  64. 149e9a1 Rename kPMColor_SkColorType to kN32_SkColorType. by commit-bot@chromium.org · 10 years ago
  65. e1d9443 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  66. 506db0b SkRecord: make culling work if SkRecordAnnotateCullingPairs is called. by commit-bot@chromium.org · 10 years ago
  67. 9ffa52d More SkRecord TODOs: by commit-bot@chromium.org · 10 years ago
  68. b736962 More SkRecord TODOs: by commit-bot@chromium.org · 10 years ago
  69. 066a28d Start on some unwritten SkRecord TODOs: by commit-bot@chromium.org · 10 years ago
  70. 43c2758 WIP -- SkFont by reed@google.com · 10 years ago
  71. 2b4e370 Convert SkPicture's generation ID to a unique ID by commit-bot@chromium.org · 10 years ago
  72. cf2f008 SkDiscardableMemoryPool to abstract class by commit-bot@chromium.org · 10 years ago
  73. d591b75 Revert of Properly set alpha type in webp decode. (https://codereview.chromium.org/223893002/) by commit-bot@chromium.org · 10 years ago
  74. a455965 Properly set alpha type in webp decode. by commit-bot@chromium.org · 10 years ago
  75. a915772 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  76. d550088 Add generation ID to SkPicture by robertphillips@google.com · 10 years ago
  77. d5424a4 Fix matrix adjustment passed to filter processing. by senorblanco@chromium.org · 10 years ago
  78. 55bd940 SkTDynamicHash: pick up GetKey(), Hash() from T by default. by commit-bot@chromium.org · 10 years ago
  79. 158f646 SkTDynamicHash: remove need for Equals(const T&, const Key&) param. by commit-bot@chromium.org · 10 years ago
  80. ee845ae Fix SkXfermodeImageFilter when an input is cropped out. by senorblanco@chromium.org · 10 years ago
  81. 35c03fb Remove scaleToFit from DashPathEffect by commit-bot@chromium.org · 10 years ago
  82. 0e9e6a3 Roll back tests/TileGridTest.cpp back to where ASAN was happy. by commit-bot@chromium.org · 10 years ago
  83. dad009b Making SkDeferredCanvas::silentFlush trigger a skippedPendingDrawCommands callback by commit-bot@chromium.org · 10 years ago
  84. 7111d46 Revert "Revert of implement readPixels and writePixels natively, w/o using the (deprecated) (https://codereview.chromium.org/199733016/)" by reed@google.com · 10 years ago
  85. 231f6b8 Revert of implement readPixels and writePixels natively, w/o using the (deprecated) (https://codereview.chromium.org/199733016/) by commit-bot@chromium.org · 10 years ago
  86. 1121170 implement readPixels and writePixels natively, w/o using the (deprecated) by reed@google.com · 10 years ago
  87. e8807f4 SkPaint: eliminate some dead bytes in 64-bit build. by commit-bot@chromium.org · 10 years ago
  88. 28ae55d Fix Mac Debug clang build. by senorblanco@chromium.org · 10 years ago
  89. 09843fd Fix for crash on large image blur sigma values. by senorblanco@chromium.org · 10 years ago
  90. 61c9b83 Manual memset to work around bogus compiler warning bug. by commit-bot@chromium.org · 10 years ago
  91. 34ce63c Fix incorrect assert in r13895. by bungeman@google.com · 10 years ago
  92. 95ebd17 Add removeShuffle to SkTArray and add SkTArray tests. by bungeman@google.com · 10 years ago
  93. 99e5b52 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  94. 9206da6 Revert of SkPaint: eliminate some dead bytes in 64-bit build. (https://codereview.chromium.org/203203003/) by commit-bot@chromium.org · 10 years ago
  95. f48182b SkPaint: eliminate some dead bytes in 64-bit build. by commit-bot@chromium.org · 10 years ago
  96. 180e36a Revert "hide Config8888 entirely". Broke a bunch of builds. by bsalomon@google.com · 10 years ago
  97. be41d38 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  98. e14792d hide Config8888 entirely by commit-bot@chromium.org · 10 years ago
  99. d8a57af Adding a new SkSurface factory for generating surfaces from the scratch texture pool. by commit-bot@chromium.org · 10 years ago
  100. fffb2cd Revert of SkPaint: eliminate some dead bytes in 64-bit build. (https://codereview.chromium.org/203203003/) by commit-bot@chromium.org · 10 years ago