1. 1607156 Handle SkBitmaps which have no pixels in SkPDFImage. by jbroman · 10 years ago
  2. 0bd57b2 SkVarAlloc::approxBytesAllocated() by mtklein · 10 years ago
  3. 52b7822 Revert of SkVarAlloc::approxBytesAllocated (patchset #5 id:80001 of https://codereview.chromium.org/730193003/) by mtklein · 10 years ago
  4. f27f1bc SkVarAlloc::approxBytesAllocated() by mtklein · 10 years ago
  5. a74ce85 Start stripping out complicated parts of SkPicture{Record,Data}. by mtklein · 10 years ago
  6. 5da116f start again on Sk4x with portable version and unit tests work on tests by mtklein · 10 years ago
  7. b61e206 Add tests (and fix!) for known bad ICO files. by scroggo · 10 years ago
  8. 8e74b15 Fix SkTime::GetDateTime Posix implementation, add unit test. by halcanary · 10 years ago
  9. a41d3c3 Make RTree handle the case where the playback canvas has empty clip bounds by junov · 10 years ago
  10. e332396 move c api into include by reed · 10 years ago
  11. d9aac34 Add SkMaskCache by qiankun.miao · 10 years ago
  12. e9e0dea SkLazyPtr follow ups by mtklein · 10 years ago
  13. 1d93266 SkLazyPtr suitable as a local or class member. by mtklein · 10 years ago
  14. a71aee6 Remove obsolete SkRecording. by mtklein · 10 years ago
  15. 6819df3 Adds a GrTRecorder class that GrInOrderDrawBuffer uses to allocate by cdalton · 10 years ago
  16. f439c77 Revert of Create a single command buffer for GrInOrderDrawBuffer (patchset #17 id:1240001 of https://codereview.chromium.org/628453002/) by mtklein · 10 years ago
  17. 360b680 Adds a GrTRecorder class that GrInOrderDrawBuffer uses to allocate by cdalton · 10 years ago
  18. 07894c4 Revert of Create a single command buffer for GrInOrderDrawBuffer (patchset #14 id:1050001 of https://codereview.chromium.org/628453002/) by mtklein · 10 years ago
  19. 47c844a Adds a GrTBaseList class that GrInOrderDrawBuffer uses to allocate by cdalton · 10 years ago
  20. feff7d2 Draw more accurate thick-stroked Beziers (disabled) by caryclark · 10 years ago
  21. 9d93c2e Add SkCachedData and use it for SkMipMap by reed · 10 years ago
  22. 37c5a81 Speculative revert to diagnose crash in chrome. Revert "Add SkCachedData and use it for SkMipMap" by reed · 10 years ago
  23. 92561a0 Add SkCachedData and use it for SkMipMap by reed · 10 years ago
  24. e4b2314 Caching the result of readPixelsSupported by piotaixr · 10 years ago
  25. ed48ebe Archive more dead code. by mtklein · 10 years ago
  26. 6bd4196 BBHs: void* data -> unsigned data by mtklein · 10 years ago
  27. f6fde17 Archive more dead code. by mtklein · 10 years ago
  28. 46616af Strip old backend recording down to essentials by mtklein · 10 years ago
  29. 6a5c708 Add SkMiniData. by mtklein · 10 years ago
  30. 327f905 Fix recording of saveLayout with unusual Xfermodes. by dneto · 10 years ago
  31. 94c4151 Revert of Add a test that uses C++11 features as a compiler canary. (patchset #2 id:20001 of https://codereview.chromium.org/568913002/) by mtklein · 10 years ago
  32. 86e01df Add a test that uses C++11 features as a compiler canary. by mtklein · 10 years ago
  33. c54056c Back to hashing source content, not .png. by mtklein · 10 years ago
  34. e2d4eb7 Hash .pngs instead of SkBitmaps. by mtklein · 10 years ago
  35. a1ae66d Add pop_back() to GrAllocator and add unit test. by bsalomon · 10 years ago
  36. d982eb2 Replace SkPictureReplacementPlayback with GrRecordReplaceDraw by robertphillips · 10 years ago
  37. 2bdf1f5 Revert of Add gamma/sRGB tag to SkImageInfo (patchset #1 id:1 of https://codereview.chromium.org/527073003/) by reed · 10 years ago
  38. 2f6abde Add gamma/sRGB tag to SkImageInfo by reed · 10 years ago
  39. aca21d6 Rename ScaledImageCache.cpp to SkResourceCacheTest.cpp by piotaixr · 10 years ago
  40. 1cbc68f Revert of Revert of Revert of Add gamma/sRGB tag to SkImageInfo (patchset #1 id:1 of https://codereview.chromium.org/532583002/) by reed · 10 years ago
  41. 4581828 Revert of Revert of Add gamma/sRGB tag to SkImageInfo (patchset #1 id:1 of https://codereview.chromium.org/525113005/) by reed · 10 years ago
  42. b44c189 Revert of Add gamma/sRGB tag to SkImageInfo (patchset #1 id:1 of https://codereview.chromium.org/522813002/) by reed · 10 years ago
  43. c89aa50 Add gamma/sRGB tag to SkImageInfo by reed · 10 years ago
  44. 64ba5fa Revert of Add gamma/sRGB tags to SkImageInfo (patchset #1 of https://codereview.chromium.org/517123002/) by reed · 10 years ago
  45. 228b285 Add gamma/sRGB tags to SkImageInfo by reed · 10 years ago
  46. 088f4b8 Revert of Revert of Revert of add gamma/sRGB to SkImageInfo (patchset #1 of https://codereview.chromium.org/511363002/) by reed · 10 years ago
  47. e759a26 Revert of Revert of add gamma/sRGB to SkImageInfo (patchset #1 of https://codereview.chromium.org/512243002/) by reed · 10 years ago
  48. dc53701 Revert of add gamma/sRGB to SkImageInfo (patchset #4 of https://codereview.chromium.org/514753002/) by reed · 10 years ago
  49. 615c369 add gamma/sRGB to SkImageInfo by reed · 10 years ago
  50. daefa5b JPEG(JFIF only) directly embedded into PDF by halcanary · 10 years ago
  51. c6765d6 Add some SkTextBlob builder tests. by fmalita · 10 years ago
  52. d2a3522 Add the method isOpaque() to SkImage by piotaixr · 10 years ago
  53. 3b62554 Remove SkPaintOptionsAndroid by djsollen · 10 years ago
  54. c15e28a Revert of Remove SkPaintOptionsAndroid (patchset #5 of https://codereview.chromium.org/447873003/) by bsalomon · 10 years ago
  55. f32331f Remove SkPaintOptionsAndroid by djsollen · 10 years ago
  56. bab82ed Pretty print of shaders by joshualitt · 10 years ago
  57. da7a944 Revert "Remove SkPaintOptionsAndroid" by Derek Sollenberger · 10 years ago
  58. 27fb949 Remove SkPaintOptionsAndroid by Derek Sollenberger · 10 years ago
  59. 816b4fb Fix bad gypi by tomhudson · 10 years ago
  60. f79673b Test and generalize font configuration parser by tomhudson · 10 years ago
  61. 8ab8cc0 Finish removing GrTHashTable by robertphillips · 10 years ago
  62. 85d3652 fix android_framework build do to missing library at link time by djsollen · 10 years ago
  63. 2451937 Run CanvasState test across a library boundary. by scroggo · 10 years ago
  64. 17f0b6d share dm and command flags by caryclark · 10 years ago
  65. 518d83d Skia side RGB to YUV gpu conversion by sugoi · 10 years ago
  66. 805ef15 Set maximum output size for scaled-image-cache images by halcanary · 10 years ago
  67. ee5da55 32 bpp floating point textures by joshualitt · 10 years ago
  68. c7af812 Revert of Reopened: Caching the result of readPixelsSupported (https://codereview.chromium.org/364193004/) by bungeman · 10 years ago
  69. 8339371 Caching the result of readPixelsSupported by piotaixr · 10 years ago
  70. cef04f8 Deleted SkImage::newShaderClamp: not used, not implemented. by piotaixr · 10 years ago
  71. 874a62a Revert "Remove ability for Release code to call getRefCnt() or getWeakRefCnt()." by Mike Klein · 10 years ago
  72. 0a65e38 Cleanup: Rename UnitTestTest.cpp to RTConfRegistryTest.cpp by tfarina · 10 years ago
  73. 4ae94ff Remove ability for Release code to call getRefCnt() or getWeakRefCnt(). by mtklein · 10 years ago
  74. 952841b Begin atlasing by robertphillips · 10 years ago
  75. e462f2b Revert of Begin atlasing (https://codereview.chromium.org/354533004/) by robertphillips · 10 years ago
  76. 55e61f0 Begin atlasing by robertphillips · 10 years ago
  77. 11a005e Promote SkInterpolator unit test to our tests driver. by tfarina · 10 years ago
  78. 12345ae Rename TestSize.cpp to SizeTest.cpp by tfarina · 10 years ago
  79. 2010891 Add GYP target for sk_tool_utils.* component. by tfarina · 10 years ago
  80. 9ac68ee Move BenchTimer to tools as Timer by mtklein · 10 years ago
  81. 9e64b78 Revert of Move BenchTimer to tools as Timer (https://codereview.chromium.org/344213003/) by mtklein · 10 years ago
  82. 4ed7528 Move BenchTimer to tools as Timer by mtklein · 10 years ago
  83. bcbc178 Refactor how we handle resources path in Tests. by tfarina · 10 years ago
  84. 887f397 Add EXPERIMENTAL_beginRecording() for SkRecord-based recording. by mtklein · 10 years ago
  85. da4ed32 Cleanup: Delete sk_tools::make_filepath() in favor of SkOSPath::SkPathJoin(). by tfarina · 10 years ago
  86. 2b310e4 Texture compression unit tests along with a couple of bug fixes by krajcevski · 10 years ago
  87. 5119234 Generate path names on the client side by cdalton · 10 years ago
  88. c250d2e Initial KTX encoder by krajcevski · 10 years ago
  89. 7ae034d Test font created from paint by commit-bot@chromium.org · 10 years ago
  90. ad854bf Add testing for Rectanizer-derived classes by commit-bot@chromium.org · 10 years ago
  91. 73fffeb Add pattern matchers for SkRecord by commit-bot@chromium.org · 10 years ago
  92. 8dac8b1 Backfill unit tests for SkRecord by commit-bot@chromium.org · 10 years ago
  93. a31eacb Refactor SkPictureStateTree::Iterator to avoid use of kClip_SaveFlag. by commit-bot@chromium.org · 10 years ago
  94. aec1438 Add asADash entry point into SkPathEffect to allow extracting Dash info from PathEffects by commit-bot@chromium.org · 10 years ago
  95. 855e88e Fixes for SkPictureShader. by commit-bot@chromium.org · 10 years ago
  96. b17a24f SkRecord: turn on cull annotation pass in public API. by commit-bot@chromium.org · 10 years ago
  97. 18fd2b9 Add a focused public API for src/record. by commit-bot@chromium.org · 10 years ago
  98. 6573ce7 Create SkLayerRasterizer w/o destroying Builder. by commit-bot@chromium.org · 10 years ago
  99. d9ce2be SkRecordDraw: skip draw ops when the clip is empty by commit-bot@chromium.org · 10 years ago
  100. 506db0b SkRecord: make culling work if SkRecordAnnotateCullingPairs is called. by commit-bot@chromium.org · 10 years ago