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