1. 32342f0 Rebase and fix chromium by Brian Osman · 8 years ago
  2. 4447b64 Switch SkImageGenerator over to generating GrTextureProxies by Robert Phillips · 8 years ago
  3. fe3b516 Use GrSemaphore rather than GrFence for external texture data by Brian Osman · 8 years ago
  4. 655f347 Revert "Revert "Revert "Revert "Move GrTextureProvider to src"""" by Brian Osman · 8 years ago
  5. 580ffa0 Revert "Revert "Revert "Move GrTextureProvider to src""" by Brian Osman · 8 years ago
  6. 2fe8373 Revert "Revert "Move GrTextureProvider to src"" by Brian Osman · 8 years ago
  7. 13d7f5d Revert "Move GrTextureProvider to src" by Brian Osman · 8 years ago
  8. 24429c6 Move GrTextureProvider to src by Brian Osman · 8 years ago
  9. 2c2bc11 Add GrExternalTextureData and SkCrossContextImageData by Brian Osman · 8 years ago
  10. aa1ab89 Revert "Add GrExternalTextureData and SkCrossContextImageData" by Brian Osman · 8 years ago
  11. 9ad1f92 Add GrExternalTextureData and SkCrossContextImageData by Brian Osman · 8 years ago
  12. 22eb2f1 remove guard for SkImageGenerator api by Mike Reed · 8 years ago
  13. a5fdc97 Replace SkSpecialImage::makeTightSubset with asImage (take 2) by Robert Phillips · 8 years ago
  14. e14349a Revert "Replace SkSpecialImage::makeTightSubset with asImage" by Robert Phillips · 8 years ago
  15. 5df6db1 Replace SkSpecialImage::makeTightSubset with asImage by Robert Phillips · 8 years ago
  16. 185130c return and take SkImageGenerator as unique_ptr by Mike Reed · 8 years ago
  17. 63c6746 Tighten up GrSurfaceProxy typing by Robert Phillips · 8 years ago
  18. 9df70bb Picture backed images must have a bit depth and color space by Matt Sarett · 8 years ago
  19. 8572d85 Make raster pipeline support all pixel conversions by Matt Sarett · 8 years ago
  20. bfdc87a Revert "Revert "Always make SkImageShaders in heap."" by Herb Derby · 8 years ago
  21. 07f665e Revert "Always make SkImageShaders in heap." by Herb Derby · 8 years ago
  22. ff590a1 Always make SkImageShaders in heap. by Herb Derby · 8 years ago
  23. 54be5c9 Revert "More non-invertible shader local matrix guards" by Robert Phillips · 8 years ago
  24. 368af46 More non-invertible shader local matrix guards by Florin Malita · 8 years ago
  25. 696b293 Revert "Remove asTextureRef from SkSpecialImage & update effects accordingly" by Robert Phillips · 8 years ago
  26. e88cf6b Remove asTextureRef from SkSpecialImage & update effects accordingly by Robert Phillips · 8 years ago
  27. 83e939b Use SkArenaAlloc in the SkAutoBlitterChoose code. by Herb Derby · 8 years ago
  28. dd8b72a Revert "Use SkArenaAlloc instead of SkSmallAllocator in the SkAutoBlitterChoose code." by Robert Phillips · 8 years ago
  29. 041f7df Bring back SkImage::makeTextureImage by Brian Osman · 8 years ago
  30. 2b57b7f Use SkArenaAlloc instead of SkSmallAllocator in the SkAutoBlitterChoose code. by Herb Derby · 8 years ago
  31. 3390e15 Expand SkImage::getTextureHandle call by Robert Phillips · 8 years ago
  32. a54ccb2 Update SkSurface's cached image ownership handling to sk_sp by Robert Phillips · 8 years ago
  33. 6de9904 Reduce use of SkImage_Base::peekTexture by Robert Phillips · 8 years ago
  34. f200a90 Rationalize GrContext's Gr*Proxy getter naming by Robert Phillips · 8 years ago
  35. 26caf89 Add utilities to create GrSurfaceProxy & GrSurfaceContext from backend descs by Robert Phillips · 8 years ago
  36. 882ccaf Raster pipeline support for SkLocalMatrixShader composition by Florin Malita · 8 years ago
  37. b92234a Revert "Remove SkImage::MakeTextureFromPixmap" by Brian Osman · 8 years ago
  38. bc7a4fb Make GrYUVEffect take GrTextureProxies by Robert Phillips · 8 years ago
  39. 03dd6d5 Reland "Refactor trimming logic for read/writePixels()" by Matt Sarett · 8 years ago
  40. 26ecfe0 Revert "Refactor trimming logic for read/writePixels()" by Matt Sarett · 8 years ago
  41. 977f64c Refactor trimming logic for read/writePixels() by Matt Sarett · 8 years ago
  42. 8ccbbb4 Remove SkImage::MakeTextureFromPixmap by Brian Osman · 8 years ago
  43. aaedae7 Force Index8 to N32 in deferred texture path. by Brian Osman · 8 years ago
  44. 67c18d6 Continue making Ganesh use absolute texture coordinates - take 2 by Robert Phillips · 8 years ago
  45. c485907 Revert "explictly fail to draw unpremul, as this is buggy, incomplete, tricky, and unused" by Joe Gregorio · 8 years ago
  46. 1baaaca explictly fail to draw unpremul, as this is buggy, incomplete, tricky, and unused by Mike Reed · 8 years ago
  47. 2c86249 Move read/write-Pixels up to GrSurfaceContext by Robert Phillips · 8 years ago
  48. 0d4ff6c Fix code that relied on readPixels not doing color space conversion by Brian Osman · 8 years ago
  49. a7d61a6 Revert "Continue making Ganesh use absolute texture coordinates" by Joe Gregorio · 8 years ago
  50. 4493a9d Continue making Ganesh use absolute texture coordinates by Robert Phillips · 8 years ago
  51. cb6266b Reland "Add SkImageInfoValidConversion() and SkImageInfoIsValid" by Matt Sarett · 8 years ago
  52. ac04fef Remove SkFallbackAlloc and SkFixedAlloc. by Herb Derby · 8 years ago
  53. 7a6c9f7 Revert "Add SkImageInfoValidConversion() and SkImageInfoIsValid" by Brian Osman · 8 years ago
  54. 986480a Revert "move SkDevice.h and SkBitmapDevice.h contents in to src headers" by Mike Reed · 8 years ago
  55. 2f719a6 move SkDevice.h and SkBitmapDevice.h contents in to src headers by Mike Reed · 8 years ago
  56. cf5d6ca Add SkImageInfoValidConversion() and SkImageInfoIsValid by Matt Sarett · 8 years ago
  57. 75a475c Try out refFoo pattern on GrRenderTargetContext by Robert Phillips · 8 years ago
  58. 82f4431 Make GrPaints move their GrProcessor ownership into GrPipelineBuilder. by Brian Salomon · 8 years ago
  59. 84014f0 Respect SkColorSpace in SkPNGImageEncoder by Matt Sarett · 8 years ago
  60. e260959 Make SkImage_Base::onReadPixels() pure virtual by Matt Sarett · 8 years ago
  61. f9436b8 Allow constrained and unconstrained picture-images by Matt Sarett · 8 years ago
  62. e94255d Specify bit depth and color space in SkImage::MakeFromPicture() by Matt Sarett · 8 years ago
  63. ac1f09d Delete SkMakeImageFromPixelRef by Matt Sarett · 8 years ago
  64. 8bc9f7b Remove SkImageShader -> SkColorShader optimization. by Mike Klein · 8 years ago
  65. 7eb01f8 remove unused parameter in onNewimageSnapshot by Mike Reed · 8 years ago
  66. 85ff848 remove unused ForceUnique option from makeImageSnapshot by Mike Reed · 8 years ago
  67. b62ea22 Change GPU read/write pixels API to support color space conversion by Brian Osman · 8 years ago
  68. d5733c7 remove SK_SUPPORT_LEGACY_PREROLL code by Mike Reed · 8 years ago
  69. 138ea97 Add color space to picture image as a creation parameter by Brian Osman · 8 years ago
  70. 9864257 hide deprecated SkImage::preroll by Mike Reed · 8 years ago
  71. e2f7d18 Add a deferred copy surface (take 3) by Robert Phillips · 8 years ago
  72. d37d5d9 Revert "Revert "clamp to premul when reading premul sRGB"" by Mike Klein · 8 years ago
  73. d316e77 Revert "Add a deferred copy surface (take 2)" by Robert Phillips · 8 years ago
  74. 2e018f5 Revert "clamp to premul when reading premul sRGB" by Mike Klein · 8 years ago
  75. 04e10da clamp to premul when reading premul sRGB by Mike Klein · 8 years ago
  76. 398487a Add a deferred copy surface (take 2) by Robert Phillips · 8 years ago
  77. 293d696 Revert "Add a deferred copy surface" by Robert Phillips · 8 years ago
  78. 4431de6 Add a deferred copy surface by Robert Phillips · 8 years ago
  79. 1b3387b SkBitmap::setPixelRef(): less reference churn by Hal Canary · 8 years ago
  80. 0e18de9 Convert image width and height (used by tiling) to float once. by Mike Klein · 8 years ago
  81. b0b17d1 bicubic, attempt gazillion by Mike Klein · 8 years ago
  82. 0e8fc8b Relandx2 "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  83. 61624f0 Plumb dst color space in many places, rather than "mode" by Brian Osman · 8 years ago
  84. 073285c Revert "Reland "Remove antialiasing control from GrPaint."" by Brian Salomon · 8 years ago
  85. 3944484 Reland "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  86. d263413 Remove SkImage::makeTextureImage by Brian Osman · 8 years ago
  87. 419d81e Revert "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  88. 9f54935 Remove antialiasing control from GrPaint. by Brian Salomon · 8 years ago
  89. 886cf53 Refactor bilerp a little. by Mike Klein · 8 years ago
  90. 13bf622 Remove dest surface color mode from bitmap controller by Brian Osman · 8 years ago
  91. f447dee support medium and high quality by Mike Klein · 8 years ago
  92. 1fcc404 SkEncodeImage: no more link-time registration by Hal Canary · 8 years ago
  93. a422d70 Disable mipmap pre-generation path by Eric Karl · 8 years ago
  94. 7a14734d support a8 by Mike Klein · 8 years ago
  95. e11b614 Delete unnecessary SkSurface_Base API by Matt Sarett · 8 years ago
  96. f7657e9 gather_i8 by Mike Klein · 8 years ago
  97. 729b582 Consistent naming. by Mike Klein · 8 years ago
  98. b04c352 Split srgb out of accum stages. by Mike Klein · 8 years ago
  99. e8e5458 GrTextureProducer cleanup, phase two: Producer, Adjuster, Maker by Brian Osman · 8 years ago
  100. d5de013 Some simple pipeline refactoring. by Mike Klein · 8 years ago