1. e88a1cb Revert[2] "More SkVertices implementation work"" by Mike Reed · 8 years ago
  2. 1eb3fef Revert "More SkVertices implementation work" by Mike Reed · 8 years ago
  3. 14583e1 More SkVertices implementation work by Mike Reed · 8 years ago
  4. 5fa6645 remove unused VerticesFlags by Mike Reed · 8 years ago
  5. 0c984a0 More pre-emptive proxification by Robert Phillips · 8 years ago
  6. 296b1cc Retract GrContext from src/gpu/effects by Robert Phillips · 8 years ago
  7. 26c90e0 Add GrRenderTargetContext::resourceProvider & GrResourceProvider::caps by Robert Phillips · 8 years ago
  8. 0166cfd Remove GrClipsStackClip member from SkGpuDevice by Brian Salomon · 8 years ago
  9. 9a76772 Remove origin from GrClipStackClip and GrWindowRectsState. by Brian Salomon · 8 years ago
  10. 3b65598 Make SkGr.h private and remove unused functions by Brian Osman · 8 years ago
  11. a136136 Revert[6] "Remove SkDraw from device-draw methods, and enable device-centric clipping."""""" by Mike Reed · 8 years ago
  12. 27d07f0 Revert "Revert "Revert "Revert[2] "Remove SkDraw from device-draw methods, and enable device-centric clipping.""""" by Mike Reed · 8 years ago
  13. 025e244 Revert "Revert "Revert[2] "Remove SkDraw from device-draw methods, and enable device-centric clipping."""" by Mike Reed · 8 years ago
  14. baf06bc Revert "Revert[2] "Remove SkDraw from device-draw methods, and enable device-centric clipping.""" by Cary Clark · 8 years ago
  15. cfaa632 Revert[2] "Remove SkDraw from device-draw methods, and enable device-centric clipping."" by Mike Reed · 8 years ago
  16. ea5e676 Revert "Remove SkDraw from device-draw methods, and enable device-centric clipping." by Mike Reed · 8 years ago
  17. c77e33f Remove SkDraw from device-draw methods, and enable device-centric clipping. by Mike Reed · 8 years ago
  18. fa24d34 abstract access to device-clip-bounds by Mike Reed · 8 years ago
  19. 99330ba remove device field from SkDraw by Mike Reed · 8 years ago
  20. 2c6d2bf Remove SkSpecialImage's GrTexture-based ctors by Robert Phillips · 8 years ago
  21. 8e1c4e6 Remove asTextureRef from SkSpecialImage & update effects accordingly (take 2) by Robert Phillips · 8 years ago
  22. c5e641c use common intermediate device class for clipstack management by Mike Reed · 8 years ago
  23. d519d48 add device-clipping to gpudevice by Mike Reed · 8 years ago
  24. 63c6746 Tighten up GrSurfaceProxy typing by Robert Phillips · 8 years ago
  25. e14d305 Add GrMakeCachedBitmapProxy by Robert Phillips · 8 years ago
  26. 696b293 Revert "Remove asTextureRef from SkSpecialImage & update effects accordingly" by Robert Phillips · 8 years ago
  27. e88cf6b Remove asTextureRef from SkSpecialImage & update effects accordingly by Robert Phillips · 8 years ago
  28. a950a86 Fix rounding error with tiled bitmap draws by Brian Osman · 8 years ago
  29. d05cdc3 Fix two bugs when deciding to tile. Large images were always tiling. by Brian Osman · 8 years ago
  30. 199fb87 Add refcnt'ed immutable vertices class for SkCanvas::drawVertices. by Brian Salomon · 8 years ago
  31. 6de9904 Reduce use of SkImage_Base::peekTexture by Robert Phillips · 8 years ago
  32. f200a90 Rationalize GrContext's Gr*Proxy getter naming by Robert Phillips · 8 years ago
  33. 3de0aee Make SkGpuDevice::drawVertices perform color byte order swap and premul step using vertex shader. by Brian Salomon · 8 years ago
  34. 22af73f Rename GrFragmentProcessor::MulOutputByInputUnpremulColor to MakeInputPremulAndMulByOutput. by Brian Salomon · 8 years ago
  35. 03dd6d5 Reland "Refactor trimming logic for read/writePixels()" by Matt Sarett · 8 years ago
  36. 26ecfe0 Revert "Refactor trimming logic for read/writePixels()" by Matt Sarett · 8 years ago
  37. 977f64c Refactor trimming logic for read/writePixels() by Matt Sarett · 8 years ago
  38. 67c18d6 Continue making Ganesh use absolute texture coordinates - take 2 by Robert Phillips · 8 years ago
  39. a7d61a6 Revert "Continue making Ganesh use absolute texture coordinates" by Joe Gregorio · 8 years ago
  40. 4493a9d Continue making Ganesh use absolute texture coordinates by Robert Phillips · 8 years ago
  41. cb6266b Reland "Add SkImageInfoValidConversion() and SkImageInfoIsValid" by Matt Sarett · 8 years ago
  42. 7a6c9f7 Revert "Add SkImageInfoValidConversion() and SkImageInfoIsValid" by Brian Osman · 8 years ago
  43. cf5d6ca Add SkImageInfoValidConversion() and SkImageInfoIsValid by Matt Sarett · 8 years ago
  44. 6f1d36c Delay SkPaint->GrPaint conversion in text rendering. by Brian Salomon · 8 years ago
  45. 70b49fd Minor Ganesh refFoo cleanup by Robert Phillips · 8 years ago
  46. 75a475c Try out refFoo pattern on GrRenderTargetContext by Robert Phillips · 8 years ago
  47. 0c2997b Remove second version of SkImageInfo2GrPixelConfig by Brian Osman · 8 years ago
  48. 82f4431 Make GrPaints move their GrProcessor ownership into GrPipelineBuilder. by Brian Salomon · 8 years ago
  49. e98234f Start making texture coordinates be absolute by Robert Phillips · 8 years ago
  50. 09d994e Misc batch->op cleanup Part 1 of 2 by Brian Salomon · 8 years ago
  51. a6aa590 Rename batch->op and sk_sp for all remaining path renderer classes. by Brian Salomon · 8 years ago
  52. e2f7d18 Add a deferred copy surface (take 3) by Robert Phillips · 8 years ago
  53. 6a63904 Update rect ops to use "op" in their name and return sk_sp. by Brian Salomon · 8 years ago
  54. d316e77 Revert "Add a deferred copy surface (take 2)" by Robert Phillips · 8 years ago
  55. 398487a Add a deferred copy surface (take 2) by Robert Phillips · 8 years ago
  56. 293d696 Revert "Add a deferred copy surface" by Robert Phillips · 8 years ago
  57. 4431de6 Add a deferred copy surface by Robert Phillips · 8 years ago
  58. 0e8fc8b Relandx2 "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  59. 61624f0 Plumb dst color space in many places, rather than "mode" by Brian Osman · 8 years ago
  60. 073285c Revert "Reland "Remove antialiasing control from GrPaint."" by Brian Salomon · 8 years ago
  61. 3944484 Reland "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  62. 784b7bf Different approach to fixing gpu blurs on platforms that "useDrawInsteadOfClear" by Robert Phillips · 8 years ago
  63. 419d81e Revert "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  64. 9f54935 Remove antialiasing control from GrPaint. by Brian Salomon · 8 years ago
  65. bd72f5a Tighten up when a line requires aa in SkGpuDevice. by Brian Salomon · 8 years ago
  66. e8e5458 GrTextureProducer cleanup, phase two: Producer, Adjuster, Maker by Brian Osman · 8 years ago
  67. 3b66ab6 GrTextureProducer cleanup, phase one: Bitmap and Image makers by Brian Osman · 8 years ago
  68. 0e39f97 Revert "Revert "make it illegal to include SkXfermode.h"" by Mike Reed · 8 years ago
  69. e9d1b29 Revert "make it illegal to include SkXfermode.h" by Greg Daniel · 8 years ago
  70. 07764ce make it illegal to include SkXfermode.h by Mike Reed · 8 years ago
  71. 7992da3 Support decoding images to multiple formats, depending on usage by Brian Osman · 8 years ago
  72. 833dcf4 Add handling for instantiate failure up the call stack by Robert Phillips · 8 years ago
  73. 514baff Rename GrTextureParams to GrSamplerParams by Brian Salomon · 8 years ago
  74. 9fab7e9 Remove accessRenderTarget call in SkGpuDevice ctor by Robert Phillips · 8 years ago
  75. 57ae6cf Revert "Support decoding images to multiple formats, depending on usage" by Brian Osman · 8 years ago
  76. c73a1ec Support decoding images to multiple formats, depending on usage by Brian Osman · 8 years ago
  77. d93f4a4 Compute the correct dst->src rect for bitmap tiles in SkGpuDevice by Brian Salomon · 8 years ago
  78. 7b8400d Rename SkSourceGammaTreatment to SkDestinationSurfaceColorMode by Brian Osman · 8 years ago
  79. 144caf5 src/gpu: s/SkAutoTUnref/sk_sp/g by Hal Canary · 8 years ago
  80. faba371 remove unused code around SK_SUPPORT_LEGACY_XFERMODE_PARAM by Mike Reed · 8 years ago
  81. 7ecc596 Remove SkAutoTDeleteArray by Ben Wagner · 8 years ago
  82. 7d954ad remove xfermode from public api by Mike Reed · 8 years ago
  83. 693a540 Rename renderTargetContextPriv to priv, and some more leftover DCs by Brian Osman · 8 years ago
  84. 1105224 Rename GrDrawContext to GrRenderTargetContext by Brian Osman · 8 years ago
  85. a29a956 Add SkRRectsGaussianEdgeMaskFilter by Robert Phillips · 8 years ago
  86. e54c75f remove SkError by Mike Klein · 8 years ago
  87. 71df2d7 Add a src rect to drawImageLattice() API by msarett · 8 years ago
  88. 2a75e5d Add output format properties to SkImageFilter::Context by brianosman · 8 years ago
  89. 04a44d0 Add a transient image filter cache to SkImage::makeWithFilter & PDF by brianosman · 8 years ago
  90. 6ade6dd Match Android framework's non-AA point and line offset by bsalomon · 8 years ago
  91. 5192475 Two changes: by brianosman · 8 years ago
  92. b77a907 Restructure flushing relationship between GrContext, GrDrawingManager, and GrResourceCache. by bsalomon · 8 years ago
  93. 77320db Add color gamut xform helpers to GrGLSLShaderBuilder by brianosman · 8 years ago
  94. 5eb41fd Revert of Restructure flushing relationship between GrContext, GrDrawingManager, and GrResourceCache. (patchset #4 id:60001 of https://codereview.chromium.org/2307053002/ ) by bsalomon · 8 years ago
  95. 1dbb207 Restructure flushing relationship between GrContext, GrDrawingManager, and GrResourceCache. by bsalomon · 8 years ago
  96. 48fde9c Add a makeDrawContextWithFallback that handles config fallback by robertphillips · 8 years ago
  97. 1da3ecd Add read/write-Pixels to GrDrawContext by robertphillips · 8 years ago
  98. cc319b9 GPU implementation of drawRegion() by msarett · 8 years ago
  99. 464a7d6 Remove pixel config fallback - failing is a better option. by brianosman · 8 years ago
  100. 4f3a0ca GPU implementation of drawArc. by bsalomon · 8 years ago