1. 693a540 Rename renderTargetContextPriv to priv, and some more leftover DCs by Brian Osman · 8 years ago
  2. 1105224 Rename GrDrawContext to GrRenderTargetContext by Brian Osman · 8 years ago
  3. a29a956 Add SkRRectsGaussianEdgeMaskFilter by Robert Phillips · 8 years ago
  4. e54c75f remove SkError by Mike Klein · 8 years ago
  5. 71df2d7 Add a src rect to drawImageLattice() API by msarett · 8 years ago
  6. 2a75e5d Add output format properties to SkImageFilter::Context by brianosman · 8 years ago
  7. 04a44d0 Add a transient image filter cache to SkImage::makeWithFilter & PDF by brianosman · 8 years ago
  8. 6ade6dd Match Android framework's non-AA point and line offset by bsalomon · 8 years ago
  9. 5192475 Two changes: by brianosman · 8 years ago
  10. b77a907 Restructure flushing relationship between GrContext, GrDrawingManager, and GrResourceCache. by bsalomon · 8 years ago
  11. 77320db Add color gamut xform helpers to GrGLSLShaderBuilder by brianosman · 8 years ago
  12. 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
  13. 1dbb207 Restructure flushing relationship between GrContext, GrDrawingManager, and GrResourceCache. by bsalomon · 8 years ago
  14. 48fde9c Add a makeDrawContextWithFallback that handles config fallback by robertphillips · 8 years ago
  15. 1da3ecd Add read/write-Pixels to GrDrawContext by robertphillips · 8 years ago
  16. cc319b9 GPU implementation of drawRegion() by msarett · 8 years ago
  17. 464a7d6 Remove pixel config fallback - failing is a better option. by brianosman · 8 years ago
  18. 4f3a0ca GPU implementation of drawArc. by bsalomon · 8 years ago
  19. 589a39e store info in basedevice, change getter to non-virtual const& by reed · 8 years ago
  20. 10e3d9b Batched implementation of drawLattice() for GPU by msarett · 8 years ago
  21. 7fc0858 Revert of Batched implementation of drawLattice() for GPU (patchset #7 id:180001 of https://codereview.chromium.org/2255963002/ ) by msarett · 8 years ago
  22. 93242c4 Batched implementation of drawLattice() for GPU by msarett · 8 years ago
  23. 5814b8a Add alpha type to texture producer by brianosman · 8 years ago
  24. c3953af Fix computation of clipped src rect when tiling bitmaps in SkGpuDevice by bsalomon · 8 years ago
  25. 2d5b714 pin as texture api by reed · 8 years ago
  26. e553b64 Fix tile bitmap code in SkGpuDevice to compute correct local coords. by bsalomon · 8 years ago
  27. 27cdd94 Implement GPU occluded blur mask filter by robertphillips · 8 years ago
  28. f5a83e8 Create blurred RRect mask on GPU (rather than uploading it) by robertphillips · 8 years ago
  29. 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
  30. 94b5c5a Create blurred RRect mask on GPU (rather than uploading it) by robertphillips · 8 years ago
  31. 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
  32. 75ccdc7 Create blurred RRect mask on GPU (rather than uploading it) by robertphillips · 8 years ago
  33. 9aff85a Minor clean up related to blur mask filters by robertphillips · 8 years ago
  34. 15c42ca Remove SkSurface::MakeRenderTargetDirect by robertphillips · 8 years ago
  35. 714712b Remove GrRenderTarget member variable from SkGpuDevice by robertphillips · 8 years ago
  36. 4fd74ae Move GrContext::makeDrawContext to new GrContextPriv object by robertphillips · 8 years ago
  37. c573a40 Add drawImageLattice() and drawBitmapLattice() APIs by msarett · 8 years ago
  38. 6738c70 Rename GrContext's newDrawContext & drawContext to makeDrawContext by robertphillips · 8 years ago
  39. 7e92276 Reduce usage of MakeRenderTargetDirect by robertphillips · 8 years ago
  40. 8c523e0 Move prepareForExternalIO from GrRenderTarget to GrDrawContext by robertphillips · 8 years ago
  41. 8fe485b Just pass the draw context to paint conversion by brianosman · 8 years ago
  42. c7ec7c9 remove/deprecate SkBitmap::getTexture, as it now always returns false by reed · 8 years ago
  43. 2c9e200 remove fClipStack and attach/deattach-from-canvas by reed · 8 years ago
  44. 1638c0d Add destination color space to AsFPArgs. Eliminates last XFORMTODO. by brianosman · 8 years ago
  45. 500bb3e Connect dst color space in a few places (removing TODOs) by brianosman · 8 years ago
  46. dfe4f2e Add SkColorSpace to GrDrawContext by brianosman · 8 years ago
  47. f292a0c Remove SkGrPixelRef by robertphillips · 8 years ago
  48. 1f3923e Deprecate SkDevice::accessBitmap method by robertphillips · 8 years ago
  49. afbf71d Adding color space to SkSpecialImage by brianosman · 8 years ago
  50. cf5c846 remove dead methods now that we use specials exclusively for imagefilters by reed · 8 years ago
  51. ea70c4b Remove SkDevice::accessRenderTarget virtual by robertphillips · 8 years ago
  52. e51c356 pre-land special methods on device by reed · 8 years ago
  53. 54f30c1 Introduce GrColorSpaceXform, for gamut conversion on textures by brianosman · 8 years ago
  54. 6451a0c Add makeSpecial calls to SkGpuDevice by robertphillips · 8 years ago
  55. 04d6218 Add copy (when needed) to SkGpuDevice::asSpecial by robertphillips · 8 years ago
  56. 1b5f968 Add SkGpuDevice::asSpecial entry point by robertphillips · 8 years ago
  57. 970587b Remove GrWrapTextureInBitmap call in SkGpuDevice::drawSpriteWithFilter by robertphillips · 8 years ago
  58. 1433c67 Remove SkGrTexturePixelRef and SkGrRenderTargetPixelRef aliases for SkGrPixelRef by bsalomon · 8 years ago
  59. dda5445 Remove GrLayerHoister by robertphillips · 8 years ago
  60. a7d85ba Add gm that tests shaded stroked rectangles. by bsalomon · 8 years ago
  61. b109b8c Lots of progress on switching to SkColorSpace rather than SkColorProfileType by brianosman · 8 years ago
  62. ab82418 Revert of Lots of progress switching to SkColorSpace rather than SkColorProfileType (patchset #10 id:180001 of https://codereview.chromium.org/2069173002/ ) by brianosman · 8 years ago
  63. 6a61a87 Lots of progress on switching to SkColorSpace rather than SkColorProfileType by brianosman · 8 years ago
  64. 06ca8ec sk_sp for Ganesh. by bungeman · 8 years ago
  65. 982eb7f Add new SkSourceGammaTreatment enum, used in situations like mipmap construction, where we need to know if we should respect (vs. ignore) the gamma encoding of sRGB tagged images. Plumb that extensively. by brianosman · 8 years ago
  66. f2204c9 Adjust tolerance for when Ganesh stroked-line-as-rect optimization kicks in by robertphillips · 8 years ago
  67. 0851d2d Handle stroked single line special case in Ganesh by robertphillips · 8 years ago
  68. ca6eafc (Mostly) Retract GrRenderTarget from SkGpuDevice by robertphillips · 8 years ago
  69. 071457b Add isUnifiedMultisampled entry point to GrDrawContext by robertphillips · 8 years ago
  70. e576874 Retract GrRenderTarget a bit within SkGpuDevice by robertphillips · 8 years ago
  71. 846c051 Convert GrClip to an abstract base class by cdalton · 8 years ago
  72. 6663acf Replace GrStrokeInfo with GrStyle. by bsalomon · 8 years ago
  73. 85d9667 Revert of Replace GrStrokeInfo with GrStyle. (patchset #4 id:160001 of https://codereview.chromium.org/1957363002/ ) by bsalomon · 8 years ago
  74. 33595bd Replace GrStrokeInfo with GrStyle. by bsalomon · 8 years ago
  75. 74e9a4d Reland of Disable layer hoisting for non-8888 canvases (patchset #1 id:1 of https://codereview.chromium.org/1961483002/ ) by robertphillips · 8 years ago
  76. 524484b Revert of Retract GrRenderTarget a bit within SkGpuDevice (patchset #2 id:20001 of https://codereview.chromium.org/1956473002/ ) by robertphillips · 8 years ago
  77. 6b53b9d Revert of Disable layer hoisting for non-8888 canvases (patchset #2 id:20001 of https://codereview.chromium.org/1957433002/ ) by robertphillips · 8 years ago
  78. 4e30f27 Disable layer hoisting for non-8888 canvases by robertphillips · 8 years ago
  79. d215a95 Retract GrRenderTarget a bit within SkGpuDevice by robertphillips · 8 years ago
  80. 24e9128 Add sk_sp to SkSurface_Gpu and SkGpuDevice by robertphillips · 8 years ago
  81. 175dd9b Clean up test drawContext usage by robertphillips · 8 years ago
  82. 900c367 Image filters: de-nest SkImageFilter::Cache and Cache::Key. by senorblanco · 8 years ago
  83. 6c7e325 Bring sk_sp to GrDrawContext by robertphillips · 8 years ago
  84. 1e7f5e7 remove 'deprecated' region from SkDraw by reed · 8 years ago
  85. f35566e Remove deprecated paths from image filter infrastructure. by senorblanco · 8 years ago
  86. 983294f Skia Filter Quality and Scaling Metrics by ericrk · 8 years ago
  87. cb232e8 Revert of Remove deprecated paths from image filter infrastructure. (patchset #2 id:20001 of https://codereview.chromium.org/1888243003/ ) by robertphillips · 8 years ago
  88. 6fb3cd7 Remove deprecated paths from image filter infrastructure. by senorblanco · 8 years ago
  89. 6b08652 Several fixes for fp 16 rendering: by brianosman · 8 years ago
  90. 7e68ab7 Remove GrTextureStorageAllocator. This was added from Chromium but never used and not expected to be used. by bsalomon · 8 years ago
  91. b461d34 Rename lots of things from 'sRGB' to 'GammaCorrect', where appropriate by brianosman · 8 years ago
  92. 898235c SkSurfaceProps now has a gamma-correct ("AllowSRGBInputs") flag. That's propagated in a few places so that the backend can do the right thing for L32 vs S32 mode. by brianosman · 8 years ago
  93. 090b762 Temporary fix for --preAbandonGpuContext bug by robertphillips · 8 years ago
  94. 2302de9 Switch new SkImageFilter internal methods over to sk_sp by robertphillips · 8 years ago
  95. 1579e3c Switch SkBlurImageFilter over to new onFilterImage interface by robertphillips · 8 years ago
  96. e8f3062 switch surface to sk_sp by reed · 8 years ago
  97. 9c79d7e Revert of Switch SkBlurImageFilter over to new onFilterImage interface (patchset #15 id:270001 of https://codereview.chromium.org/1785643003/ ) by robertphillips · 8 years ago
  98. 3c935bc Switch SkBlurImageFilter over to new onFilterImage interface by robertphillips · 8 years ago
  99. a635936 sRGB support in Ganesh. Several pieces: by brianosman · 8 years ago
  100. c571c00 Revert of sRGB support in Ganesh. Several pieces: (patchset #12 id:220001 of https://codereview.chromium.org/1789663002/ ) by brianosman · 8 years ago