1. 833e041 Merge latest Skia into master (7 commits) by Skia_Android Canary Bot · 8 years ago
  2. 1baaaca explictly fail to draw unpremul, as this is buggy, incomplete, tricky, and unused by Mike Reed · 8 years ago
  3. 075de58 Merge latest Skia into master (3 commits) by Skia_Android Canary Bot · 8 years ago
  4. 52b346e Make savelayer_* GM be 565 friendly by Robert Phillips · 8 years ago
  5. d471666 Merge latest Skia into master (1 commits) by Skia_Android Canary Bot · 8 years ago
  6. 4897fb8 Implement sk_tool_utils::copy_to_g8(), used by gms by Matt Sarett · 8 years ago
  7. 081b463 Merge latest Skia into master (3 commits) by Skia_Android Canary Bot · 8 years ago
  8. 42f3094 saveLayer experiments by Robert Phillips · 8 years ago
  9. c12c047 Merge latest Skia into master (5 commits) by Skia_Android Canary Bot · 8 years ago
  10. 0d4ff6c Fix code that relied on readPixels not doing color space conversion by Brian Osman · 8 years ago
  11. 1488d52 Merge latest Skia into master (3 commits) by Skia_Android Canary Bot · 8 years ago
  12. a7d61a6 Revert "Continue making Ganesh use absolute texture coordinates" by Joe Gregorio · 8 years ago
  13. 2ba5573 Merge latest Skia into master (3 commits) by Skia_Android Canary Bot · 8 years ago
  14. 4493a9d Continue making Ganesh use absolute texture coordinates by Robert Phillips · 8 years ago
  15. ca57f1d Merge latest Skia into master (8 commits) by Skia_Android Canary Bot · 8 years ago
  16. cb6266b Reland "Add SkImageInfoValidConversion() and SkImageInfoIsValid" by Matt Sarett · 8 years ago
  17. eaf0079 GrTessellator: fix for disappearing thin path. by Stephen White · 8 years ago
  18. 1202dbd Merge latest Skia into master (1 commits) by Skia_Android Canary Bot · 8 years ago
  19. 7a6c9f7 Revert "Add SkImageInfoValidConversion() and SkImageInfoIsValid" by Brian Osman · 8 years ago
  20. de85a51 Merge latest Skia into master (1 commits) by Skia_Android Canary Bot · 8 years ago
  21. 113fd34 savelayer gm by Mike Reed · 8 years ago
  22. a3bd6e0 Merge latest Skia into master (23 commits) by Skia_Android Canary Bot · 8 years ago
  23. 930f69e Switch a bunch of tests to use DEF_SIMPLE_GM. by Stephen White · 8 years ago
  24. cf5d6ca Add SkImageInfoValidConversion() and SkImageInfoIsValid by Matt Sarett · 8 years ago
  25. 0497f08 Introduce SkArenaAlloc - should be fast for POD types and RAII for types with dtors. by Herb Derby · 8 years ago
  26. 6f1d36c Delay SkPaint->GrPaint conversion in text rendering. by Brian Salomon · 8 years ago
  27. f3d296f Merge latest Skia into master (20 commits) by Skia_Android Canary Bot · 8 years ago
  28. 693fdbd refFoo variant for getters that naturally have a sk_sp by Mike Reed · 8 years ago
  29. beb1368 Merge latest Skia into master (128 commits) by Skia_Android Canary Bot · 8 years ago
  30. e7a364d GrTessellator: fix artifact with exactly-1-px-wide edges. by Stephen White · 8 years ago
  31. 7355440 Merge latest Skia into master (32 commits) by Skia_Android Canary Bot · 8 years ago
  32. 8d80bb5 Revert "Introduce SkArenaAlloc - should be fast for POD types and RAII for types with dtors." by Herb Derby · 8 years ago
  33. 4d3ffd9 Merge "Remove ref counting from GrOp." by TreeHugger Robot · 8 years ago
  34. fb209f1 Merge "Change GaussianBlur logic wrt color spaces" by TreeHugger Robot · 8 years ago
  35. cff0f91 Merge "remove unused ForceUnique option from makeImageSnapshot" by TreeHugger Robot · 8 years ago
  36. 3d802ee Merge "Modify matrix convolution GM for sRGB testing" by TreeHugger Robot · 8 years ago
  37. df794bd Merge "Fix iOS build" by TreeHugger Robot · 8 years ago
  38. 6b0ec88 Merge "Improve color space support in SkImage::readPixels()" by TreeHugger Robot · 8 years ago
  39. 4d13746 Merge "Do not support index8 for generateScaledPixels" by TreeHugger Robot · 8 years ago
  40. 6ff51ae Introduce SkArenaAlloc - should be fast for POD types and RAII for types with dtors. by Herb Derby · 8 years ago
  41. 7704754 More fixes for distance field paths by Jim Van Verth · 8 years ago
  42. 82f4431 Make GrPaints move their GrProcessor ownership into GrPipelineBuilder. by Brian Salomon · 8 years ago
  43. ab273fa move SkTRegister.h into tools by Mike Reed · 8 years ago
  44. 20d031a Remove SK_LEGACY_FONTMGR_FACTORY. by Ben Wagner · 8 years ago
  45. 95e3c05 SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h by Hal Canary · 8 years ago
  46. 000ca63 Revert "More fixes for distance field paths" by Jim Van Verth · 8 years ago
  47. d081ff3 More fixes for distance field paths by Jim Van Verth · 8 years ago
  48. c456b73 Revert "SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h" by Kevin Lubick · 8 years ago
  49. a5494f1 SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h by Hal Canary · 8 years ago
  50. 34855f9 Add readPixels() tests for generator backed images by Matt Sarett · 8 years ago
  51. 84014f0 Respect SkColorSpace in SkPNGImageEncoder by Matt Sarett · 8 years ago
  52. e98234f Start making texture coordinates be absolute by Robert Phillips · 8 years ago
  53. 89cb821 Separate SkArithmeticImageFilter from SkXfermodeImageFilter. by Brian Salomon · 8 years ago
  54. e94255d Specify bit depth and color space in SkImage::MakeFromPicture() by Matt Sarett · 8 years ago
  55. a163392 Revert "Revert "Removing ref counting from GrXPFactory."" by Brian Salomon · 8 years ago
  56. 003312a Revert "Removing ref counting from GrXPFactory." by Brian Salomon · 8 years ago
  57. a8f80de Removing ref counting from GrXPFactory. by Brian Salomon · 8 years ago
  58. d463198 ignore max curvature at end point by Cary Clark · 8 years ago
  59. 8c852be Removing tracking of whether GP/FP coverage calculations are used by XP. by Brian Salomon · 8 years ago
  60. 3546ff1 Stage SkFontMgr factories to return smart pointers. by Ben Wagner · 8 years ago
  61. 2f4686f Quality and performance fixes for AA tessellating path renderer. by Stephen White · 8 years ago
  62. 021f927 Revert "Quality and performance fixes for AA tessellating path renderer." by Stephan White · 8 years ago
  63. d4b2155 Quality and performance fixes for AA tessellating path renderer. by Stephen White · 8 years ago
  64. 55325b7 clean up non-ASCII comments by Hal Canary · 8 years ago
  65. f833478 Remove ref counting from GrOp. by Brian Salomon · 8 years ago
  66. 5f50092 Change GaussianBlur logic wrt color spaces by Brian Osman · 8 years ago
  67. 85ff848 remove unused ForceUnique option from makeImageSnapshot by Mike Reed · 8 years ago
  68. 878df6d Modify matrix convolution GM for sRGB testing by Brian Osman · 8 years ago
  69. d64bd98 Merge latest Skia into master (13 commits) by Skia_Android Canary Bot · 8 years ago
  70. 578f52c Fix iOS build by Matt Sarett · 8 years ago
  71. 909d379 Improve color space support in SkImage::readPixels() by Matt Sarett · 8 years ago
  72. 9be9a42 Do not support index8 for generateScaledPixels by Leon Scroggins III · 8 years ago
  73. 20a7ecc Implement scaling in SkCodecImageGenerator by Leon Scroggins III · 8 years ago
  74. 463c848 helper to convert CGImage -> SkImage by Mike Reed · 8 years ago
  75. 09d994e Misc batch->op cleanup Part 1 of 2 by Brian Salomon · 8 years ago
  76. 4d11b3c Merge latest Skia into master (26 commits) by Skia_Android Canary Bot · 8 years ago
  77. 253b4dd Handle failed surface creation in AlphaThresholdImageFilter GM by Robert Phillips · 8 years ago
  78. b44bb31 Add color space xform to GrMagnifierEffect by Brian Osman · 8 years ago
  79. 22c57ab Fix mapping from src to dst image space in SkAlphaThresholdFilter by Robert Phillips · 8 years ago
  80. 3337262 Merge latest Skia into master (6 commits) by Skia_Android Canary Bot · 8 years ago
  81. 6750e91 Fix precision errors in large circle rendering. by Jim Van Verth · 8 years ago
  82. 9e74296 Merge latest Skia into master (23 commits) by Skia_Android Canary Bot · 8 years ago
  83. 98624d2 "Fix" some ImageFilter fuzzer issues by Robert Phillips · 8 years ago
  84. e13323a Merge latest Skia into master (43 commits) by Skia_Android Canary Bot · 8 years ago
  85. 138ea97 Add color space to picture image as a creation parameter by Brian Osman · 8 years ago
  86. 8ced688 Add GM for filtering bug by Robert Phillips · 8 years ago
  87. 8952743 move src/gpu/batches -> src/gpu/ops by Brian Salomon · 8 years ago
  88. 6b316e9 Rename GrTestBatch and subclasses to Op by Brian Salomon · 8 years ago
  89. d85dd53 Shrink the SkImageGenerator API by Brian Osman · 8 years ago
  90. e2f7d18 Add a deferred copy surface (take 3) by Robert Phillips · 8 years ago
  91. 54331b2 Merge latest Skia into master (16 commits) by Skia_Android Canary Bot · 8 years ago
  92. 222e9ad Make picture backed images sRGB by default by Brian Osman · 8 years ago
  93. 6a63904 Update rect ops to use "op" in their name and return sk_sp. by Brian Salomon · 8 years ago
  94. 3596c6e Merge latest Skia into master (39 commits) by Skia_Android Canary Bot · 8 years ago
  95. d316e77 Revert "Add a deferred copy surface (take 2)" by Robert Phillips · 8 years ago
  96. ecdb686 Fix SDF generation for pixel-aligned paths (take two) by Jim Van Verth · 8 years ago
  97. 398487a Add a deferred copy surface (take 2) by Robert Phillips · 8 years ago
  98. 293d696 Revert "Add a deferred copy surface" by Robert Phillips · 8 years ago
  99. 4431de6 Add a deferred copy surface by Robert Phillips · 8 years ago
  100. 7526f6d Merge remote-tracking branch 'goog/master-skia' into HEAD by Mike Reed · 8 years ago