1. 22eb2f1 remove guard for SkImageGenerator api by Mike Reed · 8 years ago
  2. ddbd37e expore flags for text decoration into android-specific reserved bits by Mike Reed · 8 years ago
  3. 251bf3e SkRegion deserialization more robust by Hal Canary · 8 years ago
  4. f67c459 add ViaSVG to dm by Mike Reed · 8 years ago
  5. e005edd Revert "hide deprecated underline and strikethru" by Leon Scroggins · 8 years ago
  6. 7d07d46 Revert "Add SkTypeface::getVariationDesignPosition." by Ben Wagner · 8 years ago
  7. 87e7f82 Add SkTypeface::getVariationDesignPosition. by Ben Wagner · 8 years ago
  8. a01bf9a hide deprecated underline and strikethru by Mike Reed · 8 years ago
  9. d519d48 add device-clipping to gpudevice by Mike Reed · 8 years ago
  10. ea91b11 remove code for TextDecorations by Mike Reed · 8 years ago
  11. 25834ff Use non-linear blending flag in raster pipeline blitter by Matt Sarett · 8 years ago
  12. 185130c return and take SkImageGenerator as unique_ptr by Mike Reed · 8 years ago
  13. c24447d Revert "Revert "make SkClipStack.h private (in src)"" by Mike Reed · 8 years ago
  14. 1c8e82b Revert "make SkClipStack.h private (in src)" by Mike Reed · 8 years ago
  15. 3efca0a make SkClipStack.h private (in src) by Mike Reed · 8 years ago
  16. 26e573c removed unused code around scaled generators by Mike Reed · 8 years ago
  17. 3f40598 Non linear blending flag for SkColorSpace by Brian Osman · 8 years ago
  18. 9df70bb Picture backed images must have a bit depth and color space by Matt Sarett · 8 years ago
  19. c42a1cd work on raster device clipping by Mike Reed · 8 years ago
  20. df85c38 stop using SkScalarMul by Mike Reed · 8 years ago
  21. c5aa266 include what you use by Mike Reed · 8 years ago
  22. 267be7f Revert "Revert "IWYU"" by Mike Reed · 8 years ago
  23. 3c727d2 Revert "IWYU" by Robert Phillips · 8 years ago
  24. 54be5c9 Revert "More non-invertible shader local matrix guards" by Robert Phillips · 8 years ago
  25. 3e50027 Delete legacy named color space API by Matt Sarett · 8 years ago
  26. 368af46 More non-invertible shader local matrix guards by Florin Malita · 8 years ago
  27. 2aeae78 IWYU by Mike Reed · 8 years ago
  28. 19c22e9 Revert "Roll minimum picture version up to 44." by Robert Phillips · 8 years ago
  29. 6b20a55 Make header files self-sufficient by Hal Canary · 8 years ago
  30. e037d12 Roll minimum picture version up to 44. by Mike Klein · 8 years ago
  31. 73fe7b0 Remove use of SkSmallAllocator from all Loopers. by Herb Derby · 8 years ago
  32. 3c5cfb0 Remove exec bit from source files. by Ben Wagner · 8 years ago
  33. 83e939b Use SkArenaAlloc in the SkAutoBlitterChoose code. by Herb Derby · 8 years ago
  34. 77a7a1b SkColorSpace: remove named API, add gamut API by Matt Sarett · 8 years ago
  35. e8827d2 Address feedback on makeTextureImage by Brian Osman · 8 years ago
  36. dd8b72a Revert "Use SkArenaAlloc instead of SkSmallAllocator in the SkAutoBlitterChoose code." by Robert Phillips · 8 years ago
  37. 1f2fff2 Revert "SkColorSpace: remove named API, add gamut API" by Matt Sarett · 8 years ago
  38. ecaaf6f SkColorSpace: remove named API, add gamut API by Matt Sarett · 8 years ago
  39. 041f7df Bring back SkImage::makeTextureImage by Brian Osman · 8 years ago
  40. 2b57b7f Use SkArenaAlloc instead of SkSmallAllocator in the SkAutoBlitterChoose code. by Herb Derby · 8 years ago
  41. 5e221e7 SkXPS: new document API. by Hal Canary · 8 years ago
  42. 199fb87 Add refcnt'ed immutable vertices class for SkCanvas::drawVertices. by Brian Salomon · 8 years ago
  43. 0312a0c Add toXYZD50() to SkColorSpace API by Matt Sarett · 8 years ago
  44. 8d3196b expose new tight-bounds method on SkPath by Mike Reed · 8 years ago
  45. 3f36369 Batch across matrix changes in drawVertices and add GM to test. by Brian Salomon · 8 years ago
  46. 529bcd6 Revert "Revert "SkScalar: delete code that doesn't compile."" by Hal Canary · 8 years ago
  47. 8233fc8 Revert "SkScalar: delete code thqat doesn't compile." by Leon Scroggins · 8 years ago
  48. 565da18 SkScalar: delete code thqat doesn't compile. by Hal Canary · 8 years ago
  49. 3390e15 Expand SkImage::getTextureHandle call by Robert Phillips · 8 years ago
  50. 9206c76 SkRasterPipeline shader adapter by Florin Malita · 8 years ago
  51. 5ce33ef Revert "SkRasterPipeline shader adapter" by Florin Malita · 8 years ago
  52. 6d11ed2 SkRasterPipeline shader adapter by Florin Malita · 8 years ago
  53. 882ccaf Raster pipeline support for SkLocalMatrixShader composition by Florin Malita · 8 years ago
  54. 837e743 remove SK_SUPPORT_LEGACY_GETCLIPBOUNDS by Mike Reed · 8 years ago
  55. 6f67fc2 Add SkICC::rawTransferFnData() by Matt Sarett · 8 years ago
  56. f20a98f remove obsolete flag by Cary Clark · 8 years ago
  57. b92234a Revert "Remove SkImage::MakeTextureFromPixmap" by Brian Osman · 8 years ago
  58. 6f4a9b2 restore bool version of clip-bounds by Mike Reed · 8 years ago
  59. 42e8c53 rename virtuals for clipbounds, and deprecate older bool/var-arg pattern by Mike Reed · 8 years ago
  60. 918e144 change clip-bounds getters to always return the rect by Mike Reed · 8 years ago
  61. 288e471 clipstack is now private by Mike Reed · 8 years ago
  62. 8ccbbb4 Remove SkImage::MakeTextureFromPixmap by Brian Osman · 8 years ago
  63. 48f770c Remove unused asACustomShader function from SkShader by Greg Daniel · 8 years ago
  64. c485907 Revert "explictly fail to draw unpremul, as this is buggy, incomplete, tricky, and unused" by Joe Gregorio · 8 years ago
  65. 5bee0b6 Reland "Respect full precision for RGB16 PNGs" (part 2) by Matt Sarett · 8 years ago
  66. 1790f8e Revert "Revert "move device headers to core"" by Mike Reed · 8 years ago
  67. 4f364fd remove clipstack from lua -- deprecated by Mike Reed · 8 years ago
  68. 1baaaca explictly fail to draw unpremul, as this is buggy, incomplete, tricky, and unused by Mike Reed · 8 years ago
  69. 3726a4a new hacky api to get cliprgn for android by Mike Reed · 8 years ago
  70. c5a37f6 Update Skia milestone to 58 by Heather Miller · 8 years ago
  71. 2a83603 remove metadata from device by Mike Reed · 8 years ago
  72. dfff166 Revert "Respect full precision for RGB16 PNGs" by Matt Sarett · 8 years ago
  73. 7a090c4 Respect full precision for RGB16 PNGs by Matt Sarett · 8 years ago
  74. d4bdee5 Revert "move device headers to core" by Mike Reed · 8 years ago
  75. 98420d0 move device headers to core by Mike Reed · 8 years ago
  76. 46784be hide getClipStack by Mike Reed · 8 years ago
  77. ac04fef Remove SkFallbackAlloc and SkFixedAlloc. by Herb Derby · 8 years ago
  78. 986480a Revert "move SkDevice.h and SkBitmapDevice.h contents in to src headers" by Mike Reed · 8 years ago
  79. 2f719a6 move SkDevice.h and SkBitmapDevice.h contents in to src headers by Mike Reed · 8 years ago
  80. d9b6abb Remove (unused) YUV API from SkPixelRef by Brian Osman · 8 years ago
  81. 0ed3b64 Revert "Revert "Hide SkCanvas getDevice() & getTopDevice()}"" by Florin Malita · 8 years ago
  82. 70b49fd Minor Ganesh refFoo cleanup by Robert Phillips · 8 years ago
  83. e050ca7 Revert "Hide SkCanvas getDevice() & getTopDevice()}" by Florin Malita · 8 years ago
  84. 76467a1 Hide SkCanvas getDevice() & getTopDevice()} by Florin Malita · 8 years ago
  85. 379938e Use RasterPipeline to support full precision on 16-bit RGBA pngs by Matt Sarett · 8 years ago
  86. 25b6083 Revert "Use RasterPipeline to support full precision on 16-bit RGBA pngs" by Matt Sarett · 8 years ago
  87. 5aedd6d cleanup after 95e3c05 by Hal Canary · 8 years ago
  88. bb2339d Use RasterPipeline to support full precision on 16-bit RGBA pngs by Matt Sarett · 8 years ago
  89. 693fdbd refFoo variant for getters that naturally have a sk_sp by Mike Reed · 8 years ago
  90. 82f4431 Make GrPaints move their GrProcessor ownership into GrPipelineBuilder. by Brian Salomon · 8 years ago
  91. ab273fa move SkTRegister.h into tools by Mike Reed · 8 years ago
  92. 95e3c05 SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h by Hal Canary · 8 years ago
  93. c456b73 Revert "SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h" by Kevin Lubick · 8 years ago
  94. a5494f1 SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h by Hal Canary · 8 years ago
  95. db52cf3 move SkDraw.h to core by Mike Reed · 8 years ago
  96. 7243f49 Remove last of SK_SUPPORT_LEGACY_IMAGE_ENCODER_CLASS by Hal Canary · 8 years ago
  97. dc11f98 Clean up unused SK_SUPPORT_LEGACY_IMAGE_ENCODER_CLASS code by Hal Canary · 8 years ago
  98. 356f7c2 support external raster handles by Mike Reed · 8 years ago
  99. f9436b8 Allow constrained and unconstrained picture-images by Matt Sarett · 8 years ago
  100. e94255d Specify bit depth and color space in SkImage::MakeFromPicture() by Matt Sarett · 8 years ago