1. 2fcd4a4 Revert "Only store width and height on SkPixelRef" by Ben Wagner · 7 years ago
  2. 68b8e3d Revert "Revert "Delete copyTo(Allocator), hide copyTo() behind flag"" by Matt Sarett · 7 years ago
  3. 2cbb666 Only store width and height on SkPixelRef by Matt Sarett · 7 years ago
  4. 0122af0 Revert "Delete copyTo(Allocator), hide copyTo() behind flag" by Matt Sarett · 7 years ago
  5. d4a338f Delete copyTo(Allocator), hide copyTo() behind flag by Matt Sarett · 7 years ago
  6. ad8b5dc remove vestigle code for lockpixels by Mike Reed · 7 years ago
  7. 4edb5d2 hide lockpixels api behind flag by Mike Reed · 7 years ago
  8. b712089 remove lock tracking in bitmaps -- they are always locked by Mike Reed · 7 years ago
  9. 818580d remove code directly involved in lock/unlock in SkPixelRef by Mike Reed · 7 years ago
  10. 96d5b9a remove unused fURI from pixelref by Mike Reed · 7 years ago
  11. 8f30709 Revert "Revert "remove unused SkBitmap::copyPixelsTo"" by Mike Reed · 7 years ago
  12. 7bfdfda Revert "remove unused SkBitmap::copyPixelsTo" by Mike Klein · 7 years ago
  13. 0f3fdfa remove unused SkBitmap::copyPixelsTo by Mike Reed · 7 years ago
  14. c8e924c remove unused lockPixelsAreWritable by Mike Reed · 7 years ago
  15. 42ce38f make copyTo_with_allocator android only by Mike Reed · 7 years ago
  16. dc57b5d remove SK_SUPPORT_LEGACY_BITMAP_SETPIXELREF flag and code by Mike Reed · 7 years ago
  17. d9836f4 Fix various SkBitmap::copyTo() bugs by Matt Sarett · 7 years ago
  18. 1987366 Delete SkPixelRef::readPixels() by Matt Sarett · 7 years ago
  19. 6b3155c Revert[4] "clean up (partially) colortable api"""" by Mike Reed · 7 years ago
  20. b14131c Revert "Revert[2] "clean up (partially) colortable api""" by Mike Reed · 7 years ago
  21. 9920b10 Revert[2] "clean up (partially) colortable api"" by Mike Reed · 7 years ago
  22. 1d1165c Revert "clean up (partially) colortable api" by Mike Klein · 7 years ago
  23. 2e491a6 clean up (partially) colortable api by Mike Reed · 7 years ago
  24. d2adc66 Use SkTransferFunctionBehavior for raster pixel conversions by Matt Sarett · 7 years ago
  25. dce2590 Remove unused SkBitmap::RLEPixels by Leon Scroggins III · 7 years ago
  26. 485c499 Rename SkConfig8888/SkPixelInfo to SkConvertPixels by Matt Sarett · 7 years ago
  27. 8572d85 Make raster pipeline support all pixel conversions by Matt Sarett · 7 years ago
  28. 03dd6d5 Reland "Refactor trimming logic for read/writePixels()" by Matt Sarett · 7 years ago
  29. 26ecfe0 Revert "Refactor trimming logic for read/writePixels()" by Matt Sarett · 7 years ago
  30. 977f64c Refactor trimming logic for read/writePixels() by Matt Sarett · 7 years ago
  31. cb6266b Reland "Add SkImageInfoValidConversion() and SkImageInfoIsValid" by Matt Sarett · 8 years ago
  32. 7a6c9f7 Revert "Add SkImageInfoValidConversion() and SkImageInfoIsValid" by Brian Osman · 8 years ago
  33. cf5d6ca Add SkImageInfoValidConversion() and SkImageInfoIsValid by Matt Sarett · 8 years ago
  34. 68dd8d0 add writePixels to SkBitmap by Mike Reed · 8 years ago
  35. b2cb535 Fix more Skia filter fuzzer bugs by Robert Phillips · 8 years ago
  36. 1b3387b SkBitmap::setPixelRef(): less reference churn by Hal Canary · 8 years ago
  37. 58a7694 SkBitmap::ComputeIsOpaque -> SkPixmap::computeIsOpaque by Hal Canary · 8 years ago
  38. 4cba3fe SkBitmap::ComputeIsOpaque and SkBitmap::eraseColor support F16 by Hal Canary · 8 years ago
  39. 22f3482 don't support converting from alpha to non-alpha by Mike Reed · 8 years ago
  40. 704cd32 src/core: s/SkAutoTUnref/sk_sp/g by Hal Canary · 8 years ago
  41. 94e1a2f SkPixmap::getColor() by Hal Canary · 8 years ago
  42. a2415ac implement A8 destination fast-path for SkPixelInfo::CopyPixels by lsalzman · 8 years ago
  43. 8ae991e Flush denorm half floats to zero. by mtklein · 8 years ago
  44. 7fd93e3 Start measuring f16 and srgb speed. by mtklein · 8 years ago
  45. c7ec7c9 remove/deprecate SkBitmap::getTexture, as it now always returns false by reed · 8 years ago
  46. 58e389b Expand _01 half<->float limitation to _finite. Simplify. by mtklein · 8 years ago
  47. 64bbad3 Revert of Expand _01 half<->float limitation to _finite. Simplify. (patchset #7 id:120001 of https://codereview.chromium.org/2145663003/ ) by mtklein · 8 years ago
  48. 3296bee Expand _01 half<->float limitation to _finite. Simplify. by mtklein · 8 years ago
  49. 74139f1 Address two fuzzer bugs: by robertphillips · 8 years ago
  50. b109b8c Lots of progress on switching to SkColorSpace rather than SkColorProfileType by brianosman · 8 years ago
  51. ab82418 Revert of Lots of progress switching to SkColorSpace rather than SkColorProfileType (patchset #10 id:180001 of https://codereview.chromium.org/2069173002/ ) by brianosman · 8 years ago
  52. 6a61a87 Lots of progress on switching to SkColorSpace rather than SkColorProfileType by brianosman · 8 years ago
  53. 0881fb5 Rewrite assignment operator on SkBitmap, fix asan by msarett · 8 years ago
  54. 23c5110 Add SkColorSpace to SkImageInfo by msarett · 8 years ago
  55. b5d7468 Fix code regression to more precise call. by herb · 8 years ago
  56. 9bc2235 Make all the codecs default profiles based on gTreatSkColorAsSRGB. by herb · 8 years ago
  57. 149b47f Make sure the color profile propagetes through the system. by herb · 8 years ago
  58. fde0511 Make sp variants for SkData by reed · 8 years ago
  59. d96e7e5 misc fixes to make float buffers work a little better by reed · 8 years ago
  60. 9d22fd6 Make SkBitmap::CopyTo respect requested dst color type when bitmap is texture backed. by bsalomon · 9 years ago
  61. e80eb92 Add default ctor to SkMask by robertphillips · 9 years ago
  62. 023bda0 SkBitmap move by halcanary · 9 years ago
  63. 565901d Switch SkAutoMalloc to SkAutoTMalloc to avoid cast by scroggo · 9 years ago
  64. e36ec87 SkBitmap::installPixels(const SkPixmap&); by halcanary · 9 years ago
  65. b260d13 SkBitmap::getColor repsects swizzle by halcanary · 9 years ago
  66. b906daf Have /src files use header directly. by herb · 9 years ago
  67. e6e41a8 Move SkAtomics.h to private. by herb · 9 years ago
  68. b236d1a change colortable to use factory for reinflating, check for empty by reed · 9 years ago
  69. 62ce030 Replace SkPin32 with SkTPin and remove. by bungeman · 9 years ago
  70. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  71. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  72. d3ebb48 IWYU: 'core' target, files starting A-C. by bungeman · 9 years ago
  73. fb8c1fc Revert of IWYU: 'core' target, files starting A-C. (patchset #5 id:80001 of https://codereview.chromium.org/1265033002/ ) by reed · 9 years ago
  74. 7403d87 IWYU: 'core' target, files starting A-C. by bungeman · 9 years ago
  75. 1b24933 Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. by mtklein · 9 years ago
  76. 02802f6 Revert of Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. (patchset #4 id:60001 of https://codereview.chromium.org/1215393002/) by jvanverth · 9 years ago
  77. c50acf2 Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. by mtklein · 9 years ago
  78. 871872f change old picture serialization to really handle images by reed · 9 years ago
  79. 7aefe03 Revert "Revert of move erase into SkPixmap (patchset #1 id:1 of https://codereview.chromium.org/1161033005/)" by reed · 9 years ago
  80. cca9b3a Revert of move erase into SkPixmap (patchset #1 id:1 of https://codereview.chromium.org/1161033005/) by djsollen · 9 years ago
  81. 0963f5d move erase into SkPixmap by reed · 9 years ago
  82. 2893784 Cap color index values by robertphillips · 9 years ago
  83. cb67414 use pixmaps for dst in sprites -- NO BITMAPS by reed · 9 years ago
  84. db74f62 Revert[6] of add asserts around results from requestLock by reed · 9 years ago
  85. 11e833d Revert of Revert[4] of add asserts around results from requestLock (patchset #3 id:40001 of https://codereview.chromium.org/1159733006/) by reed · 9 years ago
  86. df91b73 Revert[4] of add asserts around results from requestLock by reed · 9 years ago
  87. e800657 add assert that the pixelref really did success in requestlock by reed · 9 years ago
  88. 95d343f move readPixels from bitmap -> pixmap by reed · 9 years ago
  89. 92fc2ae add SkPixmap and external locking to bitmaps by reed · 9 years ago
  90. 567ff2f Cleanup: Remove unnecessary double-semicolons. by tfarina · 9 years ago
  91. 5fedef1 remove SK_SUPPORT_LEGACY_PIXELREF_UNFLATTENABLE code by reed · 9 years ago
  92. 0c9b1a8 add kGray_8_SkColorType by reed · 9 years ago
  93. 4497748 Revert of Revert of replace kIgnore_SkAlphaType with kUnknown_SkAlphaType (patchset #1 id:1 of https://codereview.chromium.org/966753002/) by reed · 9 years ago
  94. 574290f Revert of replace kIgnore_SkAlphaType with kUnknown_SkAlphaType (patchset #3 id:40001 of https://codereview.chromium.org/964613002/) by scroggo · 9 years ago
  95. 1c8aeea replace kIgnore_SkAlphaType with kUnknown_SkAlphaType by reed · 9 years ago
  96. 6af3147 Fixed clusterfuzz issue by sugoi · 9 years ago
  97. bd0d9da Verify size_t overflow by sugoi · 10 years ago
  98. fa1e8a7 Add sRGB texture support. by jvanverth · 10 years ago
  99. cc969c4 Make SkColorTable explicitly thread-safe. by mtklein · 10 years ago
  100. 775b819 SkColorTable locking serves no purpose anymore. by mtklein · 10 years ago