1. 114bde8 Revert "Revert "add rect-parameter to makeImageSnapshot"" by Mike Reed · 6 years ago
  2. 1e28e5d Revert "add rect-parameter to makeImageSnapshot" by Mike Reed · 6 years ago
  3. e195d1c add rect-parameter to makeImageSnapshot by Mike Reed · 6 years ago
  4. 38a62bd Remove obsolete checks about colorType and colorSpace by Brian Osman · 6 years ago
  5. f421685 Revert "Stop using color space xform canvas in picture image generator" by Greg Daniel · 6 years ago
  6. 031ca21 Stop using color space xform canvas in picture image generator by Brian Osman · 6 years ago
  7. 3785471 basic first pass at RGBA F32 support by Mike Klein · 6 years ago
  8. e1adc3a Remove color space restrictions from image infos by Brian Osman · 6 years ago
  9. 2b23c4b Dest color space no longer impacts mipmaps or texture sampling by Brian Osman · 6 years ago
  10. ce4cf72 non-linear blending first steps by Mike Klein · 6 years ago
  11. 7fcfb62 move a bunch of helpers from SkImageInfo.h into priv by Mike Reed · 7 years ago
  12. 4c790bd add writePixels to SkSurface --> so we can remove it from canvas by Mike Reed · 7 years ago
  13. d474698 ensure that what is valid for a surface is also valid for an image by Mike Reed · 7 years ago
  14. ac568a9 1010102, 101010x, 888x in sw by Mike Klein · 7 years ago
  15. 5340b3f allow 4444 sw surfaces by Mike Klein · 7 years ago
  16. 515bda6 support gray8 destinations on CPU by Mike Klein · 7 years ago
  17. f0ffb89 Revert[4] "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap" by Mike Reed · 7 years ago
  18. 5a2e50e Revert "Revert "Revert "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap""" by Mike Reed · 7 years ago
  19. cd284c5 Revert "Revert "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap"" by Mike Reed · 7 years ago
  20. 809cbed Revert "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap" by Jim Van Verth · 7 years ago
  21. 88757da guard old apis for querying byte-size of a bitmap/imageinfo/pixmap by Mike Reed · 7 years ago
  22. f46633f Revert "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap" by Greg Daniel · 7 years ago
  23. 98a6216 guard old apis for querying byte-size of a bitmap/imageinfo/pixmap by Mike Reed · 7 years ago
  24. 4ed9ae4 Improve GrGLNonlinearColorSpaceXformEffect to support scRGB by Stan Iliev · 7 years ago
  25. 086a427 guard references to SkColorTable by Mike Reed · 7 years ago
  26. b6759dd Revert "Revert "Disable F16-nullptr sources"" by Matt Sarett · 7 years ago
  27. 69d1469 Revert "Disable F16-nullptr sources" by Matt Sarett · 7 years ago
  28. d21fd4b Disable F16-nullptr sources by Matt Sarett · 7 years ago
  29. f40b249 Validate SkSpecialSurface raster info by Florin Malita · 8 years ago
  30. a6e976a Only store width and height on SkPixelRef (part 1) by Matt Sarett · 8 years ago
  31. 2fcd4a4 Revert "Only store width and height on SkPixelRef" by Ben Wagner · 8 years ago
  32. 2cbb666 Only store width and height on SkPixelRef by Matt Sarett · 8 years ago
  33. 4edb5d2 hide lockpixels api behind flag by Mike Reed · 8 years ago
  34. 6b3155c Revert[4] "clean up (partially) colortable api"""" by Mike Reed · 8 years ago
  35. b14131c Revert "Revert[2] "clean up (partially) colortable api""" by Mike Reed · 8 years ago
  36. 9920b10 Revert[2] "clean up (partially) colortable api"" by Mike Reed · 8 years ago
  37. 1d1165c Revert "clean up (partially) colortable api" by Mike Klein · 8 years ago
  38. 2e491a6 clean up (partially) colortable api by Mike Reed · 8 years ago
  39. ac6b1fa Remove budgeted parameter from SkSurface::makeImageSnapshot (take 2) by Robert Phillips · 8 years ago
  40. 06ee8e8 Revert "Revert "Revert "Remove budgeted parameter from SkSurface::makeImageSnapshot""" by Yuqian Li · 8 years ago
  41. 31249bb Revert "Revert "Remove budgeted parameter from SkSurface::makeImageSnapshot"" by Robert Phillips · 8 years ago
  42. 9e9188f Revert "Remove budgeted parameter from SkSurface::makeImageSnapshot" by Yuqian Li · 8 years ago
  43. b64bcbd Remove budgeted parameter from SkSurface::makeImageSnapshot by Robert Phillips · 8 years ago
  44. 986480a Revert "move SkDevice.h and SkBitmapDevice.h contents in to src headers" by Mike Reed · 8 years ago
  45. 2f719a6 move SkDevice.h and SkBitmapDevice.h contents in to src headers by Mike Reed · 8 years ago
  46. 7eb01f8 remove unused parameter in onNewimageSnapshot by Mike Reed · 8 years ago
  47. 85ff848 remove unused ForceUnique option from makeImageSnapshot by Mike Reed · 8 years ago
  48. 1b3387b SkBitmap::setPixelRef(): less reference churn by Hal Canary · 8 years ago
  49. 67b39de s/SkAutoTUnref/sk_sp/ in src/ part 1 by Hal Canary · 8 years ago
  50. eb21ef6 Loosen restriction on F16 surfaces - allow "legacy" F16 mode by Brian Osman · 8 years ago
  51. 8f2996c Revert of leave pixel memory uninitialized for opaque alpha type in SkSurface::MakeRaster (patchset #1 id:1 of https://codereview.chromium.org/2412633002/ ) by mtklein · 8 years ago
  52. c64ef35 leave pixel memory uninitialized for opaque alpha type in SkSurface::MakeRaster by lsalzman · 8 years ago
  53. 600c737 Delete SkColorSpace::gammaNamed() from public API by msarett · 8 years ago
  54. 0e22eb8 Some tests around surface creation and snapshotting with color space by brianosman · 8 years ago
  55. 1ec04d9 rename FoceCopyMode to SkCopyPixelMode by reed · 8 years ago
  56. 03912f1 Document SkSurface::MakeRaster's memory initialization by fmalita · 8 years ago
  57. e8f3062 switch surface to sk_sp by reed · 9 years ago
  58. 9ce9d67 update callsites for Make image factories by reed · 9 years ago
  59. 7fb4f8b Revert "Revert of add Make variations to return SkImage by sk_sp (patchset #5 id:80001 of https://codereview.chromium.org/1778393002/ )" by reed · 9 years ago
  60. e683c56 Revert of add Make variations to return SkImage by sk_sp (patchset #5 id:80001 of https://codereview.chromium.org/1778393002/ ) by robertphillips · 9 years ago
  61. bd73ffb add Make variations to return SkImage by sk_sp by reed · 9 years ago
  62. 5ec26ae Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 9 years ago
  63. bd500f0 Revert of Move Budgeted enum out of SkSurface, use in GrTextureProvider (patchset #6 id:100001 of https://codereview.chromium.org/1728093005/ ) by bsalomon · 9 years ago
  64. 57599fe Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 9 years ago
  65. f47b9a3 Allow client to force an SkImage snapshot to be unique (and uniquely own its backing store). by bsalomon · 9 years ago
  66. a34be68 blitters for sRGB and float16 by reed · 9 years ago
  67. 9cd016e allow the caller to specified raster-surface rowbytes. by reed · 9 years ago
  68. c8be09a Two malloc+bzero -> calloc. by mtklein · 9 years ago
  69. af3fbfc SkImage doesn't use props, so don't need to store it by reed · 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. 02d91d1 lock pixels in image when bitmap is immutable and not-lazy by reed · 9 years ago
  73. 26e0e58 SkImage_Raster's pixels are always immutable. by reed · 9 years ago
  74. 9a5d1ab Make peekPixels() usable with raster surface snapshots by fmalita · 9 years ago
  75. 5617900 add SkImage::NewFromBitmap by reed · 9 years ago
  76. 702edbd Propagate SkSurfaceProps to more call sites by robertphillips · 9 years ago
  77. 7831a4b Update more directories under src/ to follow C++11 style rule for {virtual,override}. by tfarina · 10 years ago
  78. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 10 years ago
  79. eaaaf0b Take budgeted param when snapping new image. by bsalomon · 10 years ago
  80. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  81. b2497c2 change API contract: disallow zero-sized images or surfaces by reed · 10 years ago
  82. 4af267b add SkImage::newSurface by reed · 10 years ago
  83. 4a8126e Introduce Props to surface (patchset #27 id:520001 of https://codereview.chromium.org/551463004/)" by reed · 10 years ago
  84. 29c857d Revert of introduce Props to surface (patchset #27 id:520001 of https://codereview.chromium.org/551463004/) by reed · 10 years ago
  85. 3716fd0 introduce Props to surface (work in progress) by reed · 10 years ago
  86. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  87. e5ea500 Hide fields in SkImageInfo by reed · 10 years ago
  88. 982542d add SkSurface::NewRasterDirectReleaseProc by reed · 10 years ago
  89. a3264e5 Revert "Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/)" by commit-bot@chromium.org · 10 years ago
  90. d0f824c Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/) by commit-bot@chromium.org · 10 years ago
  91. 986d681 setConfig -> setInfo by commit-bot@chromium.org · 10 years ago
  92. 28fcae2 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 11 years ago
  93. 96edc24 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 11 years ago
  94. d923288 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 11 years ago
  95. 757ebd2 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 11 years ago
  96. 149e9a1 Rename kPMColor_SkColorType to kN32_SkColorType. by commit-bot@chromium.org · 11 years ago
  97. 6285f4f Offer single-param version of deepCopyTo -- much easier to migrate to colortypes by commit-bot@chromium.org · 11 years ago
  98. e13af71 Revert of https://codereview.chromium.org/132643007/ by commit-bot@chromium.org · 11 years ago
  99. f0b56e7 Revert "Revert of https://codereview.chromium.org/129423002/" by reed@google.com · 11 years ago
  100. 9b06ba4 Revert of https://codereview.chromium.org/129423002/ by commit-bot@chromium.org · 11 years ago