1. 32342f0 Rebase and fix chromium by Brian Osman · 7 years ago
  2. 4447b64 Switch SkImageGenerator over to generating GrTextureProxies by Robert Phillips · 7 years ago
  3. 655f347 Revert "Revert "Revert "Revert "Move GrTextureProvider to src"""" by Brian Osman · 7 years ago
  4. f7cf81a Use GrTextureProvider's uniqueKey setting method rather than directly setting it by Robert Phillips · 7 years ago
  5. 580ffa0 Revert "Revert "Revert "Move GrTextureProvider to src""" by Brian Osman · 7 years ago
  6. 2fe8373 Revert "Revert "Move GrTextureProvider to src"" by Brian Osman · 7 years ago
  7. 13d7f5d Revert "Move GrTextureProvider to src" by Brian Osman · 7 years ago
  8. 24429c6 Move GrTextureProvider to src by Brian Osman · 7 years ago
  9. 185130c return and take SkImageGenerator as unique_ptr by Mike Reed · 8 years ago
  10. 26e573c removed unused code around scaled generators by Mike Reed · 8 years ago
  11. 46da1cc GrContext option to prevent GPU based YUV -> RGB by Brian Osman · 8 years ago
  12. 77a7a1b SkColorSpace: remove named API, add gamut API by Matt Sarett · 8 years ago
  13. 1f2fff2 Revert "SkColorSpace: remove named API, add gamut API" by Matt Sarett · 8 years ago
  14. ecaaf6f SkColorSpace: remove named API, add gamut API by Matt Sarett · 8 years ago
  15. 67c18d6 Continue making Ganesh use absolute texture coordinates - take 2 by Robert Phillips · 8 years ago
  16. c949ce9 Replace some GrSurface:read/writePixels with the GrSurfaceContext equivalent by Robert Phillips · 8 years ago
  17. b62ea22 Change GPU read/write pixels API to support color space conversion by Brian Osman · 8 years ago
  18. 222e9ad Make picture backed images sRGB by default by Brian Osman · 8 years ago
  19. c87f99e Make subset param to texture generation API non-optional by Brian Osman · 8 years ago
  20. 61624f0 Plumb dst color space in many places, rather than "mode" by Brian Osman · 8 years ago
  21. 3b66ab6 GrTextureProducer cleanup, phase one: Bitmap and Image makers by Brian Osman · 8 years ago
  22. 7992da3 Support decoding images to multiple formats, depending on usage by Brian Osman · 8 years ago
  23. 514baff Rename GrTextureParams to GrSamplerParams by Brian Salomon · 8 years ago
  24. ca79535 External SkImageGenerator API by Florin Malita · 8 years ago
  25. 57ae6cf Revert "Support decoding images to multiple formats, depending on usage" by Brian Osman · 8 years ago
  26. d601087 Revert "Fix NoGPU compilation" by Brian Osman · 8 years ago
  27. d5a7880 Fix NoGPU compilation by Brian Osman · 8 years ago
  28. c73a1ec Support decoding images to multiple formats, depending on usage by Brian Osman · 8 years ago
  29. 7b8400d Rename SkSourceGammaTreatment to SkDestinationSurfaceColorMode by Brian Osman · 8 years ago
  30. 704cd32 src/core: s/SkAutoTUnref/sk_sp/g by Hal Canary · 8 years ago
  31. 8bd45cd Deferred image generator subsetting by fmalita · 8 years ago
  32. f0c38f5 Shared image generator by fmalita · 8 years ago
  33. 7929e3a Avoid separate allocation of SkImageCacherator by fmalita · 8 years ago
  34. ffae30d Convert SkAutoTUnref<SkData> to sk_sp<SkData>. by bungeman · 8 years ago
  35. 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
  36. 93eeadf compressed texture support has been broken/untested for a while, remove cruft by reed · 8 years ago
  37. 677da9d Minor GrRenderTarget retraction by robertphillips · 8 years ago
  38. eb3429c Re-enable CPU mipmap generation for Ganesh. Aniso mips were landed a while ago. However, the CPU builder fails when it sees Index8 (among other things), so change the code to fallback to GPU in that case. Additionally, if we're going to be mipping an sRGB image, don't use the CPU code (which is not yet gamma correct). Unfortunately, this means that we will often be using the GPU path, still - with recent codec changes, most images are coming in tagged as sRGB. by brianosman · 8 years ago
  39. b3c9e4f Revert of Re-enable CPU mipmap generation for Ganesh. Aniso mips were landed a while ago. However, the CPU bu… (patchset #1 id:1 of https://codereview.chromium.org/1835003002/ ) by brianosman · 8 years ago
  40. b0ac1af Re-enable CPU mipmap generation for Ganesh. Aniso mips were landed a while ago. However, the CPU builder fails when it sees Index8 (among other things), so change the code to fallback to GPU in that case. Additionally, if we're going to be mipping an sRGB image, don't use the CPU code (which is not yet gamma correct). Unfortunately, this means that we will often be using the GPU path, still - with recent codec changes, most images are coming in tagged as sRGB. by brianosman · 8 years ago
  41. a635936 sRGB support in Ganesh. Several pieces: by brianosman · 8 years ago
  42. c571c00 Revert of sRGB support in Ganesh. Several pieces: (patchset #12 id:220001 of https://codereview.chromium.org/1789663002/ ) by brianosman · 8 years ago
  43. 9e3f1bf sRGB support in Ganesh. Several pieces: by brianosman · 8 years ago
  44. 18300a3 detach -> release by mtklein · 8 years ago
  45. 4984c3c Update Skia's YUV API by msarett · 8 years ago
  46. 1590f3b Revert of Update Skia's YUV API (patchset #5 id:160001 of https://codereview.chromium.org/1716523002/ ) by msarett · 8 years ago
  47. 095d31c Update Skia's YUV API by msarett · 8 years ago
  48. 89685d9 Disabling mipmap generation until anisotropic mipmap levels are generated. by cblume · 9 years ago
  49. 55f2d2d Creating functions for uploading a mipmapped texture. by cblume · 9 years ago
  50. 5ec26ae Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 9 years ago
  51. 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
  52. 57599fe Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 9 years ago
  53. 369e937 Add Histogram Macros to Skia by ericrk · 9 years ago
  54. 05dd251 take gr-context parameter to refEncoded, indicating a desire for only gpu-specific formats by reed · 9 years ago
  55. 1cf6f9b Stop wrapping images backed by generators as bitmaps in SkGpuDevice (except when tiling) by bsalomon · 9 years ago
  56. 6868c3f optimize the disable-caching case for SkImage::readPixels by reed · 9 years ago
  57. 0955303 scaling API on SkPixmap by reed · 9 years ago
  58. b1b0199 Convert SkGpuDevice::drawTextureAdjuster to SkGpuDevice::drawTextureProducer by bsalomon · 9 years ago
  59. 6950de6 Comments Style: s/skbug.com/bug.skia.org/ by halcanary · 9 years ago
  60. 89fe56b Pull texture-backed bitmap resampler out of GrTextureParamsAdjuster code into its own class. by bsalomon · 9 years ago
  61. 100b8f8 Remove min texture size support by bsalomon · 9 years ago
  62. 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
  63. bc0bcc0 Revert recent CLs around GrTextureMaker/GrTextureParamsAdjuster by Brian Salomon · 9 years ago
  64. 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
  65. 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
  66. 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
  67. 5f5527f Remove params from Cacherator_GrTextureMaker by bsalomon · 9 years ago
  68. afa95e2 Remove image usage type enum. Use GrTextureParams instead. by bsalomon · 9 years ago
  69. 856e9d9 Revert[4] of add ImageShader, sharing code with its Bitmap cousin by reed · 9 years ago
  70. 3b0d532 Purge cached resources on SkImage destruction. by fmalita · 9 years ago
  71. 4b3d3be use allocator (if present) when we allocate our cache bitmap by reed · 9 years ago
  72. 3322a81 share code between SkGr and Cacherator by reed · 9 years ago
  73. 995b4bd be sure to use cached bitmap when we need to upload something to make a texture by reed · 9 years ago
  74. 3a100d3 we must own/free the generator, even if we fail to return a cacherator by reed · 9 years ago
  75. 4d5b676 formalize generate->bitmap by reed · 9 years ago
  76. c4a83e2 support colortables in cacherator by reed · 9 years ago
  77. 85d9178 Use SkImageCacherator in SkImages by reed · 9 years ago
  78. d5c448f make cacherator thread-safe by reed · 9 years ago
  79. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  80. 935d6cf Add subsets to SkImageGenerator and SkImageCacherator by reed · 9 years ago
  81. 8f4fe37 some catchup CL revisions by reed · 9 years ago
  82. 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