1. 7f36405 Remove SkMin32/SkMax32 by Brian Osman · 4 years, 8 months ago
  2. 116b33e Remove SkMaxScalar and SkMinScalar by Brian Osman · 4 years, 8 months ago
  3. a428c7b SkColorSetA now warns if the result is unused. by Allen Bauer · 4 years, 8 months ago
  4. 196f319 Allow decoding without color conversion by Leon Scroggins III · 4 years, 8 months ago
  5. c9b06ca Remove CGFontRef parameter from SkMakeTypefaceFromCTFont by Dominik Röttsches · 4 years, 8 months ago
  6. 22d08b5 Expose the ICC profile from SkAndroidCodec by Leon Scroggins III · 4 years, 8 months ago
  7. ebc4d62 new section and formatting by Heather Miller · 4 years, 8 months ago
  8. 99dead9 Add SkImage::MakeRasterFromCompressed and make MakeFromCompressed fall back to decompression for unsupported compression types (take 2) by Robert Phillips · 4 years, 8 months ago
  9. 3da9e94 Revert "Add SkImage::MakeRasterFromCompressed and make MakeFromCompressed fall back to decompression for unsupported compression types" by Robert Phillips · 4 years, 8 months ago
  10. 3234ce1 Add SkImage::MakeRasterFromCompressed and make MakeFromCompressed fall back to decompression for unsupported compression types by Robert Phillips · 4 years, 8 months ago
  11. 3eedc97 Make SkImageInfo::validRowBytes consider alignment by Leon Scroggins III · 4 years, 8 months ago
  12. 87c3142 Add functions for GL_NV_fence to GrGLInterface. by Brian Salomon · 4 years, 8 months ago
  13. b085527 Add SkImage::CompressionType::kBC1_RGBA8_UNORM support by Robert Phillips · 4 years, 9 months ago
  14. a88cab1 Add CachingHint to makeRasterImage, default to kDisallow by Brian Osman · 4 years, 9 months ago
  15. f5bc8fb [canvaskit] Create an SkImage from a frame of an SkAnimatedImage by Kevin Lubick · 4 years, 9 months ago
  16. e276701 Add method to delay drawable acquisition from MTKView by Jim Van Verth · 4 years, 9 months ago
  17. 44207f3 Remove SkIRect::EmptyIRect by Brian Salomon · 4 years, 9 months ago
  18. ee426f2 Move SkRuntimeEffect.h to include/effects by Brian Osman · 4 years, 9 months ago
  19. 5a2f962 Add back door support for GLSL tessellation shaders by Chris Dalton · 4 years, 9 months ago
  20. 8f259a0 Add BC1_RGB8_UNORM support by Robert Phillips · 4 years, 9 months ago
  21. b915c94 Add interface(s) for compressed backend texture support by Robert Phillips · 4 years, 10 months ago
  22. a6069a1 Support clipRegion on GPU backend by Brian Salomon · 4 years, 10 months ago
  23. 2e046a2 Update release notes files by Heather Miller · 4 years, 10 months ago
  24. f0e04f0 Always destroy resources instead of simply "abandoning" them in Vulkan backend. by Greg Daniel · 4 years, 10 months ago
  25. 4e1066f Remove SkSize& SkSize::operator=(const SkISize&) by Brian Salomon · 4 years, 10 months ago
  26. 8a99a41 Fix for 420/422 chroma subsampling of odd dimension images when by Brian Salomon · 4 years, 10 months ago
  27. e21af50 Test texture domain effect with local matrix. by Brian Salomon · 4 years, 10 months ago
  28. c75bc03 Clamp RGB outputs of GrYUVtoRGBEffect. by Brian Salomon · 4 years, 11 months ago
  29. 47bd9f1 [canvaskit] Expand SkAnimatedImage by Kevin Lubick · 5 years ago
  30. 09ee112 Reland "Fully embrace skcms types in SkColorSpace API" by Brian Osman · 5 years ago
  31. 6af9b1c Revert "Fully embrace skcms types in SkColorSpace API" by Robert Phillips · 5 years ago
  32. 7015227 Fully embrace skcms types in SkColorSpace API by Brian Osman · 5 years ago
  33. cc83687 Make SkBlendMode_AsCoeff() public by Michael Ludwig · 5 years ago
  34. e36d030 SkColorMatrix cleanup by Brian Osman · 5 years ago
  35. 2b73e66 Add BT2020 (non-constant-luminance) YUV color space by Brian Osman · 5 years ago
  36. 3683a4f Remove legacy async read pixels APIs. by Brian Salomon · 5 years ago
  37. cc13acb Fix up release notes file by Heather Miller · 5 years ago
  38. d5153bb update formatting, add links by Heather Miller · 5 years ago
  39. 11e6aa8 Starting to hack up HDR transfer function support by Brian Osman · 5 years ago
  40. 8b66617 Add new public api on GrContext for computing image size. by Greg Daniel · 5 years ago
  41. 38f0a49 Add GL_QCOM_TILED_RENDERING as an optional interface by Chris Dalton · 5 years ago
  42. a32654c Simple iterator for textblobs by Mike Reed · 5 years ago
  43. 9241a6d Reland "Reland "SkSurface asynchronous read APIs allow client to extend pixel lifetime"" by Brian Salomon · 5 years ago
  44. cb55010 Revert "Reland "SkSurface asynchronous read APIs allow client to extend pixel lifetime"" by Ravi Mistry · 5 years ago
  45. 6fc04f8 Reland "SkSurface asynchronous read APIs allow client to extend pixel lifetime" by Brian Salomon · 5 years ago
  46. 768f900 Revert "Use GL_QCOM_TILED_RENDERING to explicitly discard stencil" by Brian Salomon · 5 years ago
  47. 9c21978 Revert "SkSurface asynchronous read APIs allow client to extend pixel lifetime" by Brian Salomon · 5 years ago
  48. ce240cc SkSurface asynchronous read APIs allow client to extend pixel lifetime by Brian Salomon · 5 years ago
  49. 7e6d3b0 Use GL_QCOM_TILED_RENDERING to explicitly discard stencil by Chris Dalton · 5 years ago
  50. 9e514a1 doc: cleanup release notes by Hal Canary · 5 years ago
  51. 65f533a SkColorInfo: It's SkImageInfo minus the dimensions. by Brian Salomon · 5 years ago
  52. 6694440 Make SkPixmap-variant of createBackendTexture public by Robert Phillips · 5 years ago
  53. bd84330 Revert "Revert "add explicit src and dst colorspaces to filterColor4f"" by Mike Reed · 5 years ago
  54. dcbc359 Remove vestiges of 32 float texture format support by Brian Salomon · 5 years ago
  55. 355111b Revert "add explicit src and dst colorspaces to filterColor4f" by Mike Reed · 5 years ago
  56. 2281be3 add explicit src and dst colorspaces to filterColor4f by Mike Reed · 5 years ago
  57. b2f5553 Set up prototype interface for MakeFromCAMetalLayer by Jim Van Verth · 5 years ago
  58. 17a3a0b Last tranche of new SkColorTypes by Robert Phillips · 5 years ago
  59. 86a1451 Pull path nested types out to root level by Mike Reed · 5 years ago
  60. 430470d make rectcontour and nestedrects private by Mike Reed · 5 years ago
  61. 429f0d3 Add kRG_1616 and kAlpha_16 SkColorTypes by Robert Phillips · 5 years ago
  62. ed58e00 Add support for pre-compiling cached SkSL shaders by Brian Osman · 5 years ago
  63. d470e1b Add kRG_88_SkColorType by Robert Phillips · 5 years ago
  64. 172bb44 Make the size of program/pipeline caches configurable in GrContextOptions by Brian Osman · 5 years ago
  65. a66081d Move SkSL caching out of GR_TEST_UTILS, trim persistent cache options by Brian Osman · 5 years ago
  66. cf39f37 Remove maxCount resource cache limit by Robert Phillips · 5 years ago
  67. 066ceb1 Implement fences and semaphores for Metal. by Jim Van Verth · 5 years ago
  68. a595f86 Add Color4f variant for DrawEdgeAAQuad by Michael Ludwig · 5 years ago
  69. 334a642 remove unused sk_sp comparison operators by Mike Klein · 5 years ago
  70. 3012cba remove unneeded noemptycheck variants of intersect by Mike Reed · 5 years ago
  71. 9ea6315 remove redundant rect methods by Mike Reed · 5 years ago
  72. 3b0e7f6 RELEASE_NOTES: formatting cleanup, add some urls by Hal Canary · 5 years ago
  73. 2af5db7 RELEASE_NOTES: note change to SkMallocPixelRef by Hal Canary · 5 years ago
  74. ba7e9a6 never check for degenerates in path::iter by Mike Reed · 5 years ago
  75. 4c3fd34 Remove MakeCrossContextFromEncoded, unused argument from ...FromPixmap by Brian Osman · 5 years ago
  76. d514837 Add SkImage::reinterpretColorSpace by Brian Osman · 5 years ago
  77. d566e2e Remove unused dstColorSpace parameter from makeTextureImage by Brian Osman · 5 years ago
  78. 6154ac4 Hook up SkHeifCodec for ImageDecoder animation by Leon Scroggins III · 5 years ago
  79. a5acbf9 expose direct methods for decoding to an image by Mike Reed · 5 years ago
  80. 2739fd2 Reland: Enable YCbCr sampler support on platforms other than Android by Sergey Ulanov · 5 years ago
  81. 9fc5e8d Revert "Enable YCbCr sampler support on platforms other than Android" by Greg Daniel · 5 years ago
  82. cc4573d Enable YCbCr sampler support on platforms other than Android by Sergey Ulanov · 5 years ago
  83. ec22b1a Expose GrContext::dump() when SK_ENABLE_DUMP_GPU is defined. by Brian Salomon · 5 years ago
  84. d4764a1 Rework how backend-specific formats are retrieved from GrBackendFormat. by Brian Salomon · 5 years ago
  85. 6c8c9b3 Remove invalid entry in RELEASE_NOTES by Jim Van Verth · 5 years ago
  86. 2209881 Add adjustable max size for Metal dynamic allocation ring buffer. by Jim Van Verth · 5 years ago
  87. 8ee6cf3 Move SkImageFilter functionality into private SkImageFilter_Base by Michael Ludwig · 5 years ago
  88. 06eacf4 Add new SkImageFilters factory API by Michael Ludwig · 5 years ago
  89. 4800949 Reland: SkColorfilters::HSLAMatrix by Florin Malita · 5 years ago
  90. 44d095f Revert "SkColorfilters::HSLAMatrix" by Mike Klein · 5 years ago
  91. f4c5f63 SkColorfilters::HSLAMatrix by Florin Malita · 5 years ago
  92. d668f7f Hide SkImageFilter subclasses in CPP files by Michael Ludwig · 5 years ago
  93. 7bacbf7 Update SkPicture version for simplified image filter enums by Michael Ludwig · 5 years ago
  94. 9dc0b9e remove code now that loopers are dead (w.r.t. canvas and paint) by Mike Reed · 5 years ago
  95. 118a407 Introduce crowdsourced release notes file by Heather Miller · 5 years ago