1. 62a69c2 Move Mutexy things to private. by herb · 9 years ago
  2. 476506d Revert of Revert[2] of add ImageShader, sharing code with its Bitmap cousin (patchset #11 id:200001 of https://codereview.chromium.org/1352293002/ ) by reed · 9 years ago
  3. c9e190d Revert of change pixel-serializer to support reencoding existing data (patchset #5 id:80001 of https://codereview.chromium.org/1373683003/ ) by reed · 9 years ago
  4. 13f48dc change pixel-serializer to support reencoding existing data by reed · 9 years ago
  5. fe05707 Revert[2] of add ImageShader, sharing code with its Bitmap cousin by reed · 9 years ago
  6. dd42e5c Revert "Revert of remove unused SkCachingPixelRef (patchset #1 id:1 of https://codereview.chromium.org/1364743002/ )" by reed · 9 years ago
  7. 60c73d5 Revert of remove unused SkCachingPixelRef (patchset #1 id:1 of https://codereview.chromium.org/1364743002/ ) by benjaminwagner · 9 years ago
  8. 70d58b7 remove unused SkCachingPixelRef by reed · 9 years ago
  9. f260851 Revert of add ImageShader, sharing code with its Bitmap cousin (patchset #10 id:180001 of https://codereview.chromium.org/1342113002/ ) by tomhudson · 9 years ago
  10. 0b93e31 add ImageShader, sharing code with its Bitmap cousin by reed · 9 years ago
  11. 013e9e3 move SkBitmapProvider to its own file by reed · 9 years ago
  12. 85d9178 Use SkImageCacherator in SkImages by reed · 9 years ago
  13. 2f0dbc7 Update SkLightingShader to support rotation by robertphillips · 9 years ago
  14. f7d602a Revert "Update SkLightingShader to support rotation" by robertphillips · 9 years ago
  15. f3c15b7 Move SkTemplates.h to private. by bungeman · 9 years ago
  16. 45b59ed Update SkLightingShader to support rotation by robertphillips · 9 years ago
  17. 95dd177 Revert[8] "move some public headers into private" by reed · 9 years ago
  18. fb28cd2 Revert[7] "move some public headers into private" by reed · 9 years ago
  19. e027169 Revert[6] "move some public headers into private" by reed · 9 years ago
  20. 8f34372 Extend SkImageGenerator to support natively generated GrTextures. As part of this, added uniqueID() to the generator, and made it be in the same namespace is bitmaps, pixelrefs, images. by reed · 9 years ago
  21. cc1229c Revert "Revert[4] "move some public headers into private"" by reed · 9 years ago
  22. 33e00db Revert[4] "move some public headers into private" by reed · 9 years ago
  23. 9cdcabe Revert[3] "move some public headers into private" by reed · 9 years ago
  24. 9d20ee5 Revert[2] "move some public headers into private" by reed · 9 years ago
  25. 4cf9e7e Revert "move some public headers into private" by reed · 9 years ago
  26. eedf0fb move some public headers into private by reed · 9 years ago
  27. dfcba47 Moved common cross-project functionality out from SkTraceEvent.h into SkTraceEventCommon.h by oysteine · 9 years ago
  28. 1dedc3d SkPictureImageGenerator by fmalita · 9 years ago
  29. 8317a18 Lay groundwork for SkOpts. by mtklein · 9 years ago
  30. e88b1fb Move non-trivial constructors out-of-line. by mtklein · 9 years ago
  31. 56b78a7 Revert of Lay groundwork for SkOpts. (patchset #3 id:40001 of https://codereview.chromium.org/1255193002/) by mtklein · 9 years ago
  32. ce2c505 Lay groundwork for SkOpts. by mtklein · 9 years ago
  33. 828877d Outline SkSpinlock::acquire(). by mtklein · 9 years ago
  34. 1b24933 Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. by mtklein · 9 years ago
  35. 02802f6 Revert of Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. (patchset #4 id:60001 of https://codereview.chromium.org/1215393002/) by jvanverth · 9 years ago
  36. c50acf2 Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. by mtklein · 9 years ago
  37. c782b2a Implement shared locks in the style of pthread's rwlock. by herb · 9 years ago
  38. 2766c00 remove SkInstCnt by mtklein · 9 years ago
  39. 4c21dc5 add drawImageNine by reed · 9 years ago
  40. fcf7829 remove SkDeviceProperties by robertphillips · 9 years ago
  41. 61fa22b Add and use SkSemaphore by mtklein · 9 years ago
  42. 6404542 refactor bitmapshader to use a controller by reed · 9 years ago
  43. a681433 SkPDF: with opaque draws, treat SRC mode as SRC_OVER by halcanary · 9 years ago
  44. 92fc2ae add SkPixmap and external locking to bitmaps by reed · 9 years ago
  45. 5a72c42 remove unused SkBitmap::scrollRect API by reed · 9 years ago
  46. 9db912c Sketch splitting SkPicture into an interface and SkBigPicture. by mtklein · 9 years ago
  47. 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
  48. 15877b6 Sketch splitting SkPicture into an interface and SkBigPicture. by mtklein · 9 years ago
  49. 39a9a50 Make SkAdvancedTypefaceMetrics private. by reed · 9 years ago
  50. 624637c Path ops formerly found the topmost unprocessed edge and determined its angle sort order to initialize the winding. This never worked correctly with cubics and was flaky with paths consisting mostly of vertical edges. by caryclark · 9 years ago
  51. 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
  52. c92c129 Sketch splitting SkPicture into an interface and SkBigPicture. by mtklein · 10 years ago
  53. 0b9d411 SkTime: return timezone information; format in ISO-8601 by halcanary · 10 years ago
  54. aec2510 minor fixes to cubics code and overall alignment of how bounds and tops are computed for all curve types by caryclark · 10 years ago
  55. 5b6db07 SkRWBuffer for thread-safe 'stream' sharing by reed · 10 years ago
  56. 1049f12 Now, path ops natively intersect conics, quads, and cubics in any combination. There are still a class of cubic tests that fail and a handful of undiagnosed failures from skps and fuzz tests, but things are much better overall. by caryclark · 10 years ago
  57. 5435929 cumulative pathops patch by caryclark · 10 years ago
  58. 3e56227 Add copyright headers to remaining gyp files. by scroggo · 10 years ago
  59. 0dc4dd6 Revert of pathops version two (patchset #16 id:150001 of https://codereview.chromium.org/1002693002/) by reed · 10 years ago
  60. 8c24d45 Move SkMatrixImageFilter.h into src/core. by senorblanco · 10 years ago
  61. ccec0f9 pathops version two by caryclark · 10 years ago
  62. 8c874ee Move SkMatrixImageFilter into core, and add a factory fn for it. by senorblanco · 10 years ago
  63. a0d7b7b delete dead code by mtklein · 10 years ago
  64. 73953e7 Make SkNewImageFromBitmap take pixel ref origin into account by kkinnunen · 10 years ago
  65. 2aa1f7e Port GrGLCaps over to use SkTHash. by mtklein · 10 years ago
  66. 9e447c0 remove unneeded preroll by reed · 10 years ago
  67. 3555bd8 Add a templated priority queue class. by bsalomon · 10 years ago
  68. 3cb3840 Rename SkCanvasDrawable to SkDrawable, and make public by reed · 10 years ago
  69. c4e8772 Revert of rename SkCanvasDrawable to SkDrawable, and make public (patchset #2 id:20001 of https://codereview.chromium.org/903993002/) by reed · 10 years ago
  70. 4ae9eb7 rename SkCanvasDrawable to SkDrawable, and make public by reed · 10 years ago
  71. 96a857e initial preroll api by reed · 10 years ago
  72. e1a828c Move SkFontMgr and SkFontStyle impls to own cpp. by bungeman · 10 years ago
  73. 692135f YUV planes cache by sugoi · 10 years ago
  74. f5872d2 add stroke params to c api by reed · 10 years ago
  75. 703dd2e Remove SkTileGrid (except for TileGridInfo). by mtklein · 10 years ago
  76. 5f2ee72 add SkGeometry.h to core.gypi by reed · 10 years ago
  77. b9bb38c make SkColorShader private, use public factory by reed · 10 years ago
  78. 9367992 Add float-to-half (binary16) conversion functions. by jvanverth · 10 years ago
  79. f98862c SkRecord: outline methods that are not called O(N) times. by mtklein · 10 years ago
  80. 8113dd1 SkVarAlloc by mtklein · 10 years ago
  81. 71a2363 More cleanup: streamline paths and bitmaps. by mtklein · 10 years ago
  82. 8236591 Rename GrAccelData to SkLayerInfo and move it to src/core by robertphillips · 10 years ago
  83. c536942 initial checkin for experimenting by reed · 10 years ago
  84. ecf9875 Turn SkTaskGroups back on. by mtklein · 10 years ago
  85. e9f7fbf Revert of Turn SkTaskGroups back on. (patchset #1 id:1 of https://codereview.chromium.org/687263007/) by mtklein · 10 years ago
  86. 2100c5e Turn SkTaskGroups back on. by mtklein · 10 years ago
  87. 13a8de0 Revert harder, removing SkTaskGroup.cpp from core temporarily. by mtklein · 10 years ago
  88. 89889b6 MultiPictureDraw is taskgroup aware. SampleApp is multipicturedraw aware. by reed · 10 years ago
  89. e332396 move c api into include by reed · 10 years ago
  90. d9aac34 Add SkMaskCache by qiankun.miao · 10 years ago
  91. a4c4a2d Replace SkTypeface::Style with SkFontStyle. by bungeman · 10 years ago
  92. 802ad83 Revert of Replace SkTypeface::Style with SkFontStyle. (patchset #9 id:160001 of https://codereview.chromium.org/488143002/) by mtklein · 10 years ago
  93. 43b8b36 Replace SkTypeface::Style with SkFontStyle. by bungeman · 10 years ago
  94. a71aee6 Remove obsolete SkRecording. by mtklein · 10 years ago
  95. 9d93c2e Add SkCachedData and use it for SkMipMap by reed · 10 years ago
  96. 37c5a81 Speculative revert to diagnose crash in chrome. Revert "Add SkCachedData and use it for SkMipMap" by reed · 10 years ago
  97. 92561a0 Add SkCachedData and use it for SkMipMap by reed · 10 years ago
  98. e4b2314 Caching the result of readPixelsSupported by piotaixr · 10 years ago
  99. f6fde17 Archive more dead code. by mtklein · 10 years ago
  100. 46616af Strip old backend recording down to essentials by mtklein · 10 years ago