1. 69c166d Add alphaType() to SkImage by brianosman · 8 years ago
  2. 2d5b714 pin as texture api by reed · 8 years ago
  3. 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
  4. d611314 Store mipmap levels in deferred texture image by cblume · 8 years ago
  5. 9a5a201 use onPeekBitmap instead of asLegacyBitmap by reed · 8 years ago
  6. ffae30d Convert SkAutoTUnref<SkData> to sk_sp<SkData>. by bungeman · 8 years ago
  7. 4d516a6 Serialize SkColorSpace into DeferredTextureImage by bsalomon · 8 years ago
  8. 6738c70 Rename GrContext's newDrawContext & drawContext to makeDrawContext by robertphillips · 8 years ago
  9. 396fcdb Cleanup of code that converts from GPU-backed resources to SkImageInfo by brianosman · 8 years ago
  10. dfe4f2e Add SkColorSpace to GrDrawContext by brianosman · 8 years ago
  11. f292a0c Remove SkGrPixelRef by robertphillips · 8 years ago
  12. dddbe38 Adding an SkColorSpace to SkImage_Gpu by brianosman · 8 years ago
  13. ea70c4b Remove SkDevice::accessRenderTarget virtual by robertphillips · 8 years ago
  14. 9ecaa1d Remove unused MakeFromTextureCopy API by brianosman · 8 years ago
  15. 634b430 Add a function to convert a texture backed SkImage to raster. by bsalomon · 8 years ago
  16. 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
  17. b310519 Store mipmap levels in deferred texture image by cblume · 8 years ago
  18. b109b8c Lots of progress on switching to SkColorSpace rather than SkColorProfileType by brianosman · 8 years ago
  19. 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
  20. 6a61a87 Lots of progress on switching to SkColorSpace rather than SkColorProfileType by brianosman · 8 years ago
  21. b4da01d Add prescale option to deferred params by ericrk · 8 years ago
  22. b445a57 Add NV12 texture conversion support. by jbauman · 8 years ago
  23. 06ca8ec sk_sp for Ganesh. by bungeman · 8 years ago
  24. 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
  25. 186d2d4 Plumbing mipmaps to the point of creation. by cblume · 8 years ago
  26. 2c05280 Add mip support to *DeferredTextureImageData functions. by cblume · 8 years ago
  27. 8775112 Fix leak in SkImage_Gpu::onMakeSubset(). by senorblanco · 8 years ago
  28. 846c051 Convert GrClip to an abstract base class by cdalton · 8 years ago
  29. 76948d4 Add Gr*Proxy classes by robertphillips · 8 years ago
  30. 4f16e63 Revert of Add Gr*Proxy classes (patchset #10 id:220001 of https://codereview.chromium.org/1937553002/ ) by robertphillips · 8 years ago
  31. 92605b3 Add Gr*Proxy classes by robertphillips · 8 years ago
  32. 89d09a1 Revert of Add Gr*Proxy classes (patchset #9 id:160001 of https://codereview.chromium.org/1937553002/ ) by robertphillips · 8 years ago
  33. de5bf0c Add Gr*Proxy classes by robertphillips · 8 years ago
  34. d4c741e Refactor drawContext/RenderTarget creation by robertphillips · 8 years ago
  35. aa19a5f Revert of Refactor drawContext/RenderTarget creation (patchset #8 id:140001 of https://codereview.chromium.org/1914883002/ ) by robertphillips · 8 years ago
  36. 2f1c42e Refactor drawContext/RenderTarget creation by robertphillips · 8 years ago
  37. 6c7e325 Bring sk_sp to GrDrawContext by robertphillips · 8 years ago
  38. 7715e06 Retract SkDevice a bit more by robertphillips · 8 years ago
  39. f557546 Remove some unnecessary #includes of SkImageFilter.h by senorblanco · 8 years ago
  40. c429baf Add getDeferredTextureImageData early out by ericrk · 8 years ago
  41. a635936 sRGB support in Ganesh. Several pieces: by brianosman · 8 years ago
  42. 8bea890 Propogate SkBudgeted for NewFromDeferredTextureImageData by ericrk · 9 years ago
  43. c571c00 Revert of sRGB support in Ganesh. Several pieces: (patchset #12 id:220001 of https://codereview.chromium.org/1789663002/ ) by brianosman · 9 years ago
  44. 9e3f1bf sRGB support in Ganesh. Several pieces: by brianosman · 9 years ago
  45. c5035e7 Add SkSpecialImage::extractSubset & NewFromPixmap by robertphillips · 9 years ago
  46. 19dea94 Revert of Add SkSpecialImage::extractSubset & NewFromPixmap (patchset #5 id:80001 of https://codereview.chromium.org/1787883002/ ) by robertphillips · 9 years ago
  47. 2505814 Add SkSpecialImage::extractSubset & NewFromPixmap by robertphillips · 9 years ago
  48. 41b952c Add deferred texture upload API. by bsalomon · 9 years ago
  49. 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
  50. 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
  51. bd73ffb add Make variations to return SkImage by sk_sp by reed · 9 years ago
  52. 0d99686 Restore SkImage::NewTextureFromPixmap changes. by bsalomon · 9 years ago
  53. 2366408 TBR=robertphillips@google.com by bsalomon · 9 years ago
  54. 045afea Add SkImage::NewTextureFromPixmap by bsalomon · 9 years ago
  55. 84a4e5a Remove internal calls to SkImage::getTexture by bsalomon · 9 years ago
  56. 5ec26ae Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 9 years ago
  57. 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
  58. 57599fe Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 9 years ago
  59. b8fea97 Make copySurface work for texture dsts, return a bool, & add unit test. by bsalomon · 9 years ago
  60. 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
  61. 7ea5e28 Make copySurface work for texture dsts, return a bool, & add unit test. by bsalomon · 9 years ago
  62. f267c1e Add ability to extract YUV planes from SkImage by bsalomon · 9 years ago
  63. 8e74f80 Add SkImage factory method that forces image to be resolved to a texture. by bsalomon · 9 years ago
  64. 6121405 Cleaning up trailing spaces and typos. by cblume · 9 years ago
  65. 22471ed remove SkImage::applyFilter() -- unused, can always re-add later by reed · 9 years ago
  66. f1ecd21 Make "alpha only" be a property of GrTextureProducer by bsalomon · 9 years ago
  67. 262a71b detect when we can filter bitmaps/images directly, w/o a tmp layer by reed · 9 years ago
  68. 0955303 scaling API on SkPixmap by reed · 9 years ago
  69. 89fe56b Pull texture-backed bitmap resampler out of GrTextureParamsAdjuster code into its own class. by bsalomon · 9 years ago
  70. 100b8f8 Remove min texture size support by bsalomon · 9 years ago
  71. c9b5f8b tunnel down texture-size-constraint to imagefilters by reed · 9 years ago
  72. 13ccbf8 use (temp) gpu-imagefilter-cache for applyFilter by reed · 9 years ago
  73. 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
  74. bc0bcc0 Revert recent CLs around GrTextureMaker/GrTextureParamsAdjuster by Brian Salomon · 9 years ago
  75. 59dc0d2 change SkImage_Gpu to handle all filters (w/ and w/o gpu support by reed · 9 years ago
  76. 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
  77. 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
  78. 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
  79. 2e1e51f GrDrawContext now holds GrRenderTarget pointer by robertphillips · 9 years ago
  80. d82bc7b post-commit fixes to applyFilter CL by reed · 9 years ago
  81. 88d064d add applyFilter() to SkImage by reed · 9 years ago
  82. afa95e2 Remove image usage type enum. Use GrTextureParams instead. by bsalomon · 9 years ago
  83. f276ac5 Move functions from SkGr to SkGrPriv.h by bsalomon · 9 years ago
  84. 4a33952 Bye bye processor data manager. by bsalomon · 9 years ago
  85. af3fbfc SkImage doesn't use props, so don't need to store it by reed · 9 years ago
  86. 856e9d9 Revert[4] of add ImageShader, sharing code with its Bitmap cousin by reed · 9 years ago
  87. 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
  88. fe05707 Revert[2] of add ImageShader, sharing code with its Bitmap cousin by reed · 9 years ago
  89. 7b6945b remove unused (by the outside) SkImage::newSurface, and simplify newImage -> newSubset by reed · 9 years ago
  90. 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
  91. 0b93e31 add ImageShader, sharing code with its Bitmap cousin by reed · 9 years ago
  92. 85d9178 Use SkImageCacherator in SkImages by reed · 9 years ago
  93. c9a3706 Limit lifetime of GrDrawContext objects by robertphillips · 9 years ago
  94. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  95. ac856c9 Remove GrStagedProcessor, remove the word Stage as it applies to FPs by bsalomon · 9 years ago
  96. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  97. 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
  98. 2424344 Remove GrStagedProcessor, remove the word Stage as it applies to FPs by bsalomon · 9 years ago
  99. 1cd6311 init atomic bool in SkImage_Gpu by bsalomon · 9 years ago
  100. 6f1216a cache private readback for gpu-images by reed · 9 years ago