1. 1ec04d9 rename FoceCopyMode to SkCopyPixelMode by reed · 8 years ago
  2. 15c42ca Remove SkSurface::MakeRenderTargetDirect by robertphillips · 8 years ago
  3. ffae30d Convert SkAutoTUnref<SkData> to sk_sp<SkData>. by bungeman · 8 years ago
  4. 38d909e Move off SK_SUPPORT_LEGACY_DATA_FACTORIES. by bungeman · 8 years ago
  5. 320a40d Always return ImageShader, even from SkShader::MakeBitmapShader by reed · 8 years ago
  6. f1ac182 implement isABitmap for imageshader, return localmatrix for bitmap's impl by reed · 8 years ago
  7. 2dad769 make an image from a mutable bitmap by reed · 8 years ago
  8. 4d516a6 Serialize SkColorSpace into DeferredTextureImage by bsalomon · 8 years ago
  9. 6738c70 Rename GrContext's newDrawContext & drawContext to makeDrawContext by robertphillips · 8 years ago
  10. 7e92276 Reduce usage of MakeRenderTargetDirect by robertphillips · 8 years ago
  11. c7ec7c9 remove/deprecate SkBitmap::getTexture, as it now always returns false by reed · 8 years ago
  12. 839345d Bundle SkShader::asFragmentProcessor arguments in a struct by brianosman · 8 years ago
  13. 396fcdb Cleanup of code that converts from GPU-backed resources to SkImageInfo by brianosman · 8 years ago
  14. dfe4f2e Add SkColorSpace to GrDrawContext by brianosman · 8 years ago
  15. f292a0c Remove SkGrPixelRef by robertphillips · 8 years ago
  16. 1f3923e Deprecate SkDevice::accessBitmap method by robertphillips · 8 years ago
  17. dddbe38 Adding an SkColorSpace to SkImage_Gpu by brianosman · 8 years ago
  18. ea70c4b Remove SkDevice::accessRenderTarget virtual by robertphillips · 8 years ago
  19. 9ecaa1d Remove unused MakeFromTextureCopy API by brianosman · 8 years ago
  20. 54f30c1 Introduce GrColorSpaceXform, for gamut conversion on textures by brianosman · 8 years ago
  21. 634b430 Add a function to convert a texture backed SkImage to raster. by bsalomon · 8 years ago
  22. 03912f1 Document SkSurface::MakeRaster's memory initialization by fmalita · 8 years ago
  23. 6efeda4 Revert of Store mipmap levels in deferred texture image (patchset #15 id:280001 of https://codereview.chromium.org/2034933003/ ) by brianosman · 8 years ago
  24. b310519 Store mipmap levels in deferred texture image by cblume · 8 years ago
  25. b109b8c Lots of progress on switching to SkColorSpace rather than SkColorProfileType by brianosman · 8 years ago
  26. ab82418 Revert of Lots of progress switching to SkColorSpace rather than SkColorProfileType (patchset #10 id:180001 of https://codereview.chromium.org/2069173002/ ) by brianosman · 8 years ago
  27. 6a61a87 Lots of progress on switching to SkColorSpace rather than SkColorProfileType by brianosman · 8 years ago
  28. be36d59 Fix SkImage::asLegacyBitmap() to respect color space info by msarett · 8 years ago
  29. b4da01d Add prescale option to deferred params by ericrk · 8 years ago
  30. b445a57 Add NV12 texture conversion support. by jbauman · 8 years ago
  31. 06ca8ec sk_sp for Ganesh. by bungeman · 8 years ago
  32. 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
  33. 186d2d4 Plumbing mipmaps to the point of creation. by cblume · 8 years ago
  34. 2c05280 Add mip support to *DeferredTextureImageData functions. by cblume · 8 years ago
  35. 8775112 Fix leak in SkImage_Gpu::onMakeSubset(). by senorblanco · 8 years ago
  36. 5878dbd Image filters: implement SkImage::makeWithFilter(). by senorblanco · 8 years ago
  37. ca6eafc (Mostly) Retract GrRenderTarget from SkGpuDevice by robertphillips · 8 years ago
  38. e576874 Retract GrRenderTarget a bit within SkGpuDevice by robertphillips · 8 years ago
  39. 846c051 Convert GrClip to an abstract base class by cdalton · 8 years ago
  40. 524484b Revert of Retract GrRenderTarget a bit within SkGpuDevice (patchset #2 id:20001 of https://codereview.chromium.org/1956473002/ ) by robertphillips · 8 years ago
  41. d215a95 Retract GrRenderTarget a bit within SkGpuDevice by robertphillips · 8 years ago
  42. 76948d4 Add Gr*Proxy classes by robertphillips · 8 years ago
  43. 4f16e63 Revert of Add Gr*Proxy classes (patchset #10 id:220001 of https://codereview.chromium.org/1937553002/ ) by robertphillips · 8 years ago
  44. 92605b3 Add Gr*Proxy classes by robertphillips · 8 years ago
  45. 89d09a1 Revert of Add Gr*Proxy classes (patchset #9 id:160001 of https://codereview.chromium.org/1937553002/ ) by robertphillips · 8 years ago
  46. de5bf0c Add Gr*Proxy classes by robertphillips · 8 years ago
  47. 59c12e3 remove non-static uses of SkOncePtr by mtklein · 8 years ago
  48. 24e9128 Add sk_sp to SkSurface_Gpu and SkGpuDevice by robertphillips · 8 years ago
  49. d4c741e Refactor drawContext/RenderTarget creation by robertphillips · 8 years ago
  50. aa19a5f Revert of Refactor drawContext/RenderTarget creation (patchset #8 id:140001 of https://codereview.chromium.org/1914883002/ ) by robertphillips · 8 years ago
  51. 2f1c42e Refactor drawContext/RenderTarget creation by robertphillips · 8 years ago
  52. 6c7e325 Bring sk_sp to GrDrawContext by robertphillips · 8 years ago
  53. 7715e06 Retract SkDevice a bit more by robertphillips · 8 years ago
  54. f557546 Remove some unnecessary #includes of SkImageFilter.h by senorblanco · 8 years ago
  55. 2e6055b Refactor to separate backend object lifecycle and GpuResource budget decision by kkinnunen · 8 years ago
  56. a7c9d63 Add onImageInfo call to SkImage_Base. by herb · 8 years ago
  57. 7e68ab7 Remove GrTextureStorageAllocator. This was added from Chromium but never used and not expected to be used. by bsalomon · 8 years ago
  58. 60c9b58 change flattenable factory to return sk_sp by reed · 8 years ago
  59. c429baf Add getDeferredTextureImageData early out by ericrk · 8 years ago
  60. 8d3ad5a images with offset bitmap don't share genid by halcanary · 8 years ago
  61. e8f3062 switch surface to sk_sp by reed · 8 years ago
  62. a635936 sRGB support in Ganesh. Several pieces: by brianosman · 8 years ago
  63. 8bea890 Propogate SkBudgeted for NewFromDeferredTextureImageData by ericrk · 8 years ago
  64. c571c00 Revert of sRGB support in Ganesh. Several pieces: (patchset #12 id:220001 of https://codereview.chromium.org/1789663002/ ) by brianosman · 8 years ago
  65. 9e3f1bf sRGB support in Ganesh. Several pieces: by brianosman · 8 years ago
  66. 9ce9d67 update callsites for Make image factories by reed · 8 years ago
  67. c5035e7 Add SkSpecialImage::extractSubset & NewFromPixmap by robertphillips · 8 years ago
  68. 18300a3 detach -> release by mtklein · 8 years ago
  69. 19dea94 Revert of Add SkSpecialImage::extractSubset & NewFromPixmap (patchset #5 id:80001 of https://codereview.chromium.org/1787883002/ ) by robertphillips · 8 years ago
  70. 2505814 Add SkSpecialImage::extractSubset & NewFromPixmap by robertphillips · 8 years ago
  71. 41b952c Add deferred texture upload API. by bsalomon · 9 years ago
  72. 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 · 9 years ago
  73. e683c56 Revert of add Make variations to return SkImage by sk_sp (patchset #5 id:80001 of https://codereview.chromium.org/1778393002/ ) by robertphillips · 9 years ago
  74. bd73ffb add Make variations to return SkImage by sk_sp by reed · 9 years ago
  75. 0d99686 Restore SkImage::NewTextureFromPixmap changes. by bsalomon · 9 years ago
  76. 2366408 TBR=robertphillips@google.com by bsalomon · 9 years ago
  77. 5671c5b SkImage now has makeShader to return sk_sp by reed · 9 years ago
  78. 6ceeebd unify peekPixels around pixmap parameter by reed · 9 years ago
  79. 045afea Add SkImage::NewTextureFromPixmap by bsalomon · 9 years ago
  80. d882901 Add support for new bitmapshader context (patchset #5 id:80001 of https://codereview.chromium.org/1757993002/ )" by reed · 9 years ago
  81. 773ceda Enforce 16byte alignment in shader contexts (patchset #1 id:1 of https://codereview.chromium.org/1759653004/ )" by reed · 9 years ago
  82. e38bcaf Revert of enforce 16byte alignment in shader contexts (patchset #1 id:1 of https://codereview.chromium.org/1759653004/ ) by halcanary · 9 years ago
  83. d812fb4 enforce 16byte alignment in shader contexts by reed · 9 years ago
  84. cd660e1 Revert of add support for new bitmapshader context (patchset #5 id:80001 of https://codereview.chromium.org/1757993002/ ) by reed · 9 years ago
  85. 19cef56 add support for new bitmapshader context by reed · 9 years ago
  86. 05a5647 fission bitmapprocstate by reed · 9 years ago
  87. 84a4e5a Remove internal calls to SkImage::getTexture by bsalomon · 9 years ago
  88. b2c0133 When a surface is backed by an external render target force a copy on image snap by bsalomon · 9 years ago
  89. 5ec26ae Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 9 years ago
  90. 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
  91. 57599fe Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 9 years ago
  92. dcceacf Fix ~,! typo when clearing kRenderTarget flag by Brian Salomon · 9 years ago
  93. f7b8b8a Add wrapBackendTextureAsRenderTarget API by ericrk · 9 years ago
  94. f47b9a3 Allow client to force an SkImage snapshot to be unique (and uniquely own its backing store). by bsalomon · 9 years ago
  95. 8d9f2e4 Add ContextRec param to SkShader::contextSize() by fmalita · 9 years ago
  96. b8fea97 Make copySurface work for texture dsts, return a bool, & add unit test. by bsalomon · 9 years ago
  97. a34be68 blitters for sRGB and float16 by reed · 9 years ago
  98. 0eed945 Revert of Make copySurface work for texture dsts, return a bool, & add unit test. (patchset #6 id:100001 of https://codereview.chromium.org/1684313002/ ) by kjlubick · 9 years ago
  99. 7ea5e28 Make copySurface work for texture dsts, return a bool, & add unit test. by bsalomon · 9 years ago
  100. 9a1ed5d skia: Add support for CHROMIUM_image backed textures. by erikchen · 9 years ago