1. 8bd45cd Deferred image generator subsetting by fmalita · 8 years ago
  2. 145dbcd Remove SkAutoTDelete. by Ben Wagner · 8 years ago
  3. 7ecc596 Remove SkAutoTDeleteArray by Ben Wagner · 8 years ago
  4. eb21ef6 Loosen restriction on F16 surfaces - allow "legacy" F16 mode by Brian Osman · 8 years ago
  5. 09d9435 remove lots of legacy flags by Mike Reed · 8 years ago
  6. 9e2ed83 add isAlphaOnly() query by reed · 8 years ago
  7. 7d954ad remove xfermode from public api by Mike Reed · 8 years ago
  8. 1105224 Rename GrDrawContext to GrRenderTargetContext by Brian Osman · 8 years ago
  9. 6bd5284 Remove SkAutoTUnref and SkAutoTDelete from public includes. by bungeman · 8 years ago
  10. 7929e3a Avoid separate allocation of SkImageCacherator by fmalita · 8 years ago
  11. 958788a remove 4 legacy flags (clients already updated) by Mike Reed · 8 years ago
  12. 6c15cc7 Modify deferred texture image API's handling of gamma by Brian Osman · 8 years ago
  13. dc87a7d Skip SkBitmapProvider instantiation in SkImageShader::onContextSize by fmalita · 8 years ago
  14. 8f2996c Revert of leave pixel memory uninitialized for opaque alpha type in SkSurface::MakeRaster (patchset #1 id:1 of https://codereview.chromium.org/2412633002/ ) by mtklein · 8 years ago
  15. 32b5e70 Preserve color space of images in deferred texture API by brianosman · 8 years ago
  16. c64ef35 leave pixel memory uninitialized for opaque alpha type in SkSurface::MakeRaster by lsalzman · 8 years ago
  17. 374772b Revert[8] "replace SkXfermode obj with SkBlendMode enum in paints" by reed · 8 years ago
  18. c245574 Revert[7] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  19. 2b2fc7d Revert[6] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  20. 3ed485f Revert[5] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  21. 1834242 Revert[4] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  22. 2cbcd12 Revert "Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints""" by Mike Reed · 8 years ago
  23. 70cdb39 Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints"" by Mike Reed · 8 years ago
  24. ce02e71 Revert "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  25. 0591897 replace SkXfermode obj with SkBlendMode enum in paints by Mike Reed · 8 years ago
  26. 627778d isABitmap is deprecated, use isAImage by Mike Reed · 8 years ago
  27. 2a75e5d Add output format properties to SkImageFilter::Context by brianosman · 8 years ago
  28. 921bc67 Is char* or uintptr_t easier to read? by cblume · 8 years ago
  29. df55827 Remove unused SkImage_Base and SkImage_Gpu onNewSurface methods by robertphillips · 8 years ago
  30. 04a44d0 Add a transient image filter cache to SkImage::makeWithFilter & PDF by brianosman · 8 years ago
  31. 05a3eac SkASSERT firing because pointer wraps negative. by cblume · 8 years ago
  32. 12f7527 Remove release asserts. by cblume · 8 years ago
  33. 94ddf54 Keeping asserts in release. by cblume · 8 years ago
  34. 5192475 Two changes: by brianosman · 8 years ago
  35. 600c737 Delete SkColorSpace::gammaNamed() from public API by msarett · 8 years ago
  36. 77320db Add color gamut xform helpers to GrGLSLShaderBuilder by brianosman · 8 years ago
  37. 33e0cb5 Store mipmap levels in deferred texture image by cblume · 8 years ago
  38. 0e22eb8 Some tests around surface creation and snapshotting with color space by brianosman · 8 years ago
  39. 19fe41e Remove SkPixelRef::getTexture() by bsalomon · 8 years ago
  40. 5814b8a Add alpha type to texture producer by brianosman · 8 years ago
  41. 69c166d Add alphaType() to SkImage by brianosman · 8 years ago
  42. 0e7bddf fix no-gpu build by reed · 8 years ago
  43. 2d5b714 pin as texture api by reed · 8 years ago
  44. 6b2d7ac fix memory leak, remake Imageshader to use sk_sp by reed · 8 years ago
  45. a9ca05c Deserialize pictures with custom image-deserializer by reed · 8 years ago
  46. e9d55c5 Revert of Store mipmap levels in deferred texture image (patchset #11 id:200001 of https://codereview.chromium.org/2115023002/ ) by halcanary · 8 years ago
  47. d611314 Store mipmap levels in deferred texture image by cblume · 8 years ago
  48. 9a5a201 use onPeekBitmap instead of asLegacyBitmap by reed · 8 years ago
  49. 4c1abdc use tmp allocator for images in temp shaders by reed · 8 years ago
  50. 1ec04d9 rename FoceCopyMode to SkCopyPixelMode by reed · 8 years ago
  51. 15c42ca Remove SkSurface::MakeRenderTargetDirect by robertphillips · 8 years ago
  52. ffae30d Convert SkAutoTUnref<SkData> to sk_sp<SkData>. by bungeman · 8 years ago
  53. 38d909e Move off SK_SUPPORT_LEGACY_DATA_FACTORIES. by bungeman · 8 years ago
  54. 320a40d Always return ImageShader, even from SkShader::MakeBitmapShader by reed · 8 years ago
  55. f1ac182 implement isABitmap for imageshader, return localmatrix for bitmap's impl by reed · 8 years ago
  56. 2dad769 make an image from a mutable bitmap by reed · 8 years ago
  57. 4d516a6 Serialize SkColorSpace into DeferredTextureImage by bsalomon · 8 years ago
  58. 6738c70 Rename GrContext's newDrawContext & drawContext to makeDrawContext by robertphillips · 8 years ago
  59. 7e92276 Reduce usage of MakeRenderTargetDirect by robertphillips · 8 years ago
  60. c7ec7c9 remove/deprecate SkBitmap::getTexture, as it now always returns false by reed · 8 years ago
  61. 839345d Bundle SkShader::asFragmentProcessor arguments in a struct by brianosman · 8 years ago
  62. 396fcdb Cleanup of code that converts from GPU-backed resources to SkImageInfo by brianosman · 8 years ago
  63. dfe4f2e Add SkColorSpace to GrDrawContext by brianosman · 8 years ago
  64. f292a0c Remove SkGrPixelRef by robertphillips · 8 years ago
  65. 1f3923e Deprecate SkDevice::accessBitmap method by robertphillips · 8 years ago
  66. dddbe38 Adding an SkColorSpace to SkImage_Gpu by brianosman · 8 years ago
  67. ea70c4b Remove SkDevice::accessRenderTarget virtual by robertphillips · 8 years ago
  68. 9ecaa1d Remove unused MakeFromTextureCopy API by brianosman · 8 years ago
  69. 54f30c1 Introduce GrColorSpaceXform, for gamut conversion on textures by brianosman · 8 years ago
  70. 634b430 Add a function to convert a texture backed SkImage to raster. by bsalomon · 8 years ago
  71. 03912f1 Document SkSurface::MakeRaster's memory initialization by fmalita · 8 years ago
  72. 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
  73. b310519 Store mipmap levels in deferred texture image by cblume · 8 years ago
  74. b109b8c Lots of progress on switching to SkColorSpace rather than SkColorProfileType by brianosman · 8 years ago
  75. 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
  76. 6a61a87 Lots of progress on switching to SkColorSpace rather than SkColorProfileType by brianosman · 8 years ago
  77. be36d59 Fix SkImage::asLegacyBitmap() to respect color space info by msarett · 8 years ago
  78. b4da01d Add prescale option to deferred params by ericrk · 8 years ago
  79. b445a57 Add NV12 texture conversion support. by jbauman · 8 years ago
  80. 06ca8ec sk_sp for Ganesh. by bungeman · 8 years ago
  81. 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
  82. 186d2d4 Plumbing mipmaps to the point of creation. by cblume · 8 years ago
  83. 2c05280 Add mip support to *DeferredTextureImageData functions. by cblume · 8 years ago
  84. 8775112 Fix leak in SkImage_Gpu::onMakeSubset(). by senorblanco · 8 years ago
  85. 5878dbd Image filters: implement SkImage::makeWithFilter(). by senorblanco · 8 years ago
  86. ca6eafc (Mostly) Retract GrRenderTarget from SkGpuDevice by robertphillips · 8 years ago
  87. e576874 Retract GrRenderTarget a bit within SkGpuDevice by robertphillips · 8 years ago
  88. 846c051 Convert GrClip to an abstract base class by cdalton · 8 years ago
  89. 524484b Revert of Retract GrRenderTarget a bit within SkGpuDevice (patchset #2 id:20001 of https://codereview.chromium.org/1956473002/ ) by robertphillips · 8 years ago
  90. d215a95 Retract GrRenderTarget a bit within SkGpuDevice by robertphillips · 8 years ago
  91. 76948d4 Add Gr*Proxy classes by robertphillips · 8 years ago
  92. 4f16e63 Revert of Add Gr*Proxy classes (patchset #10 id:220001 of https://codereview.chromium.org/1937553002/ ) by robertphillips · 8 years ago
  93. 92605b3 Add Gr*Proxy classes by robertphillips · 8 years ago
  94. 89d09a1 Revert of Add Gr*Proxy classes (patchset #9 id:160001 of https://codereview.chromium.org/1937553002/ ) by robertphillips · 8 years ago
  95. de5bf0c Add Gr*Proxy classes by robertphillips · 8 years ago
  96. 59c12e3 remove non-static uses of SkOncePtr by mtklein · 8 years ago
  97. 24e9128 Add sk_sp to SkSurface_Gpu and SkGpuDevice by robertphillips · 8 years ago
  98. d4c741e Refactor drawContext/RenderTarget creation by robertphillips · 8 years ago
  99. aa19a5f Revert of Refactor drawContext/RenderTarget creation (patchset #8 id:140001 of https://codereview.chromium.org/1914883002/ ) by robertphillips · 8 years ago
  100. 2f1c42e Refactor drawContext/RenderTarget creation by robertphillips · 8 years ago