1. f88c12e Add api for passing mipped hint into ImageGenerator onGenerateTexture by Greg Daniel · 7 years ago
  2. 262b319 Index8 is dead, remove guarded code by Mike Reed · 7 years ago
  3. 5805013 Guard to remove kIndex_8_SkColorType by Mike Reed · 7 years ago
  4. 77e9666 Make SkImage_Lazy::onMakeColorSpace return a SkImage_Lazy by Christopher Cameron · 7 years ago
  5. 861a90f Delete legacy image generator API flag by Matt Sarett · 7 years ago
  6. ebb1b5c Add new SkImageGenerator::getPixels() API, deprecate the old by Matt Sarett · 7 years ago
  7. 0745422 Cleanup SkImageGenerator, add missing fns to GrBackendTextureImageGenerator by Brian Osman · 7 years ago
  8. 5bbd076 SkImage::isValid by Brian Osman · 7 years ago
  9. 2feb796 Finish removing GrContext param from onRefEncodedData by Brian Osman · 7 years ago
  10. 4785897 Remove compressed texture support from cacherator by Brian Osman · 7 years ago
  11. 4e3abc1 cacherator upscales colortables to unify caching by Mike Reed · 7 years ago
  12. d531ca0 Use SkTransferFunctionBehavior in SkImageGenerator by Matt Sarett · 7 years ago
  13. 4447b64 Switch SkImageGenerator over to generating GrTextureProxies by Robert Phillips · 8 years ago
  14. 22eb2f1 remove guard for SkImageGenerator api by Mike Reed · 8 years ago
  15. 185130c return and take SkImageGenerator as unique_ptr by Mike Reed · 8 years ago
  16. 26e573c removed unused code around scaled generators by Mike Reed · 8 years ago
  17. 5cbc7b9 simplify generatescaledpixels by Mike Reed · 8 years ago
  18. d85dd53 Shrink the SkImageGenerator API by Brian Osman · 8 years ago
  19. 222e9ad Make picture backed images sRGB by default by Brian Osman · 8 years ago
  20. c87f99e Make subset param to texture generation API non-optional by Brian Osman · 8 years ago
  21. df8599a remove SK_SUPPORT_LEGACY_REFENCODEDDATA_NOCTX flag by Mike Reed · 8 years ago
  22. ca79535 External SkImageGenerator API by Florin Malita · 8 years ago
  23. 704cd32 src/core: s/SkAutoTUnref/sk_sp/g by Hal Canary · 8 years ago
  24. 9516775 Enable generating SkImage with the same uniqueID in SkImageGenerator subclass by aleksandar.stojiljkovic · 8 years ago
  25. 4984c3c Update Skia's YUV API by msarett · 9 years ago
  26. 1590f3b Revert of Update Skia's YUV API (patchset #5 id:160001 of https://codereview.chromium.org/1716523002/ ) by msarett · 9 years ago
  27. 095d31c Update Skia's YUV API by msarett · 9 years ago
  28. 05dd251 take gr-context parameter to refEncoded, indicating a desire for only gpu-specific formats by reed · 9 years ago
  29. 7850eb2 API to support native scaling by image-generator by reed · 9 years ago
  30. 6950de6 Comments Style: s/skbug.com/bug.skia.org/ by halcanary · 9 years ago
  31. 5f5527f Remove params from Cacherator_GrTextureMaker by bsalomon · 9 years ago
  32. afa95e2 Remove image usage type enum. Use GrTextureParams instead. by bsalomon · 9 years ago
  33. 4b3d3be use allocator (if present) when we allocate our cache bitmap by reed · 9 years ago
  34. 4d5b676 formalize generate->bitmap by reed · 9 years ago
  35. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  36. 935d6cf Add subsets to SkImageGenerator and SkImageCacherator by reed · 9 years ago
  37. 8f34372 Extend SkImageGenerator to support natively generated GrTextures. As part of this, added uniqueID() to the generator, and made it be in the same namespace is bitmaps, pixelrefs, images. by reed · 9 years ago
  38. ef004e1 Remove SK_LEGACY_IMAGE_GENERATOR_ENUMS_AND_OPTIONS by scroggo · 9 years ago
  39. d7c05bf remove getter for imagegenerator factory, update test by reed · 9 years ago
  40. 1c84634 add runtime option to provide data->imagegenerator factory by reed · 9 years ago
  41. 5315fd4 Remove SkImageGenerator pieces only for SkCodec. by scroggo · 9 years ago
  42. e582a5a remove SK_SUPPORT_LEGACY_OPTIONLESS_GET_PIXELS by reed · 9 years ago
  43. d129084 remove dead code behind BOOL_ONGETINFO by reed · 9 years ago
  44. 2fcbcea change default impl to facilitate transition in blink/chrome by reed · 9 years ago
  45. 3ef71e3 guarded change to SkImageGenerator to make getInfo() const by reed · 9 years ago
  46. 9552662 Option for SkCodec to treat dst as all zeroes. by scroggo · 9 years ago
  47. 87fa631 Rename onGetPixelsEnum back to onGetPixels. by scroggo · 10 years ago
  48. efe513b Fix conversion from enum to bool error. by scroggo · 10 years ago
  49. 0864908 Make SkImageGenerator::getPixels() return an enum. by scroggo · 10 years ago
  50. 7874dc8 remove obsolete code for SK_SUPPORT_LEGACY_IMAGEGENERATORAPI by reed · 10 years ago
  51. abaef86 Add support for the Rec601 YUV color space to GrYUVtoRGBEffect. by rileya · 10 years ago
  52. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  53. 518d83d Skia side RGB to YUV gpu conversion by sugoi · 10 years ago
  54. 5744bbe move SkImageGenerator.cpp from src/images to src/core by reed@google.com · 10 years ago[Renamed from src/images/SkImageGenerator.cpp]
  55. 00f8d6c Revert "Revert of add colortable support to imagegenerator (https://codereview.chromium.org/304443003/)" by commit-bot@chromium.org · 10 years ago
  56. 924205a Revert of add colortable support to imagegenerator (https://codereview.chromium.org/304443003/) by commit-bot@chromium.org · 10 years ago
  57. b263985 add colortable support to imagegenerator by commit-bot@chromium.org · 10 years ago