1. 6868c3f optimize the disable-caching case for SkImage::readPixels by reed · 9 years ago
  2. 0955303 scaling API on SkPixmap by reed · 9 years ago
  3. 8515377 Make bicubic FP factories return const FPs by bsalomon · 9 years ago
  4. 89fe56b Pull texture-backed bitmap resampler out of GrTextureParamsAdjuster code into its own class. by bsalomon · 9 years ago
  5. 100b8f8 Remove min texture size support by bsalomon · 9 years ago
  6. c9b5f8b tunnel down texture-size-constraint to imagefilters by reed · 9 years ago
  7. 13ccbf8 use (temp) gpu-imagefilter-cache for applyFilter by reed · 9 years ago
  8. 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
  9. bc0bcc0 Revert recent CLs around GrTextureMaker/GrTextureParamsAdjuster by Brian Salomon · 9 years ago
  10. 59dc0d2 change SkImage_Gpu to handle all filters (w/ and w/o gpu support by reed · 9 years ago
  11. 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
  12. 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
  13. 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
  14. 2e1e51f GrDrawContext now holds GrRenderTarget pointer by robertphillips · 9 years ago
  15. d82bc7b post-commit fixes to applyFilter CL by reed · 9 years ago
  16. 88d064d add applyFilter() to SkImage by reed · 9 years ago
  17. afa95e2 Remove image usage type enum. Use GrTextureParams instead. by bsalomon · 9 years ago
  18. f276ac5 Move functions from SkGr to SkGrPriv.h by bsalomon · 9 years ago
  19. 4a33952 Bye bye processor data manager. by bsalomon · 9 years ago
  20. af3fbfc SkImage doesn't use props, so don't need to store it by reed · 9 years ago
  21. 856e9d9 Revert[4] of add ImageShader, sharing code with its Bitmap cousin by reed · 9 years ago
  22. b906daf Have /src files use header directly. by herb · 9 years ago
  23. c56c6ef SkImage::NewFromBitmap works with Index8 by halcanary · 9 years ago
  24. e6e41a8 Move SkAtomics.h to private. by herb · 9 years ago
  25. 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
  26. c9e190d Revert of change pixel-serializer to support reencoding existing data (patchset #5 id:80001 of https://codereview.chromium.org/1373683003/ ) by reed · 9 years ago
  27. 13f48dc change pixel-serializer to support reencoding existing data by reed · 9 years ago
  28. f1b7a1d Make skpaint->grpaint flow work for composing draws (verts and atlas) by bsalomon · 9 years ago
  29. fe05707 Revert[2] of add ImageShader, sharing code with its Bitmap cousin by reed · 9 years ago
  30. 3f9deab Remove SkImage::newImage() by fmalita · 9 years ago
  31. 7b6945b remove unused (by the outside) SkImage::newSurface, and simplify newImage -> newSubset by reed · 9 years ago
  32. 106b124 Remove SkNEW and SkDELETE macros by mdempsky · 9 years ago
  33. 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
  34. 0b93e31 add ImageShader, sharing code with its Bitmap cousin by reed · 9 years ago
  35. 3b0d532 Purge cached resources on SkImage destruction. by fmalita · 9 years ago
  36. af5bf22 share IDs between cacherator and its host-image by reed · 9 years ago
  37. 746f31f have raster-image return itself as a texture by reed · 9 years ago
  38. 2bcab82 remove code from SK_SUPPORT_LEGACY_NEWFROMGENERATOR, eliminates caller of deprecated SkInstallDiscardablePixelRef by reed · 9 years ago
  39. efd50da impl preroll for all image backends by reed · 9 years ago
  40. 85d9178 Use SkImageCacherator in SkImages by reed · 9 years ago
  41. a10bb86 make a shallow-copy so we don't get racy trying to lock/unlock our private bitmap by reed · 9 years ago
  42. 2be7125 Add a SkPixelSerializer SkImage encode variant by fmalita · 9 years ago
  43. d6b3031 forgot base impl by reed · 9 years ago
  44. 86e90fa add preroll to image, for chrome's warmup pass by reed · 9 years ago
  45. c9a3706 Limit lifetime of GrDrawContext objects by robertphillips · 9 years ago
  46. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  47. ac856c9 Remove GrStagedProcessor, remove the word Stage as it applies to FPs by bsalomon · 9 years ago
  48. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  49. 4bf69f7 Revert of Remove GrStagedProcessor, remove the word Stage as it applies to FPs (patchset #6 id:90001 of https://codereview.chromium.org/1307223004/ ) by rmistry · 9 years ago
  50. 2424344 Remove GrStagedProcessor, remove the word Stage as it applies to FPs by bsalomon · 9 years ago
  51. ddbbdda SkImage method for detecting lazy decoding by fmalita · 9 years ago
  52. f3c15b7 Move SkTemplates.h to private. by bungeman · 9 years ago
  53. d5b7563 add SkImage::NewFromPicture and a GM to test it by reed · 9 years ago
  54. e263908 SkSurface copy-on-write can yield stale GPU render targets. by fmalita · 9 years ago
  55. 1cd6311 init atomic bool in SkImage_Gpu by bsalomon · 9 years ago
  56. 6f1216a cache private readback for gpu-images by reed · 9 years ago
  57. eae6200 Some cleanup in GrTextureProvider and GrResourceProvider. by bsalomon · 9 years ago
  58. 02d91d1 lock pixels in image when bitmap is immutable and not-lazy by reed · 9 years ago
  59. 4ed3dd6 fix empty image constructor by reed · 9 years ago
  60. 80c772b unify pixelref and image ID space, so we can share IDs when we share pixels by reed · 9 years ago
  61. 26e0e58 SkImage_Raster's pixels are always immutable. by reed · 9 years ago
  62. 9a5d1ab Make peekPixels() usable with raster surface snapshots by fmalita · 9 years ago
  63. e8d21e8 Make readpixels work on GrTextures by bsalomon · 9 years ago
  64. c83a297 have canvas send discard instead of retain if the draw would overwrite everything by reed · 9 years ago
  65. ea561bf Fix SkImage::asLegacyBitmap() rowBytes assert by fmalita · 9 years ago
  66. 1c84634 add runtime option to provide data->imagegenerator factory by reed · 9 years ago
  67. 2cdec31 YUV to RGB Texture threading GrProcessorDataManager by joshualitt · 9 years ago
  68. 8179341 add ability to get FBO ID to Surface by joshualitt · 9 years ago
  69. 3c06511 Add image->bitmap by reed · 9 years ago
  70. 21217ab Remove SkImage::NewFromBitmap encoded data helper by fmalita · 9 years ago
  71. 5617900 add SkImage::NewFromBitmap by reed · 9 years ago
  72. 759373a add colortable param to newrastercopy by reed · 9 years ago
  73. dca20ce explicitly bump legacy genID on gpu surface by reed · 9 years ago
  74. d3e259a Add SkSurface factory for wrapping an FBO in SkSurface by bsalomon · 9 years ago
  75. c49e868 Rename flushForExternalRead->flushForExternalIO and always call in SkSurface::getTextureHandle by bsalomon · 9 years ago
  76. 884200e remove premature discard optimization by reed · 9 years ago
  77. fa5e68e add getTextureHandle to SkSurface by reed · 9 years ago
  78. 2766c00 remove SkInstCnt by mtklein · 9 years ago
  79. 74f681d Make SkGpuDevice know its alpha type by bsalomon · 9 years ago
  80. 702edbd Propagate SkSurfaceProps to more call sites by robertphillips · 9 years ago
  81. 871872f change old picture serialization to really handle images by reed · 9 years ago
  82. 7b05ff1 Rename all things "leaky" in SkDevice by robertphillips · 9 years ago
  83. fcf7829 remove SkDeviceProperties by robertphillips · 9 years ago
  84. de49988 add callbacks to Images that wrap client-provided content by reed · 9 years ago
  85. 6dc6f5f Add support for creating texture backed images where Skia will delete the texture. by bsalomon · 9 years ago
  86. 2334fb6 Make GrTextContext be owned by the GrDrawContext by robertphillips · 9 years ago
  87. 781d582 Revert of Make GrTextContext be owned by the GrDrawContext (patchset #7 id:120001 of https://codereview.chromium.org/1175553002/) by bsalomon · 9 years ago
  88. 5b16e74 Make GrTextContext be owned by the GrDrawContext by robertphillips · 9 years ago
  89. 7a61793 Don't clear in SkSurface::NewWrappedRenderTarget by bsalomon · 9 years ago
  90. dded696 Implement support for mixed sampled render targets by vbuzinov · 9 years ago
  91. 5581236 Towards removing getTexture() on SkImage by bsalomon · 9 years ago
  92. 993a421 SkImage::NewFromYUVTexturesCopy by bsalomon · 9 years ago
  93. 9572a10 don't use accessBitmap by reed · 9 years ago
  94. 8b26b99 new image from backend desc by reed · 9 years ago
  95. a85d4d0 Make drawImage a virtual on SkDevice by reed · 9 years ago
  96. 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
  97. 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
  98. 3538e3b Revert of Make drawImage a virtual on SkDevice (patchset #4 id:60001 of https://codereview.chromium.org/1122643005/) by reed · 9 years ago
  99. 14fe8fd Make drawImage a virtual on SkDevice by reed · 9 years ago
  100. 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