1. 1119dc3 Remove discard from GrRenderTarget & force it to always go through a RenderTargetContext by Robert Phillips · 7 years ago
  2. 7a542c5 Change bitmapcache to not rely on lockpixels. by Mike Reed · 7 years ago
  3. 9342921 Revert "Rm makeRenderTargetContext in favor of deferred version" by Robert Phillips · 7 years ago
  4. d83ec04 Rm makeRenderTargetContext in favor of deferred version by Robert Phillips · 7 years ago
  5. 84c9cb7 getDeferredTextureImageData(): preserve color space in legacy mode by Matt Sarett · 7 years ago
  6. e78b725 Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv (take 3) by Robert Phillips · 8 years ago
  7. 1b35256 Revert "Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv (take 2)" by Robert Phillips · 8 years ago
  8. aaee31f Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv (take 2) by Robert Phillips · 8 years ago
  9. 171cc5f Revert "Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv" by Robert Phillips · 8 years ago
  10. fb0bd98 Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv by Robert Phillips · 8 years ago
  11. 7ee385e Add GrSurfaceProxy* parameter to GrContext::flush by Robert Phillips · 8 years ago
  12. 2084ffa Revert "Fix SkImage_Gpu::getROPixels" by Brian Salomon · 8 years ago
  13. 3798c86 Remove GrFragmentProcessor-derived class' GrTexture-based ctors by Robert Phillips · 8 years ago
  14. 5fa3d6d Revert "Revert "simplify api to bitmapcache"" by Mike Reed · 8 years ago
  15. dd1b4e9 Revert "simplify api to bitmapcache" by Florin Malita · 8 years ago
  16. 9f4b0ae simplify api to bitmapcache by Mike Reed · 8 years ago
  17. f4d443f Fix SkImage_Gpu::getROPixels by Brian Osman · 8 years ago
  18. 30a38ff Remove SkImage_Base::asTextureRef (in favor of asTextureProxyRef) by Robert Phillips · 8 years ago
  19. 0ae6faa Make SkImage_Gpu be deferred (take 2) by Robert Phillips · 8 years ago
  20. eaa78c4 Revert "Make SkImage_Gpu be deferred" by Robert Phillips · 8 years ago
  21. 0db235b Make SkImage_Gpu be deferred by Robert Phillips · 8 years ago
  22. ed182d7 Remove SkImage::MakeTextureFromPixmap by Brian Osman · 8 years ago
  23. ac6b1fa Remove budgeted parameter from SkSurface::makeImageSnapshot (take 2) by Robert Phillips · 8 years ago
  24. 919cc45 Revert "Revert "Add color spin test for SkColorSpaceXformCanvas"" by Mike Klein · 8 years ago
  25. 06ee8e8 Revert "Revert "Revert "Remove budgeted parameter from SkSurface::makeImageSnapshot""" by Yuqian Li · 8 years ago
  26. 31249bb Revert "Revert "Remove budgeted parameter from SkSurface::makeImageSnapshot"" by Robert Phillips · 8 years ago
  27. 73e21af Revert "Add color spin test for SkColorSpaceXformCanvas" by Eric Boren · 8 years ago
  28. 9e9188f Revert "Remove budgeted parameter from SkSurface::makeImageSnapshot" by Yuqian Li · 8 years ago
  29. b64bcbd Remove budgeted parameter from SkSurface::makeImageSnapshot by Robert Phillips · 8 years ago
  30. 0c984a0 More pre-emptive proxification by Robert Phillips · 8 years ago
  31. cb01aec Add color spin test for SkColorSpaceXformCanvas by Matt Sarett · 8 years ago
  32. a4c41b3 Push setMipColorMode calls further down-stack & add to GrTextureProxy by Robert Phillips · 8 years ago
  33. 296b1cc Retract GrContext from src/gpu/effects by Robert Phillips · 8 years ago
  34. 63954c9 GPU version of onMakeColorSpace by Brian Osman · 8 years ago
  35. 766fcbb Treat cross context images as Ganesh-created resources by Brian Osman · 8 years ago
  36. a6953f2 Revert "Treat cross context images as Ganesh-created resources" by Brian Osman · 8 years ago
  37. cccda60 Treat cross context images as Ganesh-created resources by Brian Osman · 8 years ago
  38. b726d58 Partially defer SkImage_Gpu by Robert Phillips · 8 years ago
  39. 538f1a3 Switch GrYUVProvider over to GrTextureProxies by Robert Phillips · 8 years ago
  40. 3b65598 Make SkGr.h private and remove unused functions by Brian Osman · 8 years ago
  41. 32342f0 Rebase and fix chromium by Brian Osman · 8 years ago
  42. fe3b516 Use GrSemaphore rather than GrFence for external texture data by Brian Osman · 8 years ago
  43. 655f347 Revert "Revert "Revert "Revert "Move GrTextureProvider to src"""" by Brian Osman · 8 years ago
  44. 580ffa0 Revert "Revert "Revert "Move GrTextureProvider to src""" by Brian Osman · 8 years ago
  45. 2fe8373 Revert "Revert "Move GrTextureProvider to src"" by Brian Osman · 8 years ago
  46. 13d7f5d Revert "Move GrTextureProvider to src" by Brian Osman · 8 years ago
  47. 24429c6 Move GrTextureProvider to src by Brian Osman · 8 years ago
  48. 2c2bc11 Add GrExternalTextureData and SkCrossContextImageData by Brian Osman · 8 years ago
  49. aa1ab89 Revert "Add GrExternalTextureData and SkCrossContextImageData" by Brian Osman · 8 years ago
  50. 9ad1f92 Add GrExternalTextureData and SkCrossContextImageData by Brian Osman · 8 years ago
  51. 63c6746 Tighten up GrSurfaceProxy typing by Robert Phillips · 8 years ago
  52. 041f7df Bring back SkImage::makeTextureImage by Brian Osman · 8 years ago
  53. 6de9904 Reduce use of SkImage_Base::peekTexture by Robert Phillips · 8 years ago
  54. f200a90 Rationalize GrContext's Gr*Proxy getter naming by Robert Phillips · 8 years ago
  55. 26caf89 Add utilities to create GrSurfaceProxy & GrSurfaceContext from backend descs by Robert Phillips · 8 years ago
  56. b92234a Revert "Remove SkImage::MakeTextureFromPixmap" by Brian Osman · 8 years ago
  57. bc7a4fb Make GrYUVEffect take GrTextureProxies by Robert Phillips · 8 years ago
  58. 03dd6d5 Reland "Refactor trimming logic for read/writePixels()" by Matt Sarett · 8 years ago
  59. 26ecfe0 Revert "Refactor trimming logic for read/writePixels()" by Matt Sarett · 8 years ago
  60. 977f64c Refactor trimming logic for read/writePixels() by Matt Sarett · 8 years ago
  61. 8ccbbb4 Remove SkImage::MakeTextureFromPixmap by Brian Osman · 8 years ago
  62. aaedae7 Force Index8 to N32 in deferred texture path. by Brian Osman · 8 years ago
  63. 67c18d6 Continue making Ganesh use absolute texture coordinates - take 2 by Robert Phillips · 8 years ago
  64. 2c86249 Move read/write-Pixels up to GrSurfaceContext by Robert Phillips · 8 years ago
  65. cb6266b Reland "Add SkImageInfoValidConversion() and SkImageInfoIsValid" by Matt Sarett · 8 years ago
  66. 7a6c9f7 Revert "Add SkImageInfoValidConversion() and SkImageInfoIsValid" by Brian Osman · 8 years ago
  67. cf5d6ca Add SkImageInfoValidConversion() and SkImageInfoIsValid by Matt Sarett · 8 years ago
  68. 75a475c Try out refFoo pattern on GrRenderTargetContext by Robert Phillips · 8 years ago
  69. 82f4431 Make GrPaints move their GrProcessor ownership into GrPipelineBuilder. by Brian Salomon · 8 years ago
  70. b62ea22 Change GPU read/write pixels API to support color space conversion by Brian Osman · 8 years ago
  71. e2f7d18 Add a deferred copy surface (take 3) by Robert Phillips · 8 years ago
  72. d316e77 Revert "Add a deferred copy surface (take 2)" by Robert Phillips · 8 years ago
  73. 398487a Add a deferred copy surface (take 2) by Robert Phillips · 8 years ago
  74. 293d696 Revert "Add a deferred copy surface" by Robert Phillips · 8 years ago
  75. 4431de6 Add a deferred copy surface by Robert Phillips · 8 years ago
  76. 0e8fc8b Relandx2 "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  77. 61624f0 Plumb dst color space in many places, rather than "mode" by Brian Osman · 8 years ago
  78. 073285c Revert "Reland "Remove antialiasing control from GrPaint."" by Brian Salomon · 8 years ago
  79. 3944484 Reland "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  80. d263413 Remove SkImage::makeTextureImage by Brian Osman · 8 years ago
  81. 419d81e Revert "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  82. 9f54935 Remove antialiasing control from GrPaint. by Brian Salomon · 8 years ago
  83. a422d70 Disable mipmap pre-generation path by Eric Karl · 8 years ago
  84. e8e5458 GrTextureProducer cleanup, phase two: Producer, Adjuster, Maker by Brian Osman · 8 years ago
  85. 3b66ab6 GrTextureProducer cleanup, phase one: Bitmap and Image makers by Brian Osman · 8 years ago
  86. 7992da3 Support decoding images to multiple formats, depending on usage by Brian Osman · 8 years ago
  87. 514baff Rename GrTextureParams to GrSamplerParams by Brian Salomon · 8 years ago
  88. e60ad62 Guard against instantiate & accessRenderTarget failures by Robert Phillips · 8 years ago
  89. 57ae6cf Revert "Support decoding images to multiple formats, depending on usage" by Brian Osman · 8 years ago
  90. c73a1ec Support decoding images to multiple formats, depending on usage by Brian Osman · 8 years ago
  91. 7b8400d Rename SkSourceGammaTreatment to SkDestinationSurfaceColorMode by Brian Osman · 8 years ago
  92. 67b39de s/SkAutoTUnref/sk_sp/ in src/ part 1 by Hal Canary · 8 years ago
  93. 145dbcd Remove SkAutoTDelete. by Ben Wagner · 8 years ago
  94. 7ecc596 Remove SkAutoTDeleteArray by Ben Wagner · 8 years ago
  95. 7d954ad remove xfermode from public api by Mike Reed · 8 years ago
  96. 1105224 Rename GrDrawContext to GrRenderTargetContext by Brian Osman · 8 years ago
  97. 6bd5284 Remove SkAutoTUnref and SkAutoTDelete from public includes. by bungeman · 8 years ago
  98. 6c15cc7 Modify deferred texture image API's handling of gamma by Brian Osman · 8 years ago
  99. 32b5e70 Preserve color space of images in deferred texture API by brianosman · 8 years ago
  100. 921bc67 Is char* or uintptr_t easier to read? by cblume · 8 years ago