1. 30a38ff Remove SkImage_Base::asTextureRef (in favor of asTextureProxyRef) by Robert Phillips · 7 years ago
  2. 73879eb Improve color type handling in SkImage_Base::makeColorSpace() by Matt Sarett · 7 years ago
  3. 0887c70 SkImage_Raster: Keep tmp in scope while it is in use by Matt Sarett · 7 years ago
  4. 480951f Fix discardable memory bot by calling lockPixels() by Matt Sarett · 7 years ago
  5. 919cc45 Revert "Revert "Add color spin test for SkColorSpaceXformCanvas"" by Mike Klein · 7 years ago
  6. 73e21af Revert "Add color spin test for SkColorSpaceXformCanvas" by Eric Boren · 7 years ago
  7. 0c984a0 More pre-emptive proxification by Robert Phillips · 7 years ago
  8. cb01aec Add color spin test for SkColorSpaceXformCanvas by Matt Sarett · 7 years ago
  9. 6de1310 Begin implementation of SkImage_Base::makeColorSpace by Matt Sarett · 7 years ago
  10. 8f7d9b9 Revert "Begin implementation of SkImage_Base::makeColorSpace" by Mike Reed · 7 years ago
  11. 98629ef Begin implementation of SkImage_Base::makeColorSpace by Matt Sarett · 7 years ago
  12. b726d58 Partially defer SkImage_Gpu by Robert Phillips · 7 years ago
  13. 3b65598 Make SkGr.h private and remove unused functions by Brian Osman · 7 years ago
  14. 8572d85 Make raster pipeline support all pixel conversions by Matt Sarett · 7 years ago
  15. bfdc87a Revert "Revert "Always make SkImageShaders in heap."" by Herb Derby · 7 years ago
  16. 07f665e Revert "Always make SkImageShaders in heap." by Herb Derby · 7 years ago
  17. ff590a1 Always make SkImageShaders in heap. by Herb Derby · 7 years ago
  18. 67c18d6 Continue making Ganesh use absolute texture coordinates - take 2 by Robert Phillips · 8 years ago
  19. ac1f09d Delete SkMakeImageFromPixelRef by Matt Sarett · 8 years ago
  20. 1b3387b SkBitmap::setPixelRef(): less reference churn by Hal Canary · 8 years ago
  21. 61624f0 Plumb dst color space in many places, rather than "mode" by Brian Osman · 8 years ago
  22. e8e5458 GrTextureProducer cleanup, phase two: Producer, Adjuster, Maker by Brian Osman · 8 years ago
  23. 3b66ab6 GrTextureProducer cleanup, phase one: Bitmap and Image makers by Brian Osman · 8 years ago
  24. e8eed32 remove SkPixelRef::refEncodedData() by Hal Canary · 8 years ago
  25. 7992da3 Support decoding images to multiple formats, depending on usage by Brian Osman · 8 years ago
  26. 514baff Rename GrTextureParams to GrSamplerParams by Brian Salomon · 8 years ago
  27. 57ae6cf Revert "Support decoding images to multiple formats, depending on usage" by Brian Osman · 8 years ago
  28. c73a1ec Support decoding images to multiple formats, depending on usage by Brian Osman · 8 years ago
  29. d3ea9b7 Enable SkImage_pinAsTexture to signal if the operation succeeded. by Derek Sollenberger · 8 years ago
  30. 7b8400d Rename SkSourceGammaTreatment to SkDestinationSurfaceColorMode by Brian Osman · 8 years ago
  31. 5814b8a Add alpha type to texture producer by brianosman · 8 years ago
  32. 69c166d Add alphaType() to SkImage by brianosman · 8 years ago
  33. 0e7bddf fix no-gpu build by reed · 8 years ago
  34. 2d5b714 pin as texture api by reed · 8 years ago
  35. 4c1abdc use tmp allocator for images in temp shaders by reed · 8 years ago
  36. 1ec04d9 rename FoceCopyMode to SkCopyPixelMode by reed · 8 years ago
  37. 38d909e Move off SK_SUPPORT_LEGACY_DATA_FACTORIES. by bungeman · 8 years ago
  38. f1ac182 implement isABitmap for imageshader, return localmatrix for bitmap's impl by reed · 8 years ago
  39. 2dad769 make an image from a mutable bitmap by reed · 8 years ago
  40. c7ec7c9 remove/deprecate SkBitmap::getTexture, as it now always returns false by reed · 8 years ago
  41. 982eb7f Add new SkSourceGammaTreatment enum, used in situations like mipmap construction, where we need to know if we should respect (vs. ignore) the gamma encoding of sRGB tagged images. Plumb that extensively. by brianosman · 8 years ago
  42. a7c9d63 Add onImageInfo call to SkImage_Base. by herb · 8 years ago
  43. 8d3ad5a images with offset bitmap don't share genid by halcanary · 8 years ago
  44. e8f3062 switch surface to sk_sp by reed · 8 years ago
  45. 9ce9d67 update callsites for Make image factories by reed · 8 years ago
  46. 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 · 8 years ago
  47. e683c56 Revert of add Make variations to return SkImage by sk_sp (patchset #5 id:80001 of https://codereview.chromium.org/1778393002/ ) by robertphillips · 8 years ago
  48. bd73ffb add Make variations to return SkImage by sk_sp by reed · 8 years ago
  49. 6ceeebd unify peekPixels around pixmap parameter by reed · 8 years ago
  50. 05dd251 take gr-context parameter to refEncoded, indicating a desire for only gpu-specific formats by reed · 9 years ago
  51. db7dc09 Remove SkImageMinRowBytes by scroggo · 9 years ago
  52. 0955303 scaling API on SkPixmap by reed · 9 years ago
  53. 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
  54. bc0bcc0 Revert recent CLs around GrTextureMaker/GrTextureParamsAdjuster by Brian Salomon · 9 years ago
  55. 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
  56. 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
  57. 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
  58. afa95e2 Remove image usage type enum. Use GrTextureParams instead. by bsalomon · 9 years ago
  59. af3fbfc SkImage doesn't use props, so don't need to store it by reed · 9 years ago
  60. 856e9d9 Revert[4] of add ImageShader, sharing code with its Bitmap cousin by reed · 9 years ago
  61. c56c6ef SkImage::NewFromBitmap works with Index8 by halcanary · 9 years ago
  62. 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
  63. fe05707 Revert[2] of add ImageShader, sharing code with its Bitmap cousin by reed · 9 years ago
  64. 7b6945b remove unused (by the outside) SkImage::newSurface, and simplify newImage -> newSubset by reed · 9 years ago
  65. 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
  66. 0b93e31 add ImageShader, sharing code with its Bitmap cousin by reed · 9 years ago
  67. 746f31f have raster-image return itself as a texture by reed · 9 years ago
  68. 2bcab82 remove code from SK_SUPPORT_LEGACY_NEWFROMGENERATOR, eliminates caller of deprecated SkInstallDiscardablePixelRef by reed · 9 years ago
  69. efd50da impl preroll for all image backends by reed · 9 years ago
  70. 85d9178 Use SkImageCacherator in SkImages by reed · 9 years ago
  71. a10bb86 make a shallow-copy so we don't get racy trying to lock/unlock our private bitmap by reed · 9 years ago
  72. 86e90fa add preroll to image, for chrome's warmup pass by reed · 9 years ago
  73. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  74. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  75. ddbbdda SkImage method for detecting lazy decoding by fmalita · 9 years ago
  76. 02d91d1 lock pixels in image when bitmap is immutable and not-lazy by reed · 9 years ago
  77. 4ed3dd6 fix empty image constructor by reed · 9 years ago
  78. 80c772b unify pixelref and image ID space, so we can share IDs when we share pixels by reed · 9 years ago
  79. 26e0e58 SkImage_Raster's pixels are always immutable. by reed · 9 years ago
  80. 9a5d1ab Make peekPixels() usable with raster surface snapshots by fmalita · 9 years ago
  81. ea561bf Fix SkImage::asLegacyBitmap() rowBytes assert by fmalita · 9 years ago
  82. 3c06511 Add image->bitmap by reed · 9 years ago
  83. 5617900 add SkImage::NewFromBitmap by reed · 9 years ago
  84. 759373a add colortable param to newrastercopy by reed · 9 years ago
  85. 871872f change old picture serialization to really handle images by reed · 9 years ago
  86. de49988 add callbacks to Images that wrap client-provided content by reed · 9 years ago
  87. a85d4d0 Make drawImage a virtual on SkDevice by reed · 9 years ago
  88. 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
  89. 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
  90. 3538e3b Revert of Make drawImage a virtual on SkDevice (patchset #4 id:60001 of https://codereview.chromium.org/1122643005/) by reed · 9 years ago
  91. 14fe8fd Make drawImage a virtual on SkDevice by reed · 9 years ago
  92. 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
  93. 5392785 Make drawImage a virtual on SkDevice (patchset #3 id:40001 of https://codereview.chromium.org/1118823004/)" by reed · 9 years ago
  94. 973d1f1 Revert of make drawImage a virtual on SkDevice (patchset #3 id:40001 of https://codereview.chromium.org/1118823004/) by reed · 9 years ago
  95. f603fb3 make drawImage a virtual on SkDevice by reed · 9 years ago
  96. 7831a4b Update more directories under src/ to follow C++11 style rule for {virtual,override}. by tfarina · 9 years ago
  97. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  98. 73953e7 Make SkNewImageFromBitmap take pixel ref origin into account by kkinnunen · 9 years ago
  99. 9e447c0 remove unneeded preroll by reed · 9 years ago
  100. 96a857e initial preroll api by reed · 10 years ago