1. 05dd251 take gr-context parameter to refEncoded, indicating a desire for only gpu-specific formats by reed · 9 years ago
  2. db7dc09 Remove SkImageMinRowBytes by scroggo · 9 years ago
  3. 0955303 scaling API on SkPixmap by reed · 9 years ago
  4. 045802d Rewrite GrTextureMaker to disentangle bitmap case from base class and give GPU object a say in what copying needs to be done. by bsalomon · 9 years ago
  5. bc0bcc0 Revert recent CLs around GrTextureMaker/GrTextureParamsAdjuster by Brian Salomon · 9 years ago
  6. 1a197ea Rewrite GrTextureMaker to disentangle bitmap case from base class and give GPU object a say in what copying needs to be done. by bsalomon · 9 years ago
  7. 9195794 Revert of Rewrite GrTextureMaker to disentangle bitmap case from base class and give GPU object a say in what… (patchset #4 id:60001 of https://codereview.chromium.org/1409163002/ ) by egdaniel · 9 years ago
  8. fcffaf2 Rewrite GrTextureMaker to disentangle bitmap case from base class and give GPU object a say in what copying needs to be done. by bsalomon · 9 years ago
  9. afa95e2 Remove image usage type enum. Use GrTextureParams instead. by bsalomon · 9 years ago
  10. af3fbfc SkImage doesn't use props, so don't need to store it by reed · 9 years ago
  11. 856e9d9 Revert[4] of add ImageShader, sharing code with its Bitmap cousin by reed · 9 years ago
  12. c56c6ef SkImage::NewFromBitmap works with Index8 by halcanary · 9 years ago
  13. 476506d Revert of Revert[2] of add ImageShader, sharing code with its Bitmap cousin (patchset #11 id:200001 of https://codereview.chromium.org/1352293002/ ) by reed · 9 years ago
  14. fe05707 Revert[2] of add ImageShader, sharing code with its Bitmap cousin by reed · 9 years ago
  15. 7b6945b remove unused (by the outside) SkImage::newSurface, and simplify newImage -> newSubset by reed · 9 years ago
  16. f260851 Revert of add ImageShader, sharing code with its Bitmap cousin (patchset #10 id:180001 of https://codereview.chromium.org/1342113002/ ) by tomhudson · 9 years ago
  17. 0b93e31 add ImageShader, sharing code with its Bitmap cousin by reed · 9 years ago
  18. 746f31f have raster-image return itself as a texture by reed · 9 years ago
  19. 2bcab82 remove code from SK_SUPPORT_LEGACY_NEWFROMGENERATOR, eliminates caller of deprecated SkInstallDiscardablePixelRef by reed · 9 years ago
  20. efd50da impl preroll for all image backends by reed · 9 years ago
  21. 85d9178 Use SkImageCacherator in SkImages by reed · 9 years ago
  22. a10bb86 make a shallow-copy so we don't get racy trying to lock/unlock our private bitmap by reed · 9 years ago
  23. 86e90fa add preroll to image, for chrome's warmup pass by reed · 9 years ago
  24. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  25. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  26. ddbbdda SkImage method for detecting lazy decoding by fmalita · 9 years ago
  27. 02d91d1 lock pixels in image when bitmap is immutable and not-lazy by reed · 9 years ago
  28. 4ed3dd6 fix empty image constructor by reed · 9 years ago
  29. 80c772b unify pixelref and image ID space, so we can share IDs when we share pixels by reed · 9 years ago
  30. 26e0e58 SkImage_Raster's pixels are always immutable. by reed · 9 years ago
  31. 9a5d1ab Make peekPixels() usable with raster surface snapshots by fmalita · 9 years ago
  32. ea561bf Fix SkImage::asLegacyBitmap() rowBytes assert by fmalita · 9 years ago
  33. 3c06511 Add image->bitmap by reed · 9 years ago
  34. 5617900 add SkImage::NewFromBitmap by reed · 9 years ago
  35. 759373a add colortable param to newrastercopy by reed · 9 years ago
  36. 871872f change old picture serialization to really handle images by reed · 9 years ago
  37. de49988 add callbacks to Images that wrap client-provided content by reed · 9 years ago
  38. a85d4d0 Make drawImage a virtual on SkDevice by reed · 9 years ago
  39. 06dad4b Revert of Revert of Revert of Make drawImage a virtual on SkDevice (patchset #1 id:1 of https://codereview.chromium.org/1126273002/) by reed · 9 years ago
  40. 620ba3a Revert of Revert of Make drawImage a virtual on SkDevice (patchset #1 id:1 of https://codereview.chromium.org/1124003002/) by reed · 9 years ago
  41. 3538e3b Revert of Make drawImage a virtual on SkDevice (patchset #4 id:60001 of https://codereview.chromium.org/1122643005/) by reed · 9 years ago
  42. 14fe8fd Make drawImage a virtual on SkDevice by reed · 9 years ago
  43. 119468b Revert of Make drawImage a virtual on SkDevice (patchset #3 id:40001 of https://codereview.chromium.org/11188… (patchset #2 id:20001 of https://codereview.chromium.org/1122813002/) by reed · 9 years ago
  44. 5392785 Make drawImage a virtual on SkDevice (patchset #3 id:40001 of https://codereview.chromium.org/1118823004/)" by reed · 9 years ago
  45. 973d1f1 Revert of make drawImage a virtual on SkDevice (patchset #3 id:40001 of https://codereview.chromium.org/1118823004/) by reed · 9 years ago
  46. f603fb3 make drawImage a virtual on SkDevice by reed · 9 years ago
  47. 7831a4b Update more directories under src/ to follow C++11 style rule for {virtual,override}. by tfarina · 9 years ago
  48. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  49. 73953e7 Make SkNewImageFromBitmap take pixel ref origin into account by kkinnunen · 10 years ago
  50. 9e447c0 remove unneeded preroll by reed · 10 years ago
  51. 96a857e initial preroll api by reed · 10 years ago
  52. 7983bf9 more reinforcement that images never have zero width or height by reed · 10 years ago
  53. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  54. 5965c8a add ImageGenerator::NewFromData to porting layer by reed · 10 years ago
  55. b2497c2 change API contract: disallow zero-sized images or surfaces by reed · 10 years ago
  56. b4f629c fix images in multi-thread by doing shallow-copies by reed · 10 years ago
  57. 96472de dd readPixels to SkImage by reed · 10 years ago
  58. 4af267b add SkImage::newSurface by reed · 10 years ago
  59. 6515175 Override SkCanvas::drawImage() in SkRecorder. by piotaixr · 10 years ago
  60. 5ceff91 Rename SkImage::draw(_, SkRect, SkRect) in SkImage::drawRect() by piotaixr · 10 years ago
  61. a29b5d8 Cleaning includes in SkImage-related files by piotaixr · 10 years ago
  62. e5ea500 Hide fields in SkImageInfo by reed · 10 years ago
  63. d2a3522 Add the method isOpaque() to SkImage by piotaixr · 10 years ago
  64. ea4673f SkImage::NewFromGenerator(SkImageGenerator*), and a unit test. by halcanary · 10 years ago
  65. 78ee93f Revert of SkImage::NewFromGenerator(SkImageGenerator*), and a unit test. (https://codereview.chromium.org/465823003/) by halcanary · 10 years ago
  66. 186f7b0 SkImage::NewFromGenerator(SkImageGenerator*), and a unit test. by halcanary · 10 years ago
  67. b2edec2 Revert of SkImage_Codec is Lazy (https://codereview.chromium.org/460823002/) by halcanary · 10 years ago
  68. e36f499 SkImage_Codec is Lazy by halcanary · 10 years ago
  69. 8572fc0 mark all SkImage methods const, so we can make it thread-safe by reed · 10 years ago
  70. 76d5b47 Now able to set the localMatrix when creating a SkShader from a SkImage by piotaixr · 10 years ago
  71. cef04f8 Deleted SkImage::newShaderClamp: not used, not implemented. by piotaixr · 10 years ago
  72. a3264e5 Revert "Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/)" by commit-bot@chromium.org · 10 years ago
  73. d0f824c Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/) by commit-bot@chromium.org · 10 years ago
  74. 986d681 setConfig -> setInfo by commit-bot@chromium.org · 10 years ago
  75. 00f8d6c Revert "Revert of add colortable support to imagegenerator (https://codereview.chromium.org/304443003/)" by commit-bot@chromium.org · 10 years ago
  76. 466f5f3 remove SkBitmap::asImageInfo by commit-bot@chromium.org · 10 years ago
  77. 8a2ad3c add new copyTo version to SkBitmap, which takes SkColorType by commit-bot@chromium.org · 11 years ago
  78. 2776e01 return NULL not false for a void* failure by reed@google.com · 11 years ago
  79. 4f7c615 add ways to peer into an image to get its pixels by reed@google.com · 11 years ago
  80. 999da9c fix refcounting in SkImage::NewRasterData by reed@google.com · 11 years ago
  81. e13af71 Revert of https://codereview.chromium.org/132643007/ by commit-bot@chromium.org · 11 years ago
  82. f0b56e7 Revert "Revert of https://codereview.chromium.org/129423002/" by reed@google.com · 11 years ago
  83. 9b06ba4 Revert of https://codereview.chromium.org/129423002/ by commit-bot@chromium.org · 11 years ago
  84. dd9ea92 add SkBitmap::installPixelRef() by reed@google.com · 11 years ago
  85. f190178 use SkImageInfo directly, instead of convert to Config by commit-bot@chromium.org · 11 years ago
  86. 672588b change offset to xy for pixelref subsetting by reed@google.com · 11 years ago
  87. 1bed687 Add a release procedure to SkMallocPixelRef; remove SkDataPixelRef by halcanary@google.com · 11 years ago
  88. bf79023 Update all callsites to use info for pixelrefs by reed@google.com · 11 years ago
  89. 0daa1ad Reverting r12665 & r12666 (Remove duplicate impl for SkImageInfo flattening) due to Chromium/Blink compilation errors by robertphillips@google.com · 11 years ago
  90. 93b4059 Remvoe duplicate impl for SkImageInfo flattening Add onNewLockPixels by reed@google.com · 11 years ago
  91. 398337b Revert "remvoe duplicate impl for SkImageInfo flattening" by reed@google.com · 11 years ago
  92. f3aead2 remvoe duplicate impl for SkImageInfo flattening by reed@google.com · 11 years ago
  93. 6a32add Revert "PixelRef now returns (nearly) everything that is currently in SkBitmap. The goal is to refactor bitmap later to remove redundancy, and more interestingly, remove the chance for a disconnect between the actual (pixelref) rowbytes and config, and the one claimed by the bitmap.""""" by reed@google.com · 11 years ago
  94. 6965a0a PixelRef now returns (nearly) everything that is currently in SkBitmap. The goal is to refactor bitmap later to remove redundancy, and more interestingly, remove the chance for a disconnect between the actual (pixelref) rowbytes and config, and the one claimed by the bitmap."""" by reed@google.com · 11 years ago
  95. 2ebc10d Revert "Revert "Revert "PixelRef now returns (nearly) everything that is currently in SkBitmap. The goal is to refactor bitmap later to remove redundancy, and more interestingly, remove the chance for a disconnect between the actual (pixelref) rowbytes and config, and the one claimed by the bitmap.""" by reed@google.com · 11 years ago
  96. 473f0aa Revert "Revert "PixelRef now returns (nearly) everything that is currently in SkBitmap. The goal is to refactor bitmap later to remove redundancy, and more interestingly, remove the chance for a disconnect between the actual (pixelref) rowbytes and config, and the one claimed by the bitmap."" by reed@google.com · 11 years ago
  97. 5b132b2 Revert "PixelRef now returns (nearly) everything that is currently in SkBitmap. The goal is to refactor bitmap later to remove redundancy, and more interestingly, remove the chance for a disconnect between the actual (pixelref) rowbytes and config, and the one claimed by the bitmap." by reed@google.com · 11 years ago
  98. 3e89524 PixelRef now returns (nearly) everything that is currently in SkBitmap. The goal is to refactor bitmap later to remove redundancy, and more interestingly, remove the chance for a disconnect between the actual (pixelref) rowbytes and config, and the one claimed by the bitmap. by reed@google.com · 11 years ago
  99. 2bd8b81 move SkImage::ColorType into SkColorType by reed@google.com · 11 years ago
  100. 383a697 store SkAlphaType inside SkBitmap, on road to support unpremul by reed@google.com · 11 years ago