1. f35fd8d Move more internal methods from GrContext to GrContextPriv (take 3) by Robert Phillips · 7 years ago
  2. 2914555 Revert "Move more internal methods from GrContext to GrContextPriv (take 2)" by Leon Scroggins · 7 years ago
  3. 36591e5 Better handle context-loss in MakeBackendTextureFromSkImage by Eric Karl · 7 years ago
  4. c22e50b Move more internal methods from GrContext to GrContextPriv (take 2) by Robert Phillips · 7 years ago
  5. 07320e4 Revert "Move more internal methods from GrContext to GrContextPriv" by Hal Canary · 7 years ago
  6. f440cec Move more internal methods from GrContext to GrContextPriv by Robert Phillips · 7 years ago
  7. 59a1df2 Delete SkColorSpaceXformImageGenerator and SkImagePriv::SkMakeImageInColorSpace by Greg Daniel · 7 years ago
  8. adbe132 Remove GrSurfaceProxy::MakeWrapped (take 2) by Robert Phillips · 7 years ago
  9. e201ebc Revert "Remove GrSurfaceProxy::MakeWrapped" by Robert Phillips · 7 years ago
  10. 2ac5868 Remove GrSurfaceProxy::MakeWrapped by Robert Phillips · 7 years ago
  11. 6be756b Move resourceProvider accessor to GrContextPriv (take 2) by Robert Phillips · 7 years ago
  12. be46e24 Revert "Move resourceProvider accessor to GrContextPriv" by Hal Canary · 7 years ago
  13. 1f9ed85 Move resourceProvider accessor to GrContextPriv by Robert Phillips · 7 years ago
  14. 0bd24dc Funnel most proxy creation through GrProxyProvider by Robert Phillips · 7 years ago
  15. 98e38e2 Revert "Revert "fix legacy makeRasterImage()"" by Mike Klein · 7 years ago
  16. ef29e42 Revert "fix legacy makeRasterImage()" by Mike Klein · 7 years ago
  17. 7c4ca04 fix legacy makeRasterImage() by Mike Klein · 7 years ago
  18. 515bda6 support gray8 destinations on CPU by Mike Klein · 7 years ago
  19. 99578d2 SkBitmap now *has* a SkPixmap. by Hal Canary · 7 years ago
  20. 1afd4cd Add GrProxyProvider by Robert Phillips · 7 years ago
  21. 1445da6 Removed unused useCache param in GrYUVProvider by Greg Daniel · 7 years ago
  22. b950b59 share impl between makeNonTexture and makeRaster by Mike Reed · 7 years ago
  23. 7461a4a converted YUVEffect to SkSL by Ethan Nicholas · 7 years ago
  24. faa095e Update SkSurface MakeFromBackend* factories to take an SkColorType. by Greg Daniel · 7 years ago
  25. f5d8758 Add new SkImage factory to create from GrBackendTexture with SkColorType by Greg Daniel · 7 years ago
  26. ef03848 remove deprecated SkPixelSerializer by Mike Reed · 7 years ago
  27. 5947065 remove dead SK_SUPPORT_LEGACY_IMAGEDESERIALIZER code by Mike Reed · 7 years ago
  28. aae533e Revert "Remove SkImage deferred texture image data APIs." by Eric Karl · 7 years ago
  29. a091a4b Revert "Revert "hide SkImageDeserializer"" by Mike Reed · 7 years ago
  30. 36d7178 Revert "hide SkImageDeserializer" by Mike Reed · 7 years ago
  31. 834fb8e hide SkImageDeserializer by Mike Reed · 7 years ago
  32. c25db63 Update SkImage::MakeFromYUVTexturesCopy to GrBackendTexture by Robert Phillips · 7 years ago
  33. 36703d9 Push much of the SkColorSpace_Base interface up to SkColorSpace by Brian Osman · 7 years ago
  34. 25eef6b centralize encoding to SkData by Mike Reed · 7 years ago
  35. 4f5e1d4 Remove SkImage deferred texture image data APIs. by Brian Salomon · 7 years ago
  36. f7ee95c helper api to force a raster image by Mike Reed · 7 years ago
  37. 8d1e67e Add resource cache limits to SkSurfaceCharacterization by Robert Phillips · 7 years ago
  38. 7ffbcf9 Add unit test for SkDeferredDisplayLists (take 2) by Robert Phillips · 7 years ago
  39. 8172c0a Revert "Add unit test for SkDeferredDisplayLists" by Robert Phillips · 7 years ago
  40. 8458a28 Add unit test for SkDeferredDisplayLists by Robert Phillips · 7 years ago
  41. 61e5101 Flesh out SkSurfaceCharacterization by Robert Phillips · 7 years ago
  42. 8def8bf Add a GrContextThreadSafeProxy to SkSurfaceCharacterization by Robert Phillips · 7 years ago
  43. 63bc48d Add MakeCrossContextFromPixmap by Brian Osman · 7 years ago
  44. c77085d Remove content area from GrTextureAdjuster. by Greg Daniel · 7 years ago
  45. 45d6303 Have mip status match surface when snapping image from wrapped object by Greg Daniel · 7 years ago
  46. 65c7f66 Add mip support to GrAHardwareBufferImageGenerator by Greg Daniel · 7 years ago
  47. f3569f0 Add GrColorSpaceInfo and use in place of GrRenderTargetContext in paint conversion. by Brian Salomon · 7 years ago
  48. f47069c Create mipped texture proxys for PictureImageGenerator by Greg Daniel · 7 years ago
  49. e252f08 Add hint to SkSurface::MakeRenderTarget that we will use mips by Greg Daniel · 7 years ago
  50. 2240be9 Remove color space xform from GrTextureDomain & GrSimpleTextureEffect by Brian Osman · 7 years ago
  51. 914a36b MakeBackendTextureFromSkImage by Eric Karl · 7 years ago
  52. f88c12e Add api for passing mipped hint into ImageGenerator onGenerateTexture by Greg Daniel · 7 years ago
  53. a108c92 Fix drawSpecialImage by Robert Phillips · 7 years ago
  54. c5eb97d add helper to check for overflow by Mike Reed · 7 years ago
  55. 384f0a7 Revert "change computeByteSize to return max_size_t on overflow" by Mike Reed · 7 years ago
  56. e1da1d9 Add option to create a deferred render target context with mips by Greg Daniel · 7 years ago
  57. 2429546 change computeByteSize to return max_size_t on overflow by Mike Reed · 7 years ago
  58. 3e70fa3 When mip mapping, do YUV mip generation on CPU then upload to GPU. by Greg Daniel · 7 years ago
  59. fc5060d Revert "Revert "Update lockTextureProxy to return mipped proxys if mipping is requested."" by Greg Daniel · 7 years ago
  60. f0ffb89 Revert[4] "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap" by Mike Reed · 7 years ago
  61. 87c76ed Revert "Update lockTextureProxy to return mipped proxys if mipping is requested." by Greg Daniel · 7 years ago
  62. 97abf01 Update lockTextureProxy to return mipped proxys if mipping is requested. by Greg Daniel · 7 years ago
  63. 5a2e50e Revert "Revert "Revert "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap""" by Mike Reed · 7 years ago
  64. cd284c5 Revert "Revert "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap"" by Mike Reed · 7 years ago
  65. 4faa040 Remove unused outOffset param in GrTextureAdjuster by Greg Daniel · 7 years ago
  66. 55afd6d Revert "Revert "Update GrBitmapTextureMaker for handling mipped requests"" by Greg Daniel · 7 years ago
  67. 8b059bd Revert "Update GrBitmapTextureMaker for handling mipped requests" by Greg Daniel · 7 years ago
  68. d1935c1 Update GrBitmapTextureMaker for handling mipped requests by Greg Daniel · 7 years ago
  69. 809cbed Revert "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap" by Jim Van Verth · 7 years ago
  70. 88757da guard old apis for querying byte-size of a bitmap/imageinfo/pixmap by Mike Reed · 7 years ago
  71. f46633f Revert "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap" by Greg Daniel · 7 years ago
  72. cd87140 Add ability to remove unique key from proxy and underlying surface. by Greg Daniel · 7 years ago
  73. 98a6216 guard old apis for querying byte-size of a bitmap/imageinfo/pixmap by Mike Reed · 7 years ago
  74. 2bbdcc4 Rework GrSamplerParams to be more compact and use its own wrap mode enum. by Brian Salomon · 7 years ago
  75. 4df0092 Revert "Remove "content" rect from GrTextureAdjuster." by Brian Salomon · 7 years ago
  76. 6e4bbbe Remove "content" rect from GrTextureAdjuster. by Brian Salomon · 7 years ago
  77. a8ac924 Make SkImage_Lazy always report the color space of its data by Brian Osman · 7 years ago
  78. f43d000 Revert "Revert "Revert "Revert "Remove GrBackendRenderTargetDesc in favor of GrBackendRenderTarget."""" by Brian Salomon · 7 years ago
  79. 6df4d6b Revert "Revert "Revert "Remove GrBackendRenderTargetDesc in favor of GrBackendRenderTarget.""" by Brian Salomon · 7 years ago
  80. ad8a43f DeferredDisplayList API proposal by Robert Phillips · 7 years ago
  81. 71554bc Revert "Revert "Remove GrBackendRenderTargetDesc in favor of GrBackendRenderTarget."" by Brian Salomon · 7 years ago
  82. fb4a20c Remove kDefault_GrSurfaceOrigin by Robert Phillips · 7 years ago
  83. b0e93a2 Remove origin field from GrSurface (take 2) by Robert Phillips · 7 years ago
  84. 7314093 Support color space and other color types in SkImage_Raster::onMakeSubset by Brian Osman · 7 years ago
  85. 5131678 Revert "Revert "Revert "Revert "Add support for semaphores to be inserted on GrContext flush"""" by Greg Daniel · 7 years ago
  86. cc8eb60 Revert "Revert "Revert "Add support for semaphores to be inserted on GrContext flush""" by Yuqian Li · 7 years ago
  87. 876aed8 Revert "Revert "Add support for semaphores to be inserted on GrContext flush"" by Greg Daniel · 7 years ago
  88. 7294b85 Revert "Remove origin field from GrSurface" by Robert Phillips · 7 years ago
  89. df0e09f Remove origin field from GrSurface by Robert Phillips · 7 years ago
  90. 16d8ec6 Pull non-substantive changes out of omnibus GrSurface CL by Robert Phillips · 7 years ago
  91. 2890fbf Make GrPipeline hold a GrRenderTargetProxy (instead of a GrRenderTarget) by Robert Phillips · 7 years ago
  92. 4ed9ae4 Improve GrGLNonlinearColorSpaceXformEffect to support scRGB by Stan Iliev · 7 years ago
  93. 066f020 Reduce dependence on GrSurface's origin field (take 3) by Robert Phillips · 7 years ago
  94. 6af2a66 Revert "Reduce dependence on GrSurface's origin field (take 2)" by Robert Phillips · 7 years ago
  95. 22115b4 Reduce dependence on GrSurface's origin field (take 2) by Robert Phillips · 7 years ago
  96. 8a90f50 Fourth fragment from "Reduce dependence on GrSurface's origin field" by Robert Phillips · 7 years ago
  97. 8724b46 Revert "Add support for semaphores to be inserted on GrContext flush" by Mike Reed · 7 years ago
  98. cd1416e Add support for semaphores to be inserted on GrContext flush by Greg Daniel · 7 years ago
  99. 353196f clean read/write pixels signatures, augment SkSurface API by Mike Reed · 7 years ago
  100. 96be9df Revert "Reduce dependence on GrSurface's origin field" by Robert Phillips · 7 years ago