1. 3af1af9 Remove ambient and spot mask filters. by Jim Van Verth · 7 years ago
  2. 50e66d4 Remove GrRenderTargetContext::desc() by Brian Salomon · 7 years ago
  3. 7c8460e Make GrRenderTarget[(Proxy)|(Context)]? advertise a "full scene aa type". by Brian Salomon · 7 years ago
  4. 53f77bd Initial clip-mask-layer support by Florin Malita · 7 years ago
  5. 185ba21 change drawAtlas to behave like drawVertices by Mike Reed · 7 years ago
  6. 0acd795 add helper makeShader for the common Clamp case by Mike Reed · 7 years ago
  7. df7e075 Fold SkImageCacherator into SkImage_Lazy by Brian Osman · 7 years ago
  8. dd3b3f4 Rm makeRenderTargetContext in favor of deferred version (take 3) by Robert Phillips · 7 years ago
  9. 2af746c Revert "Rm makeRenderTargetContext in favor of deferred version (take 2)" by Robert Phillips · 7 years ago
  10. 02242e8 Rm makeRenderTargetContext in favor of deferred version (take 2) by Robert Phillips · 7 years ago
  11. 4edb5d2 hide lockpixels api behind flag by Mike Reed · 7 years ago
  12. 9342921 Revert "Rm makeRenderTargetContext in favor of deferred version" by Robert Phillips · 7 years ago
  13. d83ec04 Rm makeRenderTargetContext in favor of deferred version by Robert Phillips · 7 years ago
  14. 887cdf1 move vertex-mode enum into SkVertices by Mike Reed · 7 years ago
  15. 3798c86 Remove GrFragmentProcessor-derived class' GrTexture-based ctors by Robert Phillips · 7 years ago
  16. 7807580 Make SkGr.h GrTexture-free by Robert Phillips · 7 years ago
  17. 0ae6faa Make SkImage_Gpu be deferred (take 2) by Robert Phillips · 7 years ago
  18. eaa78c4 Revert "Make SkImage_Gpu be deferred" by Robert Phillips · 7 years ago
  19. 0db235b Make SkImage_Gpu be deferred by Robert Phillips · 7 years ago
  20. 2f6b5a4 remove legacy vertices virtual from SkDevice by Mike Reed · 7 years ago
  21. e88a1cb Revert[2] "More SkVertices implementation work"" by Mike Reed · 7 years ago
  22. 1eb3fef Revert "More SkVertices implementation work" by Mike Reed · 7 years ago
  23. 14583e1 More SkVertices implementation work by Mike Reed · 7 years ago
  24. 5fa6645 remove unused VerticesFlags by Mike Reed · 7 years ago
  25. 0c984a0 More pre-emptive proxification by Robert Phillips · 7 years ago
  26. 296b1cc Retract GrContext from src/gpu/effects by Robert Phillips · 7 years ago
  27. 26c90e0 Add GrRenderTargetContext::resourceProvider & GrResourceProvider::caps by Robert Phillips · 7 years ago
  28. 0166cfd Remove GrClipsStackClip member from SkGpuDevice by Brian Salomon · 7 years ago
  29. 9a76772 Remove origin from GrClipStackClip and GrWindowRectsState. by Brian Salomon · 7 years ago
  30. 3b65598 Make SkGr.h private and remove unused functions by Brian Osman · 7 years ago
  31. a136136 Revert[6] "Remove SkDraw from device-draw methods, and enable device-centric clipping."""""" by Mike Reed · 7 years ago
  32. 27d07f0 Revert "Revert "Revert "Revert[2] "Remove SkDraw from device-draw methods, and enable device-centric clipping.""""" by Mike Reed · 7 years ago
  33. 025e244 Revert "Revert "Revert[2] "Remove SkDraw from device-draw methods, and enable device-centric clipping."""" by Mike Reed · 7 years ago
  34. baf06bc Revert "Revert[2] "Remove SkDraw from device-draw methods, and enable device-centric clipping.""" by Cary Clark · 7 years ago
  35. cfaa632 Revert[2] "Remove SkDraw from device-draw methods, and enable device-centric clipping."" by Mike Reed · 7 years ago
  36. ea5e676 Revert "Remove SkDraw from device-draw methods, and enable device-centric clipping." by Mike Reed · 7 years ago
  37. c77e33f Remove SkDraw from device-draw methods, and enable device-centric clipping. by Mike Reed · 7 years ago
  38. fa24d34 abstract access to device-clip-bounds by Mike Reed · 7 years ago
  39. 99330ba remove device field from SkDraw by Mike Reed · 7 years ago
  40. 2c6d2bf Remove SkSpecialImage's GrTexture-based ctors by Robert Phillips · 7 years ago
  41. 8e1c4e6 Remove asTextureRef from SkSpecialImage & update effects accordingly (take 2) by Robert Phillips · 7 years ago
  42. c5e641c use common intermediate device class for clipstack management by Mike Reed · 7 years ago
  43. d519d48 add device-clipping to gpudevice by Mike Reed · 7 years ago
  44. 63c6746 Tighten up GrSurfaceProxy typing by Robert Phillips · 7 years ago
  45. e14d305 Add GrMakeCachedBitmapProxy by Robert Phillips · 7 years ago
  46. 696b293 Revert "Remove asTextureRef from SkSpecialImage & update effects accordingly" by Robert Phillips · 8 years ago
  47. e88cf6b Remove asTextureRef from SkSpecialImage & update effects accordingly by Robert Phillips · 8 years ago
  48. a950a86 Fix rounding error with tiled bitmap draws by Brian Osman · 8 years ago
  49. d05cdc3 Fix two bugs when deciding to tile. Large images were always tiling. by Brian Osman · 8 years ago
  50. 199fb87 Add refcnt'ed immutable vertices class for SkCanvas::drawVertices. by Brian Salomon · 8 years ago
  51. 6de9904 Reduce use of SkImage_Base::peekTexture by Robert Phillips · 8 years ago
  52. f200a90 Rationalize GrContext's Gr*Proxy getter naming by Robert Phillips · 8 years ago
  53. 3de0aee Make SkGpuDevice::drawVertices perform color byte order swap and premul step using vertex shader. by Brian Salomon · 8 years ago
  54. 22af73f Rename GrFragmentProcessor::MulOutputByInputUnpremulColor to MakeInputPremulAndMulByOutput. by Brian Salomon · 8 years ago
  55. 03dd6d5 Reland "Refactor trimming logic for read/writePixels()" by Matt Sarett · 8 years ago
  56. 26ecfe0 Revert "Refactor trimming logic for read/writePixels()" by Matt Sarett · 8 years ago
  57. 977f64c Refactor trimming logic for read/writePixels() by Matt Sarett · 8 years ago
  58. 67c18d6 Continue making Ganesh use absolute texture coordinates - take 2 by Robert Phillips · 8 years ago
  59. a7d61a6 Revert "Continue making Ganesh use absolute texture coordinates" by Joe Gregorio · 8 years ago
  60. 4493a9d Continue making Ganesh use absolute texture coordinates by Robert Phillips · 8 years ago
  61. cb6266b Reland "Add SkImageInfoValidConversion() and SkImageInfoIsValid" by Matt Sarett · 8 years ago
  62. 7a6c9f7 Revert "Add SkImageInfoValidConversion() and SkImageInfoIsValid" by Brian Osman · 8 years ago
  63. cf5d6ca Add SkImageInfoValidConversion() and SkImageInfoIsValid by Matt Sarett · 8 years ago
  64. 6f1d36c Delay SkPaint->GrPaint conversion in text rendering. by Brian Salomon · 8 years ago
  65. 70b49fd Minor Ganesh refFoo cleanup by Robert Phillips · 8 years ago
  66. 75a475c Try out refFoo pattern on GrRenderTargetContext by Robert Phillips · 8 years ago
  67. 0c2997b Remove second version of SkImageInfo2GrPixelConfig by Brian Osman · 8 years ago
  68. 82f4431 Make GrPaints move their GrProcessor ownership into GrPipelineBuilder. by Brian Salomon · 8 years ago
  69. e98234f Start making texture coordinates be absolute by Robert Phillips · 8 years ago
  70. 09d994e Misc batch->op cleanup Part 1 of 2 by Brian Salomon · 8 years ago
  71. a6aa590 Rename batch->op and sk_sp for all remaining path renderer classes. by Brian Salomon · 8 years ago
  72. e2f7d18 Add a deferred copy surface (take 3) by Robert Phillips · 8 years ago
  73. 6a63904 Update rect ops to use "op" in their name and return sk_sp. by Brian Salomon · 8 years ago
  74. d316e77 Revert "Add a deferred copy surface (take 2)" by Robert Phillips · 8 years ago
  75. 398487a Add a deferred copy surface (take 2) by Robert Phillips · 8 years ago
  76. 293d696 Revert "Add a deferred copy surface" by Robert Phillips · 8 years ago
  77. 4431de6 Add a deferred copy surface by Robert Phillips · 8 years ago
  78. 0e8fc8b Relandx2 "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  79. 61624f0 Plumb dst color space in many places, rather than "mode" by Brian Osman · 8 years ago
  80. 073285c Revert "Reland "Remove antialiasing control from GrPaint."" by Brian Salomon · 8 years ago
  81. 3944484 Reland "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  82. 784b7bf Different approach to fixing gpu blurs on platforms that "useDrawInsteadOfClear" by Robert Phillips · 8 years ago
  83. 419d81e Revert "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  84. 9f54935 Remove antialiasing control from GrPaint. by Brian Salomon · 8 years ago
  85. bd72f5a Tighten up when a line requires aa in SkGpuDevice. by Brian Salomon · 8 years ago
  86. e8e5458 GrTextureProducer cleanup, phase two: Producer, Adjuster, Maker by Brian Osman · 8 years ago
  87. 3b66ab6 GrTextureProducer cleanup, phase one: Bitmap and Image makers by Brian Osman · 8 years ago
  88. 0e39f97 Revert "Revert "make it illegal to include SkXfermode.h"" by Mike Reed · 8 years ago
  89. e9d1b29 Revert "make it illegal to include SkXfermode.h" by Greg Daniel · 8 years ago
  90. 07764ce make it illegal to include SkXfermode.h by Mike Reed · 8 years ago
  91. 7992da3 Support decoding images to multiple formats, depending on usage by Brian Osman · 8 years ago
  92. 833dcf4 Add handling for instantiate failure up the call stack by Robert Phillips · 8 years ago
  93. 514baff Rename GrTextureParams to GrSamplerParams by Brian Salomon · 8 years ago
  94. 9fab7e9 Remove accessRenderTarget call in SkGpuDevice ctor by Robert Phillips · 8 years ago
  95. 57ae6cf Revert "Support decoding images to multiple formats, depending on usage" by Brian Osman · 8 years ago
  96. c73a1ec Support decoding images to multiple formats, depending on usage by Brian Osman · 8 years ago
  97. d93f4a4 Compute the correct dst->src rect for bitmap tiles in SkGpuDevice by Brian Salomon · 8 years ago
  98. 7b8400d Rename SkSourceGammaTreatment to SkDestinationSurfaceColorMode by Brian Osman · 8 years ago
  99. 144caf5 src/gpu: s/SkAutoTUnref/sk_sp/g by Hal Canary · 8 years ago
  100. faba371 remove unused code around SK_SUPPORT_LEGACY_XFERMODE_PARAM by Mike Reed · 8 years ago