1. a136136 Revert[6] "Remove SkDraw from device-draw methods, and enable device-centric clipping."""""" by Mike Reed · 7 years ago
  2. 27d07f0 Revert "Revert "Revert "Revert[2] "Remove SkDraw from device-draw methods, and enable device-centric clipping.""""" by Mike Reed · 7 years ago
  3. 025e244 Revert "Revert "Revert[2] "Remove SkDraw from device-draw methods, and enable device-centric clipping."""" by Mike Reed · 7 years ago
  4. baf06bc Revert "Revert[2] "Remove SkDraw from device-draw methods, and enable device-centric clipping.""" by Cary Clark · 7 years ago
  5. cfaa632 Revert[2] "Remove SkDraw from device-draw methods, and enable device-centric clipping."" by Mike Reed · 7 years ago
  6. ea5e676 Revert "Remove SkDraw from device-draw methods, and enable device-centric clipping." by Mike Reed · 7 years ago
  7. c464035 pass storage directly to allocator for blitters by Mike Reed · 7 years ago
  8. c77e33f Remove SkDraw from device-draw methods, and enable device-centric clipping. by Mike Reed · 7 years ago
  9. 99330ba remove device field from SkDraw by Mike Reed · 7 years ago
  10. f614ba2 Fix drawVertices() texture mapping in the presence of a local matrix by Florin Malita · 7 years ago
  11. 4b66512 Handle collapsed drawVertices() texture coords gracefully by Florin Malita · 7 years ago
  12. 4bf560a Simplify code for making paints with shaders. by Herb Derby · 7 years ago
  13. bfdc87a Revert "Revert "Always make SkImageShaders in heap."" by Herb Derby · 7 years ago
  14. 07f665e Revert "Always make SkImageShaders in heap." by Herb Derby · 7 years ago
  15. ff590a1 Always make SkImageShaders in heap. by Herb Derby · 7 years ago
  16. 34e91ca Remove unused field, and use official size. by Herb Derby · 7 years ago
  17. 57bfa02 Change the Sprite portion of SkBlitter use SkArenaAlloc. by Herb Derby · 7 years ago
  18. 83e939b Use SkArenaAlloc in the SkAutoBlitterChoose code. by Herb Derby · 7 years ago
  19. dd8b72a Revert "Use SkArenaAlloc instead of SkSmallAllocator in the SkAutoBlitterChoose code." by Robert Phillips · 7 years ago
  20. 2b57b7f Use SkArenaAlloc instead of SkSmallAllocator in the SkAutoBlitterChoose code. by Herb Derby · 7 years ago
  21. a99b6ce start removing uses of SkScalarMul by Mike Reed · 7 years ago
  22. 00dca8c Remove SkBlitter:resetShaderContext() by Florin Malita · 7 years ago
  23. 986480a Revert "move SkDevice.h and SkBitmapDevice.h contents in to src headers" by Mike Reed · 8 years ago
  24. 2f719a6 move SkDevice.h and SkBitmapDevice.h contents in to src headers by Mike Reed · 8 years ago
  25. 693fdbd refFoo variant for getters that naturally have a sk_sp by Mike Reed · 8 years ago
  26. 11970e5 Add destination color space to shader ContextRec by Brian Osman · 8 years ago
  27. 0e39f97 Revert "Revert "make it illegal to include SkXfermode.h"" by Mike Reed · 8 years ago
  28. e9d1b29 Revert "make it illegal to include SkXfermode.h" by Greg Daniel · 8 years ago
  29. 07764ce make it illegal to include SkXfermode.h by Mike Reed · 8 years ago
  30. 70ac8a9 Fix bitmap shaders gm by Matt Sarett · 8 years ago
  31. 7039f74 Remove SkImageInfoIsGammaCorrect, etc... by Brian Osman · 8 years ago
  32. a9fd106 Draw Alpha8 + color filter correctly in software by Matt Sarett · 8 years ago
  33. 7d954ad remove xfermode from public api by Mike Reed · 8 years ago
  34. 374772b Revert[8] "replace SkXfermode obj with SkBlendMode enum in paints" by reed · 8 years ago
  35. c245574 Revert[7] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  36. 2b2fc7d Revert[6] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  37. 3ed485f Revert[5] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  38. 1834242 Revert[4] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  39. 2cbcd12 Revert "Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints""" by Mike Reed · 8 years ago
  40. f85d2a4 Avoid unneeded paint copies in SkDraw::drawBitmap by fmalita · 8 years ago
  41. 70cdb39 Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints"" by Mike Reed · 8 years ago
  42. ce02e71 Revert "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  43. 0591897 replace SkXfermode obj with SkBlendMode enum in paints by Mike Reed · 8 years ago
  44. d0cd2ec Remove some useless declarations by sylvestre.ledru · 8 years ago
  45. 1ec04d9 rename FoceCopyMode to SkCopyPixelMode by reed · 8 years ago
  46. 9ac6d8d Fix F16 raster text masks. We don't want fake gamma in that case. by brianosman · 8 years ago
  47. e34f17d Make SkFont a bit more useable by robertphillips · 8 years ago
  48. 01a2ff8 check for culled-out paths inside SkDraw by reed · 8 years ago
  49. a4b8704 check for zero scale in SkDraw::ComputeResScaleForStroking by lsalzman · 8 years ago
  50. dabe5d3 update callers to not use SkColorProfileType by reed · 8 years ago
  51. 875e13c Simplify mask/clip intersection, making sure to explicitly check for an empty mask. by mtklein · 8 years ago
  52. 804b461 SkPixmap::setColorSpace by msarett · 8 years ago
  53. 66a96d0 Propagate filter mode when rendering Alpha8 bitmaps by brianosman · 8 years ago
  54. 82595b6 refactor drawPath to have drawDevPath by reed · 8 years ago
  55. 055e192 Take SkStrokeRec::InitStyle rather than SkPaint::Style in mask filter and DrawMask by bsalomon · 8 years ago
  56. 1e7f5e7 remove 'deprecated' region from SkDraw by reed · 8 years ago
  57. a1e8f8d Decouple contrast boost from fake gamma. by brianosman · 8 years ago
  58. cfb6bdf switch xfermodes over to sk_sp by reed · 8 years ago
  59. 77a9cc1 Don't convert to Sk48Dot16 in DrawOneGlyph. by benjaminwagner · 8 years ago
  60. a439334 Reland of "switch patheffects over to sk_sp (patchset #5 id:80001 of https://codereview.chromium.org/1813553005/ )" by reed · 8 years ago
  61. f28ad89 Revert of switch patheffects over to sk_sp (patchset #5 id:80001 of https://codereview.chromium.org/1813553005/ ) by reed · 8 years ago
  62. 9fbee18 switch patheffects over to sk_sp by reed · 8 years ago
  63. 94ad73a Avoid unneeded ref churn in SkDraw::drawVertices by fmalita · 8 years ago
  64. d7dc76f Remove version checks for _MSC_VER < 1800 (msvs2013). by bungeman · 8 years ago
  65. 8a21c9f use Make instead of Create to return a shared shader by reed · 8 years ago
  66. 88cb822 4377: drawVertices crashes when shader+colorfilter in the paint by aleksandar.stojiljkovic · 8 years ago
  67. a0cee5f remove align16 calls in skhader context sizes. will handle this elsewhere as needed by reed · 8 years ago
  68. 773ceda Enforce 16byte alignment in shader contexts (patchset #1 id:1 of https://codereview.chromium.org/1759653004/ )" by reed · 8 years ago
  69. e38bcaf Revert of enforce 16byte alignment in shader contexts (patchset #1 id:1 of https://codereview.chromium.org/1759653004/ ) by halcanary · 8 years ago
  70. d812fb4 enforce 16byte alignment in shader contexts by reed · 8 years ago
  71. 43437c2 Round to nearest in ScalarTo256. by benjaminwagner · 8 years ago
  72. d936f63 Simplify and combine SkDrawCacheProc and SkMeasureCacheProc to SkPaint::GlyphCacheProc. by benjaminwagner · 8 years ago
  73. d0c4e09 Add dest type hint to SkShader::ContextRec by fmalita · 8 years ago
  74. f6d1e60 Only use fake gamma with linear devices. by bungeman · 8 years ago
  75. 8d9f2e4 Add ContextRec param to SkShader::contextSize() by fmalita · 8 years ago
  76. e6af96a Change ScalarTo256 to more efficient implementation. by benjaminwagner · 8 years ago
  77. a273c0f remove legacy defines by caryclark · 9 years ago
  78. 1a7eb26 resolution dependent path measure by caryclark · 9 years ago
  79. c7e211a SkTreatAsSprite should take AA into account by fmalita · 9 years ago
  80. 5423ee1 Revert of SkTreatAsSprite should take AA into account (patchset #5 id:80001 of https://codereview.chromium.org/1566943002/ ) by reed · 9 years ago
  81. 983dc25 SkTreatAsSprite should take AA into account by fmalita · 9 years ago
  82. 221524d Start using <type_traits> and <utility> (C++11). by bungeman · 9 years ago
  83. e80eb92 Add default ctor to SkMask by robertphillips · 9 years ago
  84. 565901d Switch SkAutoMalloc to SkAutoTMalloc to avoid cast by scroggo · 9 years ago
  85. 2028d7f add support for capped hairlines by caryclark · 9 years ago
  86. d4c24f6 Simplify D1G so that it can inline DrawOneGlyph, and fix a bug in codegen by herb · 9 years ago
  87. 2e8fec7 Revert of Simplify draw one glyph (patchset #3 id:40001 of https://codereview.chromium.org/1403573002/ ) by herb · 9 years ago
  88. 001e744 Replace D1G with a simpler implementation. by herb · 9 years ago
  89. 11a7f7f Remove SkDrawProcs by herb · 9 years ago
  90. 4c11b3f Move glyph choosing to the find and place glyph code. by herb · 9 years ago
  91. e59124e Convert drawText to using the find and place code. BUG=skia: by herb · 9 years ago
  92. 9be5ff6 Replace glyph find and position with common code for the gpu bitmap case. by herb · 9 years ago
  93. e5911c9 Extract glyph find and position code in preparation to use it in XPS and GPU code. by herb · 9 years ago
  94. a267904 Fix compile error mac 10.8. by herb · 9 years ago
  95. f553e4e Extract the glyph picking and placing code. by herb · 9 years ago
  96. cd7f035 Revert of Parallel cache - preliminary (patchset #24 id:460001 of https://codereview.chromium.org/1264103003/ ) by herb · 9 years ago
  97. 435657f Forward declare SkStrokeRec in SkPathEffect by halcanary · 9 years ago
  98. 014ffdb Parallel cache. by herb · 9 years ago
  99. 951d854 Revert of Parallel cache - preliminary (patchset #23 id:440001 of https://codereview.chromium.org/1264103003/ ) by jyasskin · 9 years ago
  100. 8e74046 Remove race. by herb · 9 years ago