1. 6f4a9b2 restore bool version of clip-bounds by Mike Reed · 8 years ago
  2. eb5061b Reenable index8 dsts by Matt Sarett · 8 years ago
  3. f887f8a Fix comparison that overflows for addresses near uint max. - Fix Assert by Herb Derby · 8 years ago
  4. a19f024 make SkPath::conservativelyContainsRect consume degenerate segments by Lee Salzman · 8 years ago
  5. 42e8c53 rename virtuals for clipbounds, and deprecate older bool/var-arg pattern by Mike Reed · 8 years ago
  6. 5f13fba Stop tracking whether GrFragmentProcessors read their input by Brian Salomon · 8 years ago
  7. 319ba3d Move shader register setup to SkRasterPipelineBlitter. by Mike Klein · 8 years ago
  8. 889176b Revert "Fix comparison that overflows for addresses near uint max." by Ethan Nicholas · 8 years ago
  9. a9e8ef0 SkRasterPipeline: implement support for SkTableColorFilter by Mike Klein · 8 years ago
  10. db8b837 Fix comparison that overflows for addresses near uint max. by Herb Derby · 8 years ago
  11. 2a0daee Update SkTDict to use SkArenaAlloc. by Herb Derby · 8 years ago
  12. 03dd6d5 Reland "Refactor trimming logic for read/writePixels()" by Matt Sarett · 8 years ago
  13. 918e144 change clip-bounds getters to always return the rect by Mike Reed · 8 years ago
  14. 26ecfe0 Revert "Refactor trimming logic for read/writePixels()" by Matt Sarett · 8 years ago
  15. bfe8dca Allow conversion from non-opaque to opaque by Matt Sarett · 8 years ago
  16. b07a01e Get rid of level of indirection, noticed by VC++ 2017 bug by Bruce Dawson · 8 years ago
  17. 977f64c Refactor trimming logic for read/writePixels() by Matt Sarett · 8 years ago
  18. 6987b00 Fix performance issue and compute intersections more often. by Yuqian Li · 8 years ago
  19. efaad3c Remove SkColorCubeFilter. It is unused. by Mike Klein · 8 years ago
  20. 17b5e5c minor cleanups in newly privatized device headers by Mike Reed · 8 years ago
  21. 67c18d6 Continue making Ganesh use absolute texture coordinates - take 2 by Robert Phillips · 8 years ago
  22. 41398f4 Remove unused struct. by Herb Derby · 8 years ago
  23. 7c5a806 Move from SkChunkAlloc to SkArenaAlloc for SkGlyphCache. by Herb Derby · 8 years ago
  24. c949ce9 Replace some GrSurface:read/writePixels with the GrSurfaceContext equivalent by Robert Phillips · 8 years ago
  25. c86e470 SkRasterPipeline impl for 2-stop linear gradients by Florin Malita · 8 years ago
  26. c485907 Revert "explictly fail to draw unpremul, as this is buggy, incomplete, tricky, and unused" by Joe Gregorio · 8 years ago
  27. 1e18aec remove unused device apis by Mike Reed · 8 years ago
  28. 1da27ef Add F16 support to SkPNGImageEncoder by Matt Sarett · 8 years ago
  29. 5bee0b6 Reland "Respect full precision for RGB16 PNGs" (part 2) by Matt Sarett · 8 years ago
  30. 1790f8e Revert "Revert "move device headers to core"" by Mike Reed · 8 years ago
  31. 593cb94 Fix reset and deleting behavior. by Herb Derby · 8 years ago
  32. 1baaaca explictly fail to draw unpremul, as this is buggy, incomplete, tricky, and unused by Mike Reed · 8 years ago
  33. 3726a4a new hacky api to get cliprgn for android by Mike Reed · 8 years ago
  34. 009d9d1 No need to fake makeArrayDefault() now that it exists. by Mike Klein · 8 years ago
  35. 2a83603 remove metadata from device by Mike Reed · 8 years ago
  36. 1517224 Revert "Fix reset and deleting behavior." by Herb Derby · 8 years ago
  37. 412a86d Fix reset and deleting behavior. by Herb Derby · 8 years ago
  38. 95acbad ensure path bounds after rounding contain path edges when using SK_RASTERIZE_EVEN_ROUNDING by Lee Salzman · 8 years ago
  39. ce7e18f Reject horizontal edges in FDot6 precision by Yuqian Li · 8 years ago
  40. 8461506 Revert "Disallow readPixels() conversions from untagged srcs to tagged dsts" by Matt Sarett · 8 years ago
  41. 874a872 Revert concave AAA by Yuqian Li · 8 years ago
  42. ccfd108 Disallow readPixels() conversions from untagged srcs to tagged dsts by Matt Sarett · 8 years ago
  43. dfff166 Revert "Respect full precision for RGB16 PNGs" by Matt Sarett · 8 years ago
  44. 93a8a64 Revert "Revert "SkImageInfoValidConversion (part 2)"" by Matt Sarett · 8 years ago
  45. 7a090c4 Respect full precision for RGB16 PNGs by Matt Sarett · 8 years ago
  46. 98cf99b Turn on concave analytic AA by Yuqian Li · 8 years ago
  47. 8dadd9e Revert "SkImageInfoValidConversion (part 2)" by Matt Sarett · 8 years ago
  48. d4bdee5 Revert "move device headers to core" by Mike Reed · 8 years ago
  49. 0d4ff6c Fix code that relied on readPixels not doing color space conversion by Brian Osman · 8 years ago
  50. 98420d0 move device headers to core by Mike Reed · 8 years ago
  51. a7d61a6 Revert "Continue making Ganesh use absolute texture coordinates" by Joe Gregorio · 8 years ago
  52. 94bd50c SkImageInfoValidConversion (part 2) by Matt Sarett · 8 years ago
  53. 4493a9d Continue making Ganesh use absolute texture coordinates by Robert Phillips · 8 years ago
  54. cb6266b Reland "Add SkImageInfoValidConversion() and SkImageInfoIsValid" by Matt Sarett · 8 years ago
  55. aab259e Simplify GrProcOptInfo initialization. by Brian Salomon · 8 years ago
  56. d32b817 add and test SkFixed15::to_u8() by Mike Klein · 8 years ago
  57. ac04fef Remove SkFallbackAlloc and SkFixedAlloc. by Herb Derby · 8 years ago
  58. 7a6c9f7 Revert "Add SkImageInfoValidConversion() and SkImageInfoIsValid" by Brian Osman · 8 years ago
  59. 197bde9 Revert "Exercise concave analytic AA" by Mike Reed · 8 years ago
  60. 480a1c6 Exercise concave analytic AA by Yuqian Li · 8 years ago
  61. 986480a Revert "move SkDevice.h and SkBitmapDevice.h contents in to src headers" by Mike Reed · 8 years ago
  62. 2f719a6 move SkDevice.h and SkBitmapDevice.h contents in to src headers by Mike Reed · 8 years ago
  63. cf5d6ca Add SkImageInfoValidConversion() and SkImageInfoIsValid by Matt Sarett · 8 years ago
  64. 0497f08 Introduce SkArenaAlloc - should be fast for POD types and RAII for types with dtors. by Herb Derby · 8 years ago
  65. b569056 simplify round_down_to_int by using ceil instead of floor by Lee Salzman · 8 years ago
  66. 0ed3b64 Revert "Revert "Hide SkCanvas getDevice() & getTopDevice()}"" by Florin Malita · 8 years ago
  67. 4ef8cb3 some armv7 hacking by Mike Klein · 8 years ago
  68. 75a475c Try out refFoo pattern on GrRenderTargetContext by Robert Phillips · 8 years ago
  69. 550148b Reland https://skia-review.googlesource.com/c/6091/ by Yuqian Li · 8 years ago
  70. e050ca7 Revert "Hide SkCanvas getDevice() & getTopDevice()}" by Florin Malita · 8 years ago
  71. 523116d Unify ICC support for gray jpegs and gray pngs by Matt Sarett · 8 years ago
  72. 76467a1 Hide SkCanvas getDevice() & getTopDevice()} by Florin Malita · 8 years ago
  73. e71b167 Attempt 3: SkRasterPipelineBlitter: support A8 by Mike Klein · 8 years ago
  74. aeef561 Revert "Reland https://skia-review.googlesource.com/c/6091/" by Yuqian Li · 8 years ago
  75. 379938e Use RasterPipeline to support full precision on 16-bit RGBA pngs by Matt Sarett · 8 years ago
  76. b46fff6 Reland https://skia-review.googlesource.com/c/6091/ by Yuqian Li · 8 years ago
  77. 25b6083 Revert "Use RasterPipeline to support full precision on 16-bit RGBA pngs" by Matt Sarett · 8 years ago
  78. 5aedd6d cleanup after 95e3c05 by Hal Canary · 8 years ago
  79. bb2339d Use RasterPipeline to support full precision on 16-bit RGBA pngs by Matt Sarett · 8 years ago
  80. 90ee03b Revert "Implement Analytic AA for General Paths (with Guard against Chrome)" by Yuqian Li · 8 years ago
  81. a022e2d Fix SkImageFilterCache race by Florin Malita · 8 years ago
  82. 89a0e72 Implement Analytic AA for General Paths (with Guard against Chrome) by Yuqian Li · 8 years ago
  83. 108f55e fix clipping in rasterhandleallocator by Mike Reed · 8 years ago
  84. 693fdbd refFoo variant for getters that naturally have a sk_sp by Mike Reed · 8 years ago
  85. 8d80bb5 Revert "Introduce SkArenaAlloc - should be fast for POD types and RAII for types with dtors." by Herb Derby · 8 years ago
  86. d1c8e56 SkUTF8_CountUnichars(s,l) and SkUTF8_NextUnichar(s,l) now safe. by Hal Canary · 8 years ago
  87. 6ff51ae Introduce SkArenaAlloc - should be fast for POD types and RAII for types with dtors. by Herb Derby · 8 years ago
  88. 82f4431 Make GrPaints move their GrProcessor ownership into GrPipelineBuilder. by Brian Salomon · 8 years ago
  89. 20d031a Remove SK_LEGACY_FONTMGR_FACTORY. by Ben Wagner · 8 years ago
  90. 95e3c05 SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h by Hal Canary · 8 years ago
  91. 1252ec4 Make SkColorToHSV and SkHSVToColor "perfect" inverses by Leon Scroggins III · 8 years ago
  92. c456b73 Revert "SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h" by Kevin Lubick · 8 years ago
  93. a5494f1 SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h by Hal Canary · 8 years ago
  94. 8eedbfc Revert "Revert "Improve quad edges' smoothness in non-AA cases"" by Yuqian Li · 8 years ago
  95. db52cf3 move SkDraw.h to core by Mike Reed · 8 years ago
  96. 356f7c2 support external raster handles by Mike Reed · 8 years ago
  97. e98234f Start making texture coordinates be absolute by Robert Phillips · 8 years ago
  98. 1e74cad Revert "Improve quad edges' smoothness in non-AA cases" by Mike Klein · 8 years ago
  99. f9436b8 Allow constrained and unconstrained picture-images by Matt Sarett · 8 years ago
  100. d4ed326 Improve quad edges' smoothness in non-AA cases by Yuqian Li · 8 years ago