1. 3944484 Reland "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  2. c1f7774 Revert[2] "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS" by Mike Reed · 8 years ago
  3. a129dfe Revert "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS" by Mike Reed · 8 years ago
  4. 8e7432b remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS by Mike Reed · 8 years ago
  5. 419d81e Revert "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  6. 9f54935 Remove antialiasing control from GrPaint. by Brian Salomon · 8 years ago
  7. 0e39f97 Revert "Revert "make it illegal to include SkXfermode.h"" by Mike Reed · 8 years ago
  8. e9d1b29 Revert "make it illegal to include SkXfermode.h" by Greg Daniel · 8 years ago
  9. 07764ce make it illegal to include SkXfermode.h by Mike Reed · 8 years ago
  10. 514baff Rename GrTextureParams to GrSamplerParams by Brian Salomon · 8 years ago
  11. 7f6cd90 Start plumbing deferral of GPU resources in the image filters by Robert Phillips · 8 years ago
  12. 6a01554 remove use of xfermode* in procs by Mike Reed · 8 years ago
  13. 09d9435 remove lots of legacy flags by Mike Reed · 8 years ago
  14. 7d954ad remove xfermode from public api by Mike Reed · 8 years ago
  15. 1105224 Rename GrDrawContext to GrRenderTargetContext by Brian Osman · 8 years ago
  16. 618d304 GrConstColorProcessor uses 4f colors in the destination space by Brian Osman · 8 years ago
  17. 374772b Revert[8] "replace SkXfermode obj with SkBlendMode enum in paints" by reed · 8 years ago
  18. c245574 Revert[7] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  19. 62f6856 Revert "add cast for printf" by Mike Reed · 8 years ago
  20. 5f668a0 add cast for printf by Mike Reed · 8 years ago
  21. 2b2fc7d Revert[6] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  22. 3ed485f Revert[5] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  23. 1834242 Revert[4] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  24. 2cbcd12 Revert "Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints""" by Mike Reed · 8 years ago
  25. 418374c Revert of add cast for tostring (patchset #1 id:1 of https://codereview.chromium.org/2385353002/ ) by reed · 8 years ago
  26. 4cfd5af add cast for tostring to fix google3 by reed · 8 years ago
  27. 70cdb39 Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints"" by Mike Reed · 8 years ago
  28. ce02e71 Revert "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  29. 0591897 replace SkXfermode obj with SkBlendMode enum in paints by Mike Reed · 8 years ago
  30. 16a2e54 need to apply CTM to clip rect in arithmetic imagefilter by Mike Reed · 8 years ago
  31. 403d154 Revert "Revert "replace Arithmetic xfermode with imagefilter"" by Mike Reed · 8 years ago
  32. 10ff5bf Revert "replace Arithmetic xfermode with imagefilter" by Mike Reed · 8 years ago
  33. 0530c88 replace Arithmetic xfermode with imagefilter by Mike Reed · 8 years ago
  34. eed6b0e Change SkSpecialImage::makeSurface and makeTightSurface to take output by brianosman · 8 years ago
  35. 667a007 change SkXfermodeImageFilter to carry no impl information by Mike Reed · 8 years ago
  36. a76554d Revert of Create special surfaces according to original device (not always in N32) (patchset #9 id:160001 of https://codereview.chromium.org/2349373004/ ) by brianosman · 8 years ago
  37. 53c3808 Change SkSpecialImage::makeSurface and makeTightSurface to take output by brianosman · 8 years ago
  38. 5a9c2f1 sRGB cleanup in image filters. Ensure we configure paints correctly. by brianosman · 8 years ago
  39. 2a75e5d Add output format properties to SkImageFilter::Context by brianosman · 8 years ago
  40. 2695eaa Fix some GPU image filter code to preserve precision and color space by brianosman · 8 years ago
  41. 3e6cf87 Cleanup some sRGB TODOs, mostly around setting GrPaint flags correctly by brianosman · 8 years ago
  42. 73603f3 abstract name of clipping ops, to transtion to a more restricted set by reed · 8 years ago
  43. d092ffd Kick the can down the road a bit w.r.t. fuzzer complaint by robertphillips · 8 years ago
  44. 6738c70 Rename GrContext's newDrawContext & drawContext to makeDrawContext by robertphillips · 8 years ago
  45. dfe4f2e Add SkColorSpace to GrDrawContext by brianosman · 8 years ago
  46. afbf71d Adding color space to SkSpecialImage by brianosman · 8 years ago
  47. 54f30c1 Introduce GrColorSpaceXform, for gamut conversion on textures by brianosman · 8 years ago
  48. 06ca8ec sk_sp for Ganesh. by bungeman · 8 years ago
  49. 846c051 Convert GrClip to an abstract base class by cdalton · 8 years ago
  50. 3806b8f Fix bug & add code to catch ImageFilter clearing bugs by robertphillips · 8 years ago
  51. 76948d4 Add Gr*Proxy classes by robertphillips · 8 years ago
  52. 4f16e63 Revert of Add Gr*Proxy classes (patchset #10 id:220001 of https://codereview.chromium.org/1937553002/ ) by robertphillips · 8 years ago
  53. 92605b3 Add Gr*Proxy classes by robertphillips · 8 years ago
  54. 89d09a1 Revert of Add Gr*Proxy classes (patchset #9 id:160001 of https://codereview.chromium.org/1937553002/ ) by robertphillips · 8 years ago
  55. de5bf0c Add Gr*Proxy classes by robertphillips · 8 years ago
  56. d4c741e Refactor drawContext/RenderTarget creation by robertphillips · 8 years ago
  57. aa19a5f Revert of Refactor drawContext/RenderTarget creation (patchset #8 id:140001 of https://codereview.chromium.org/1914883002/ ) by robertphillips · 8 years ago
  58. 2f1c42e Refactor drawContext/RenderTarget creation by robertphillips · 8 years ago
  59. 6c7e325 Bring sk_sp to GrDrawContext by robertphillips · 8 years ago
  60. c91fd34 Add another dollop of sk_sp to SkSpecialImage and SkSpecialSurface by robertphillips · 8 years ago
  61. 3e30227 Begin removing deprecated (and now, unused) ImageFilter code paths by robertphillips · 8 years ago
  62. f230c6d Switch SkXfermodeImagerFilter over to new onFilterImage interface by robertphillips · 8 years ago
  63. 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
  64. 8c0326d Update SkXfermodeImageFilter to sk_sp by robertphillips · 8 years ago
  65. b591c77 Revert of Update SkXfermodeImageFilter to sk_sp (patchset #4 id:60001 of https://codereview.chromium.org/1852123002/ ) by robertphillips · 8 years ago
  66. 3bc9692 Update SkXfermodeImageFilter to sk_sp by robertphillips · 8 years ago
  67. 60c9b58 change flattenable factory to return sk_sp by reed · 8 years ago
  68. 9db0427 Image filters: fix crop rect application in SkXfermodeImageFilter. by senorblanco · 8 years ago
  69. 2238c9d Update SkMergeImageFilter to sk_sp by robertphillips · 8 years ago
  70. cfb6bdf switch xfermodes over to sk_sp by reed · 8 years ago
  71. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  72. 48e7846 Mark existing image filter entry points that will be going away with Deprecated by robertphillips · 9 years ago
  73. afec27f Image filters: change applyCropRect() to take a src rect. by senorblanco · 9 years ago
  74. 4f03794 Alter SkXfermode's asFragmentProcessor & asXPFactory contracts by robertphillips · 9 years ago
  75. 1de87df Refactor to use GrWrapTextureInBitmap more by robertphillips · 9 years ago
  76. 06d54ad Fix SkXfermodeImageFilter GPU fast path for differing sizes. by senorblanco · 9 years ago
  77. 4e23cda remove imagefilter::sizeconstraint by reed · 9 years ago
  78. c4b7272 Don't create a GXPFactory when blend is SrcOver by egdaniel · 9 years ago
  79. 51eedb6 Fix some GPU filters to use the correct size constraint. by senorblanco · 9 years ago
  80. 9a70b6e Image filters: refactor input GPU processing into filterInputGPU(). by senorblanco · 9 years ago
  81. b9519f8 Image Filters: refactor all CPU input processing into a filterInput helper function. by senorblanco · 9 years ago
  82. 2e1e51f GrDrawContext now holds GrRenderTarget pointer by robertphillips · 9 years ago
  83. 0ba8c24 Insert clip fragment processor outside GrCMM by bsalomon · 9 years ago
  84. 4a33952 Bye bye processor data manager. by bsalomon · 9 years ago
  85. ae4738f Create fragment processor for performing input color blend with child processor by bsalomon · 9 years ago
  86. c9a3706 Limit lifetime of GrDrawContext objects by robertphillips · 9 years ago
  87. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  88. ac856c9 Remove GrStagedProcessor, remove the word Stage as it applies to FPs by bsalomon · 9 years ago
  89. 4bf69f7b Revert of Remove GrStagedProcessor, remove the word Stage as it applies to FPs (patchset #6 id:90001 of https://codereview.chromium.org/1307223004/ ) by rmistry · 9 years ago
  90. 2424344 Remove GrStagedProcessor, remove the word Stage as it applies to FPs by bsalomon · 9 years ago
  91. 850f2d9 Return failure if getInputResultsGPU fails in SkXfermodeImageFilter by robertphillips · 9 years ago
  92. eae6200 Some cleanup in GrTextureProvider and GrResourceProvider. by bsalomon · 9 years ago
  93. ff0ca5e Misc cleanup by robertphillips · 9 years ago
  94. 5f10b5c More threading of GrProcessorDataManager by joshualitt · 9 years ago
  95. 9cc1775 rename GrShaderDataManager -> GrProcessorDataManager by joshualitt · 9 years ago
  96. b245605 more threading of GrShaderDataManager by joshualitt · 9 years ago
  97. 6319518 Add bigtileimagefilter GM & improvements to toString by robertphillips · 9 years ago
  98. 270fe6a Revert of Fix dst bound reported by SkTileImageFilter (patchset #3 id:40001 of https://codereview.chromium.org/1152553006/) by robertphillips · 9 years ago
  99. 0be6857 Fix dst bound reported by SkTileImageFilter by robertphillips · 9 years ago
  100. a66cc7e Revert of Fix dst bound reported by SkTileImageFilter (patchset #3 id:40001 of https://codereview.chromium.org/1152553006/) by robertphillips · 9 years ago