1. 3da9e94 Revert "Add SkImage::MakeRasterFromCompressed and make MakeFromCompressed fall back to decompression for unsupported compression types" by Robert Phillips · 5 years ago
  2. 3234ce1 Add SkImage::MakeRasterFromCompressed and make MakeFromCompressed fall back to decompression for unsupported compression types by Robert Phillips · 5 years ago
  3. d3963a3 offer raw-array variant of remaining 44 methods by Mike Reed · 5 years ago
  4. 00a9764 consolidate examples to 1 matrix type by Mike Reed · 5 years ago
  5. 78184a3 Revert "convert sample completely to SkM4" by Mike Reed · 5 years ago
  6. e455d2e convert sample completely to SkM4 by Mike Reed · 5 years ago
  7. 845f163 remove legacy SkMScalar code by Mike Reed · 5 years ago
  8. 11b05bc Don't make promises about rowbytes by Mike Reed · 5 years ago
  9. 05b7297 remove obsolete flag SK_SUPPORT_LEGACY_CANVAS_MATRIX_VIRTUALS by Mike Reed · 5 years ago
  10. 3a83392 Add missing 'GrProtected' parameter to createCompressedTexture call chain by Robert Phillips · 5 years ago
  11. 3eedc97 Make SkImageInfo::validRowBytes consider alignment by Leon Scroggins III · 5 years ago
  12. 1feceb3 split SkBBoxHierarchy into public/base types by Mike Klein · 5 years ago
  13. 38380df remove the last vestiges of SkMScalar by Mike Reed · 5 years ago
  14. 55f6fc3 IWYU -- colorspace no longer includes matrix44 by Mike Reed · 5 years ago
  15. 196e9fb let picture record take a bbh directly by Mike Klein · 5 years ago
  16. 7a7ee94 modernize some picture internal types by Mike Klein · 5 years ago
  17. 215c34b SkMScalar is obsolete -- use SkScalar by Mike Reed · 5 years ago
  18. ee3216d Use SkSL to do point-light shading by Mike Reed · 5 years ago
  19. e1b7afc add guard to move to explicit matrix conversions by Mike Reed · 5 years ago
  20. d4d3b33 Make converting from 4x4 to 3x3 explicit by Mike Reed · 5 years ago
  21. b085527 Add SkImage::CompressionType::kBC1_RGBA8_UNORM support by Robert Phillips · 5 years ago
  22. b147ace DCI-P3 -> Display P3 in Skia by Mike Klein · 5 years ago
  23. c43f2a0 mark all exerimental (3d) apis as such by Mike Reed · 5 years ago
  24. b18e74d Expose camera matrix in SkCanvas by Mike Reed · 5 years ago
  25. ee0a03a experimental: saveCamera() by Mike Reed · 5 years ago
  26. d1b347e add a note about P3 gamuts by Mike Klein · 5 years ago
  27. e4720c6 Expand SkImage::MakeFromCompressed to support mipMapping by Robert Phillips · 5 years ago
  28. 7543587 clean-up 3d sample's use of matrices by Mike Reed · 5 years ago
  29. c558f72 Compressed texture API cleanup by Robert Phillips · 5 years ago
  30. 9403c38 Revert "Reland "Revert "allow clients to opt into new didTranslate/didScale""" by Mike Reed · 5 years ago
  31. f66bba6 Reland "Revert "allow clients to opt into new didTranslate/didScale"" by Mike Reed · 5 years ago
  32. d7ce7ac Revert "Revert "allow clients to opt into new didTranslate/didScale"" by Mike Reed · 5 years ago
  33. 4a46758 Revert "allow clients to opt into new didTranslate/didScale" by Mike Reed · 5 years ago
  34. cb6b9e3 allow clients to opt into new didTranslate/didScale by Mike Reed · 5 years ago
  35. a3a704a Override didTranslate, and add virtual for didScale by Mike Reed · 5 years ago
  36. a092028 Revert "new virtuals for canvas ctm" by Mike Reed · 5 years ago
  37. 2076b04 new virtuals for canvas ctm by Mike Reed · 5 years ago
  38. 6f48542 remove cruft bools from canvas by Mike Reed · 5 years ago
  39. 06184a2 Hide MakeFromMTKView behind an availability flag by Jim Van Verth · 5 years ago
  40. a88cab1 Add CachingHint to makeRasterImage, default to kDisallow by Brian Osman · 5 years ago
  41. 620ceda Remove legacy canvas-matrix impl by Mike Reed · 5 years ago
  42. 064c7f9 Optimize concat44 on canvas by Mike Reed · 5 years ago
  43. e276701 Add method to delay drawable acquisition from MTKView by Jim Van Verth · 5 years ago
  44. 403c807 Revert "Revert "Extend SkCanvas matrix stack to be 4x4, but with (basically) the same public API."" by Mike Reed · 5 years ago
  45. 268ed57 Revert "Extend SkCanvas matrix stack to be 4x4, but with (basically) the same public API." by Brian Osman · 5 years ago
  46. 98bfcc7 Extend SkCanvas matrix stack to be 4x4, but with (basically) the same public API. by Mike Reed · 5 years ago
  47. 44207f3 Remove SkIRect::EmptyIRect by Brian Salomon · 5 years ago
  48. 1fb6aed simplify normalizePerspective -- don't compute type, precheck corner value by Mike Reed · 5 years ago
  49. 8f259a0 Add BC1_RGB8_UNORM support by Robert Phillips · 5 years ago
  50. 7e2dea5 SkColorFilter::onProgram() by Mike Klein · 5 years ago
  51. c32d53f Revert "temporarily expose postIDiv" by Mike Reed · 5 years ago
  52. e9e4421 temporarily expose postIDiv by Mike Reed · 5 years ago
  53. 2c38315 hide/remove obsolete/tricky SkMatrix methods by Mike Reed · 5 years ago
  54. c880346 Detect when perspective is really affine, and update the matrix as we handoff by Mike Reed · 5 years ago
  55. 190b82d Add clipping for perspective triangles by Mike Reed · 5 years ago
  56. b915c94 Add interface(s) for compressed backend texture support by Robert Phillips · 5 years ago
  57. dd5f655 Don't allocate invalidation messages for generators that make uncacheable textures by Brian Osman · 5 years ago
  58. 9e71995 clean up dox after enum change by Mike Reed · 5 years ago
  59. cf0e3c6 remove dead code around old SkPath enums by Mike Reed · 5 years ago
  60. a6069a1 Support clipRegion on GPU backend by Brian Salomon · 5 years ago
  61. f46d5ca use std::make_unique by Mike Klein · 5 years ago
  62. bb59dfa perform perspective clip by default by Mike Reed · 5 years ago
  63. ab2b722 Switch SkImage::CompressionType to be an enum class by Robert Phillips · 5 years ago
  64. 6b738b5 Update Skia milestone to 81 by Heather Miller · 5 years ago
  65. 4e1066f Remove SkSize& SkSize::operator=(const SkISize&) by Brian Salomon · 5 years ago
  66. 8a99a41 Fix for 420/422 chroma subsampling of odd dimension images when by Brian Salomon · 5 years ago
  67. 1d15439 remove legacy next from iter by Mike Reed · 5 years ago
  68. 2e3be56 Reland "fix sense of ifdef for deprecated method" by Mike Reed · 5 years ago
  69. b97a24a Revert "fix sense of ifdef for deprecated method" by Mike Reed · 5 years ago
  70. aa98dd3 fix sense of ifdef for deprecated method by Mike Reed · 5 years ago
  71. 0ee397a hide deprecated next() on SkPath::Iter by Mike Reed · 5 years ago
  72. 7d34dc7 Revert "Revert "switch to new filltype for SkPath"" by Mike Reed · 5 years ago
  73. 3e7af41 Revert "switch to new filltype for SkPath" by Mike Reed · 5 years ago
  74. 3a50981 switch to new filltype for SkPath by Mike Reed · 5 years ago
  75. e21af50 Test texture domain effect with local matrix. by Brian Salomon · 5 years ago
  76. 30bc527 Revert "Reland "Revert "Use flat version of path-direction enum""" by Mike Reed · 5 years ago
  77. 7cda6f3 Reland "Revert "Use flat version of path-direction enum"" by Mike Reed · 5 years ago
  78. 1792b19 Revert "Revert "Use flat version of path-direction enum"" by Mike Reed · 5 years ago
  79. 0dacc6b Revert "Use flat version of path-direction enum" by Mike Reed · 5 years ago
  80. e0fbe94 Use flat version of path-direction enum by Mike Reed · 5 years ago
  81. 417d299 Fix windows DLL builds with shaper included by Brian Osman · 5 years ago
  82. a2b3b9e Expose the owning surface to a canvas? by Mike Reed · 5 years ago
  83. a657b0c trim out unneeded references to SkString by Mike Reed · 5 years ago
  84. 2319b80 remove unused (by clients) SkMultiPictureDraw by Mike Reed · 5 years ago
  85. c1c4634 add some api helpers (extracted from different CL) by Mike Reed · 5 years ago
  86. c75bc03 Clamp RGB outputs of GrYUVtoRGBEffect. by Brian Salomon · 5 years ago
  87. b9f2088 convert SkVMBlitter over to floats by Mike Klein · 5 years ago
  88. 1cc6067 friendly wrapper to allocate uniforms by Mike Klein · 5 years ago
  89. 5625412 unify program() and uniforms() by Mike Klein · 5 years ago
  90. 09ee112 Reland "Fully embrace skcms types in SkColorSpace API" by Brian Osman · 5 years ago
  91. 746acf1 add color filter support by Mike Klein · 5 years ago
  92. 6af9b1c Revert "Fully embrace skcms types in SkColorSpace API" by Robert Phillips · 5 years ago
  93. 7015227 Fully embrace skcms types in SkColorSpace API by Brian Osman · 5 years ago
  94. cc83687 Make SkBlendMode_AsCoeff() public by Michael Ludwig · 5 years ago
  95. 85c3d68 Some improvements to backend texture creation. by Brian Salomon · 5 years ago
  96. d85686f Update comment on isNumericalTransferFn to clarify that fn is always set by Brian Osman · 5 years ago
  97. 2b73e66 Add BT2020 (non-constant-luminance) YUV color space by Brian Osman · 5 years ago
  98. 7df14d0 YUV Cleanup: Trim comments, derive Cr/Cb from Kr/Kb by Brian Osman · 5 years ago
  99. 3683a4f Remove legacy async read pixels APIs. by Brian Salomon · 5 years ago
  100. 557e812 Make GrSurfaceProxy ref counts thread safe. by Brian Salomon · 5 years ago