1. 786ece1 Allow Android font manager on *nix. by bungeman · 9 years ago
  2. c530854 Rename SkFontConfigParser_android SkFontMgr_android_parser. by bungeman · 9 years ago
  3. 2e0303f Gyp: Sanity Part II (GM+Tests) by halcanary · 9 years ago
  4. ca1a22e Revert of Revert of remove unused (by clients) SkPathUtils (patchset #1 id:1 of https://codereview.chromium.org/1060703003/) by reed · 9 years ago
  5. bdb0bf5 Revert of remove unused (by clients) SkPathUtils (patchset #1 id:1 of https://codereview.chromium.org/1088383003/) by jcgregorio · 9 years ago
  6. aab35d9 remove unused (by clients) SkPathUtils by reed · 9 years ago
  7. 51985e3 setDrawFilter needs to trigger any deferred saves by reed · 9 years ago
  8. 438b2ad ***Disables swizzles to 565. by msarett · 9 years ago
  9. f1f8895 add realloc method to SkAutoSTMalloc by joshualitt · 9 years ago
  10. 4a9426f Sketch SkFunction by mtklein · 9 years ago
  11. c9adb05 Refactor Sk2x<T> + Sk4x<T> into SkNf<N,T> and SkNi<N,T> by mtklein · 9 years ago
  12. a096d7a SkCodec: add wbmp class by halcanary · 9 years ago
  13. a644116 Revert of Make the canvas draw looper setup update the canvas save count (patchset #1 id:1 of https://codereview.chromium.org/1034033004/) by reed · 9 years ago
  14. fd3a91e Make the canvas draw looper setup update the canvas save count by reed · 9 years ago
  15. d4714af SkPDF SkPDFObject::addResources signature simplified by halcanary · 9 years ago
  16. 3e56227 Add copyright headers to remaining gyp files. by scroggo · 9 years ago
  17. bbecae0 Sk2x by mtklein · 9 years ago
  18. 78acf96 Indexed PNG decoding: Ensure color table is large enough that the bit depth of the image will not allow reads beyond its end. by dml · 9 years ago
  19. cdeca44 Revert "Indexed PNG decoding: Ensure color table is large enough that the bit depth of the image will not allow reads beyond its end." by scroggo · 9 years ago
  20. 493c1ce Indexed PNG decoding: Ensure color table is large enough that the bit depth of the image will not allow reads beyond its end. by Leon Scroggins III · 9 years ago
  21. f45796e Fix a memory leak when decoding corrupted indexed PNGs. by dml · 9 years ago
  22. 8371b7e Revert of Fix a memory leak when decoding corrupted indexed PNGs. (patchset #2 id:20001 of https://codereview.chromium.org/951663002/) by reed · 9 years ago
  23. 561a1ca Fix a memory leak when decoding corrupted indexed PNGs. by dml · 9 years ago
  24. d6ed19c Tessellating GPU path renderer. by senorblanco · 9 years ago
  25. 73953e7 Make SkNewImageFromBitmap take pixel ref origin into account by kkinnunen · 9 years ago
  26. a2f4be7 Sketch SkPMFloat by mtklein · 9 years ago
  27. 0883027 Revert of Sketch SkPMFloat (patchset #15 id:270001 of https://codereview.chromium.org/936633002/) by mtklein · 9 years ago
  28. 50d2b31 Sketch SkPMFloat by mtklein · 9 years ago
  29. 7a04869 [SVGDevice] Text whitespace unittest by fmalita · 9 years ago
  30. 2aa1f7e Port GrGLCaps over to use SkTHash. by mtklein · 9 years ago
  31. 1b5c604 PDF: Add (low-memory) SkPDFBitmap class by halcanary · 9 years ago
  32. 3a6672a C++11 Unit Test for RValue semantics. by halcanary · 9 years ago
  33. 3555bd8 Add a templated priority queue class. by bsalomon · 9 years ago
  34. 979e0ea Spin off SkTHashTable, SkTHashMap, SkTHashSet by mtklein · 9 years ago
  35. 1ea1ebc Remove GrBinHashKey by bsalomon · 10 years ago
  36. 692135f YUV planes cache by sugoi · 10 years ago
  37. 1a178ca Use device-space stroke width for SkDraw::drawRect() quick-reject by fmalita · 10 years ago
  38. 703dd2e Remove SkTileGrid (except for TileGridInfo). by mtklein · 10 years ago
  39. 1607156 Handle SkBitmaps which have no pixels in SkPDFImage. by jbroman · 10 years ago
  40. 0bd57b2 SkVarAlloc::approxBytesAllocated() by mtklein · 10 years ago
  41. 52b7822 Revert of SkVarAlloc::approxBytesAllocated (patchset #5 id:80001 of https://codereview.chromium.org/730193003/) by mtklein · 10 years ago
  42. f27f1bc SkVarAlloc::approxBytesAllocated() by mtklein · 10 years ago
  43. a74ce85 Start stripping out complicated parts of SkPicture{Record,Data}. by mtklein · 10 years ago
  44. 5da116f start again on Sk4x with portable version and unit tests work on tests by mtklein · 10 years ago
  45. b61e206 Add tests (and fix!) for known bad ICO files. by scroggo · 10 years ago
  46. 8e74b15 Fix SkTime::GetDateTime Posix implementation, add unit test. by halcanary · 10 years ago
  47. a41d3c3 Make RTree handle the case where the playback canvas has empty clip bounds by junov · 10 years ago
  48. e332396 move c api into include by reed · 10 years ago
  49. d9aac34 Add SkMaskCache by qiankun.miao · 10 years ago
  50. e9e0dea SkLazyPtr follow ups by mtklein · 10 years ago
  51. 1d93266 SkLazyPtr suitable as a local or class member. by mtklein · 10 years ago
  52. a71aee6 Remove obsolete SkRecording. by mtklein · 10 years ago
  53. 6819df3 Adds a GrTRecorder class that GrInOrderDrawBuffer uses to allocate by cdalton · 10 years ago
  54. 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
  55. 360b680 Adds a GrTRecorder class that GrInOrderDrawBuffer uses to allocate by cdalton · 10 years ago
  56. 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
  57. 47c844a Adds a GrTBaseList class that GrInOrderDrawBuffer uses to allocate by cdalton · 10 years ago
  58. feff7d2 Draw more accurate thick-stroked Beziers (disabled) by caryclark · 10 years ago
  59. 9d93c2e Add SkCachedData and use it for SkMipMap by reed · 10 years ago
  60. 37c5a81 Speculative revert to diagnose crash in chrome. Revert "Add SkCachedData and use it for SkMipMap" by reed · 10 years ago
  61. 92561a0 Add SkCachedData and use it for SkMipMap by reed · 10 years ago
  62. e4b2314 Caching the result of readPixelsSupported by piotaixr · 10 years ago
  63. ed48ebe Archive more dead code. by mtklein · 10 years ago
  64. 6bd4196 BBHs: void* data -> unsigned data by mtklein · 10 years ago
  65. f6fde17 Archive more dead code. by mtklein · 10 years ago
  66. 46616af Strip old backend recording down to essentials by mtklein · 10 years ago
  67. 6a5c708 Add SkMiniData. by mtklein · 10 years ago
  68. 327f905 Fix recording of saveLayout with unusual Xfermodes. by dneto · 10 years ago
  69. 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
  70. 86e01df Add a test that uses C++11 features as a compiler canary. by mtklein · 10 years ago
  71. c54056c Back to hashing source content, not .png. by mtklein · 10 years ago
  72. e2d4eb7 Hash .pngs instead of SkBitmaps. by mtklein · 10 years ago
  73. a1ae66d Add pop_back() to GrAllocator and add unit test. by bsalomon · 10 years ago
  74. d982eb2 Replace SkPictureReplacementPlayback with GrRecordReplaceDraw by robertphillips · 10 years ago
  75. 2bdf1f5 Revert of Add gamma/sRGB tag to SkImageInfo (patchset #1 id:1 of https://codereview.chromium.org/527073003/) by reed · 10 years ago
  76. 2f6abde Add gamma/sRGB tag to SkImageInfo by reed · 10 years ago
  77. aca21d6 Rename ScaledImageCache.cpp to SkResourceCacheTest.cpp by piotaixr · 10 years ago
  78. 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
  79. 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
  80. b44c189 Revert of Add gamma/sRGB tag to SkImageInfo (patchset #1 id:1 of https://codereview.chromium.org/522813002/) by reed · 10 years ago
  81. c89aa50 Add gamma/sRGB tag to SkImageInfo by reed · 10 years ago
  82. 64ba5fa Revert of Add gamma/sRGB tags to SkImageInfo (patchset #1 of https://codereview.chromium.org/517123002/) by reed · 10 years ago
  83. 228b285 Add gamma/sRGB tags to SkImageInfo by reed · 10 years ago
  84. 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
  85. e759a26 Revert of Revert of add gamma/sRGB to SkImageInfo (patchset #1 of https://codereview.chromium.org/512243002/) by reed · 10 years ago
  86. dc53701 Revert of add gamma/sRGB to SkImageInfo (patchset #4 of https://codereview.chromium.org/514753002/) by reed · 10 years ago
  87. 615c369 add gamma/sRGB to SkImageInfo by reed · 10 years ago
  88. daefa5b JPEG(JFIF only) directly embedded into PDF by halcanary · 10 years ago
  89. c6765d6 Add some SkTextBlob builder tests. by fmalita · 10 years ago
  90. d2a3522 Add the method isOpaque() to SkImage by piotaixr · 10 years ago
  91. 3b62554 Remove SkPaintOptionsAndroid by djsollen · 10 years ago
  92. c15e28a Revert of Remove SkPaintOptionsAndroid (patchset #5 of https://codereview.chromium.org/447873003/) by bsalomon · 10 years ago
  93. f32331f Remove SkPaintOptionsAndroid by djsollen · 10 years ago
  94. bab82ed Pretty print of shaders by joshualitt · 10 years ago
  95. da7a944 Revert "Remove SkPaintOptionsAndroid" by Derek Sollenberger · 10 years ago
  96. 27fb949 Remove SkPaintOptionsAndroid by Derek Sollenberger · 10 years ago
  97. 816b4fb Fix bad gypi by tomhudson · 10 years ago
  98. f79673b Test and generalize font configuration parser by tomhudson · 10 years ago
  99. 8ab8cc0 Finish removing GrTHashTable by robertphillips · 10 years ago
  100. 85d3652 fix android_framework build do to missing library at link time by djsollen · 10 years ago