1. 0446a3c Add initial CurveMeasure code by hstern · 8 years ago
  2. 955e879 Making a sample for shadow maps for more intensive development by vjiaoblack · 8 years ago
  3. 4e44efe SkRTConf: eliminate by halcanary · 8 years ago
  4. b979634 Revert of SkRTConf: reduce functionality to what we use, increase simplicity (patchset #8 id:150001 of https://codereview.chromium.org/2212473002/ ) by mtklein · 8 years ago
  5. ef59974 SkRTConf: reduce functionality to what we use, increase simplicity by halcanary · 8 years ago
  6. 96206a9 Finish delete of SkNinePatch by msarett · 8 years ago
  7. a25f470 Delete SkNinePatch by msarett · 8 years ago
  8. babc3de deferred canvas by reed · 8 years ago
  9. 2853f00 Move headers in include/utils/win to src/utils/win. by bungeman · 8 years ago
  10. 45420a9 SkMultiPictureDocument & SkMultiPictureDocumentReader by halcanary · 8 years ago
  11. 50d3b57 return 4x4 matrix from SkColorSpace by reed · 8 years ago
  12. ada338a utils.gypi: remove empty file SkMD5.cpp by halcanary · 8 years ago
  13. 68c14d9 Templatize SkToXXX. by bungeman · 8 years ago
  14. 89edf7a Revert of Templatize SkToXXX. (patchset #2 id:20001 of https://codereview.chromium.org/1814153003/ ) by bungeman · 8 years ago
  15. 0be9e80 Templatize SkToXXX. by bungeman · 8 years ago
  16. 8418aac Remove SkImageGeneratorUtils. None of this code is used. by brianosman · 8 years ago
  17. 34d26b9 dead code: really kill these off again by mtklein · 8 years ago
  18. 32a45f6 These files must be in the gypi for GN to remove them... by mtklein · 8 years ago
  19. 048494c clean up more dead code by mtklein · 8 years ago
  20. f60a890 Delete dead code. SkBitmapHasher has not been used since gm. by mtklein · 8 years ago
  21. f267c1e Add ability to extract YUV planes from SkImage by bsalomon · 9 years ago
  22. 879caf8 remove SkDebugUtils.h -- unused by reed · 9 years ago
  23. 08e7047 remove unused SkCubicInterval by reed · 9 years ago
  24. 83ba585 move SkParsePaint.h into views by reed · 9 years ago
  25. b39f39f remove unused SkCullPoints by reed · 9 years ago
  26. a1bde7d Remove SkThread::setProcessorAffinity() by mtklein · 9 years ago
  27. 2f5891e Remove SkBitmapSource by fmalita · 9 years ago
  28. 8fd97ea Revert of Provides multiple implementations of Android's SkBitmapRegionDecoder (patchset #16 id:360001 of https://codereview.chromium.org/1288963002/ ) by msarett · 9 years ago
  29. 76f755e Provides various implementations of Android's SkBitmapRegionDecoder. by msarett · 9 years ago
  30. 5ef194c Suppress embedding fonts when the skp's fonts match the OS fonts. by caryclark · 9 years ago
  31. 499abab add gm for image->newShader by reed · 9 years ago
  32. 451af50 remove SkDeferredCanvas by reed · 9 years ago
  33. aa2f658 Adding debug SkScalerContext which returns random mask formats by joshualitt · 9 years ago
  34. fd8ed69 Move SkTHash.h to include/private. by mtklein · 9 years ago
  35. 478c9e4 Revert "Move headers used by headers in include/ to include/private." by Mike Klein · 9 years ago
  36. 928e165 Move headers used by headers in include/ to include/private. by mtklein · 9 years ago
  37. 4417c7f Revert "Move headers used by headers in include/ to include/private." by jvanverth · 9 years ago
  38. a89f551 Move headers used by headers in include/ to include/private. by mtklein · 9 years ago
  39. 61fa22b Add and use SkSemaphore by mtklein · 9 years ago
  40. 9db912c Sketch splitting SkPicture into an interface and SkBigPicture. by mtklein · 9 years ago
  41. 72743b1 Revert of Sketch splitting SkPicture into an interface and SkBigPicture. (patchset #25 id:480001 of https://codereview.chromium.org/1112523006/) by mtklein · 9 years ago
  42. 15877b6 Sketch splitting SkPicture into an interface and SkBigPicture. by mtklein · 9 years ago
  43. b7ed856 Revert of Sketch splitting SkPicture into an interface and SkBigPicture. (patchset #22 id:420001 of https://codereview.chromium.org/1112523006/) by reed · 9 years ago
  44. c92c129 Sketch splitting SkPicture into an interface and SkBigPicture. by mtklein · 9 years ago
  45. 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
  46. bdb0bf5 Revert of remove unused (by clients) SkPathUtils (patchset #1 id:1 of https://codereview.chromium.org/1088383003/) by jcgregorio · 9 years ago
  47. aab35d9 remove unused (by clients) SkPathUtils by reed · 9 years ago
  48. 65cdb57 Add a paint filter utility canvas (SkPaintFilterCanvas) by fmalita · 9 years ago
  49. 3e56227 Add copyright headers to remaining gyp files. by scroggo · 9 years ago
  50. 648238c Remove SkProxyCanvas. by scroggo · 10 years ago
  51. b0dfb54 remove (unused) GatherPixelRefs by reed · 10 years ago
  52. 6fd5e6e http://skbug.com/3130 step 4 (include/utils/SkWGL.h gone for good) by halcanary · 10 years ago
  53. 21041e0 http://skbug.com/3130 step 1 (to fix chromium roll) by halcanary · 10 years ago
  54. 082a462 Move WGL header from include to src by djsollen · 10 years ago
  55. 615c593 move SkTextBox into utils by reed · 10 years ago
  56. 47eedcc Add utils to better quantize grayscale values to three bit indices while by pavel · 10 years ago
  57. 406654b SkThreadPool ~~> SkTaskGroup by mtklein · 10 years ago
  58. 2460bbd Revert of SkThreadPool ~~> SkTaskGroup (patchset #4 id:60001 of https://codereview.chromium.org/531653002/) by mtklein · 10 years ago
  59. 9c7207b SkThreadPool ~~> SkTaskGroup by mtklein · 10 years ago
  60. cc03adb Proposal for the mesh gradient interface. Implemented as a grid of by dandov · 10 years ago
  61. 847092c SkThreadPool and co. are not public. by mtklein · 10 years ago
  62. ecfff21 SkCanvas interface for drawing a patch. by dandov · 10 years ago
  63. d5e46c7 Generalize compressed blitter into its own templated class by krajcevski · 10 years ago
  64. b2ef181 Add preliminary ASTC encoder by krajcevski · 10 years ago
  65. 6c35488 Refactor texture compressors into separate files by krajcevski · 10 years ago
  66. d3e474e Deprecate SkPicture::clone(). by mtklein · 10 years ago
  67. 5fb6bd4 use platform-independent font for gm by caryclark · 10 years ago
  68. a22ea18 Move Dashing filterPath to a dashing utils file by egdaniel · 10 years ago
  69. ae61440 Add texture compression utility by krajcevski · 10 years ago
  70. ea902d9 Add utils gypi file by egdaniel · 10 years ago