1. 4e3abc1 cacherator upscales colortables to unify caching by Mike Reed · 7 years ago
  2. d531ca0 Use SkTransferFunctionBehavior in SkImageGenerator by Matt Sarett · 7 years ago
  3. 4447b64 Switch SkImageGenerator over to generating GrTextureProxies by Robert Phillips · 8 years ago
  4. 22eb2f1 remove guard for SkImageGenerator api by Mike Reed · 8 years ago
  5. 185130c return and take SkImageGenerator as unique_ptr by Mike Reed · 8 years ago
  6. 26e573c removed unused code around scaled generators by Mike Reed · 8 years ago
  7. e94255d Specify bit depth and color space in SkImage::MakeFromPicture() by Matt Sarett · 8 years ago
  8. 65869fb update dox for generateScaledPixels by Mike Reed · 8 years ago
  9. 5cbc7b9 simplify generatescaledpixels by Mike Reed · 8 years ago
  10. 138ea97 Add color space to picture image as a creation parameter by Brian Osman · 8 years ago
  11. d85dd53 Shrink the SkImageGenerator API by Brian Osman · 8 years ago
  12. 222e9ad Make picture backed images sRGB by default by Brian Osman · 8 years ago
  13. c87f99e Make subset param to texture generation API non-optional by Brian Osman · 8 years ago
  14. df8599a remove SK_SUPPORT_LEGACY_REFENCODEDDATA_NOCTX flag by Mike Reed · 8 years ago
  15. 1b51c52 Narrow the SkImageGenerator interface by Brian Osman · 8 years ago
  16. 58cda8f External image generator API: return an SkPixmap instead of SkImage by Florin Malita · 8 years ago
  17. 514baff Rename GrTextureParams to GrSamplerParams by Brian Salomon · 8 years ago
  18. ca79535 External SkImageGenerator API by Florin Malita · 8 years ago
  19. 7614794 remove discardablepixelref by Mike Reed · 8 years ago
  20. 34a2ca1 Add query to imagegenerator if it can efficiently generate a texture by Mike Reed · 8 years ago
  21. 9516775 Enable generating SkImage with the same uniqueID in SkImageGenerator subclass by aleksandar.stojiljkovic · 8 years ago
  22. 4984c3c Update Skia's YUV API by msarett · 8 years ago
  23. 1590f3b Revert of Update Skia's YUV API (patchset #5 id:160001 of https://codereview.chromium.org/1716523002/ ) by msarett · 8 years ago
  24. 095d31c Update Skia's YUV API by msarett · 8 years ago
  25. 05dd251 take gr-context parameter to refEncoded, indicating a desire for only gpu-specific formats by reed · 9 years ago
  26. 7850eb2 API to support native scaling by image-generator by reed · 9 years ago
  27. 5f5527f Remove params from Cacherator_GrTextureMaker by bsalomon · 9 years ago
  28. afa95e2 Remove image usage type enum. Use GrTextureParams instead. by bsalomon · 9 years ago
  29. d114645 SkInstallDiscardablePixelRef is deprecated, enforce that by reed · 9 years ago
  30. 106b124 Remove SkNEW and SkDELETE macros by mdempsky · 9 years ago
  31. 4b3d3be use allocator (if present) when we allocate our cache bitmap by reed · 9 years ago
  32. 4d5b676 formalize generate->bitmap by reed · 9 years ago
  33. 935d6cf Add subsets to SkImageGenerator and SkImageCacherator by reed · 9 years ago
  34. 8f4fe37 some catchup CL revisions by reed · 9 years ago
  35. 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
  36. 1dedc3d SkPictureImageGenerator by fmalita · 9 years ago
  37. ef004e1 Remove SK_LEGACY_IMAGE_GENERATOR_ENUMS_AND_OPTIONS by scroggo · 9 years ago
  38. d7c05bf remove getter for imagegenerator factory, update test by reed · 9 years ago
  39. 1c84634 add runtime option to provide data->imagegenerator factory by reed · 9 years ago
  40. 5315fd4 Remove SkImageGenerator pieces only for SkCodec. by scroggo · 9 years ago
  41. e582a5a remove SK_SUPPORT_LEGACY_OPTIONLESS_GET_PIXELS by reed · 9 years ago
  42. d129084 remove dead code behind BOOL_ONGETINFO by reed · 9 years ago
  43. 3ef71e3 guarded change to SkImageGenerator to make getInfo() const by reed · 9 years ago
  44. 9552662 Option for SkCodec to treat dst as all zeroes. by scroggo · 9 years ago
  45. 953df44 Remove SK_SUPPORT_LEGACY_GET_PIXELS_ENUM. by scroggo · 10 years ago
  46. 87fa631 Rename onGetPixelsEnum back to onGetPixels. by scroggo · 10 years ago
  47. 0864908 Make SkImageGenerator::getPixels() return an enum. by scroggo · 10 years ago
  48. 281ecc2 need to rebaseline (changed) c_gms, update dox by reed · 10 years ago
  49. 5965c8a add ImageGenerator::NewFromData to porting layer by reed · 10 years ago
  50. b5d818a will write a custom one for blink later by reed · 10 years ago
  51. 7874dc8 remove obsolete code for SK_SUPPORT_LEGACY_IMAGEGENERATORAPI by reed · 10 years ago
  52. abaef86 Add support for the Rec601 YUV color space to GrYUVtoRGBEffect. by rileya · 10 years ago
  53. a5c0863 remove SkPurgeGlobalDiscardableMemoryPool by halcanary · 10 years ago
  54. 518d83d Skia side RGB to YUV gpu conversion by sugoi · 10 years ago
  55. 68d20ec legacy refEncodedData() returns data, not bool by reed@google.com · 10 years ago
  56. 00f8d6c Revert "Revert of add colortable support to imagegenerator (https://codereview.chromium.org/304443003/)" by commit-bot@chromium.org · 10 years ago
  57. 7e2b0f3 Add SkPurgeGlobalDiscardableMemoryPool, needed to replace SkImageRef by commit-bot@chromium.org · 10 years ago
  58. 924205a Revert of add colortable support to imagegenerator (https://codereview.chromium.org/304443003/) by commit-bot@chromium.org · 10 years ago
  59. b263985 add colortable support to imagegenerator by commit-bot@chromium.org · 10 years ago
  60. 2d970b5 hide discardable factory from public imagegenerator api by commit-bot@chromium.org · 10 years ago
  61. 3d50ea1 Add Options to SkDecodingImageGenerator, simplify API. by halcanary@google.com · 11 years ago
  62. 1ad518b Revert of https://codereview.chromium.org/93703004/ by commit-bot@chromium.org · 11 years ago
  63. d665dc4 Add Options to SkDecodingImageGenerator, simplify API. by halcanary@google.com · 11 years ago
  64. edd370f Sk_API for SkImageGenerator and SkInstallDiscardablePixelRef by halcanary@google.com · 11 years ago
  65. dd59799 SkDiscardablePixelRef objects are now marked immutable. by commit-bot@chromium.org · 11 years ago
  66. ad04eb4 Add SkImageGenerator Interface by halcanary@google.com · 11 years ago