1. e9d172a converted ConstColorProcessor to SkSL by Ethan Nicholas · 7 years ago
  2. 60aaeb2 create imagepriv and name params by Cary Clark · 7 years ago
  3. f06ead9 Add support for transfer functions to GrColorSpaceXform by Brian Osman · 7 years ago
  4. f3569f0 Add GrColorSpaceInfo and use in place of GrRenderTargetContext in paint conversion. by Brian Salomon · 7 years ago
  5. 1cb4171 Remove color space xform support from SkSL by Brian Osman · 7 years ago
  6. 2240be9 Remove color space xform from GrTextureDomain & GrSimpleTextureEffect by Brian Osman · 7 years ago
  7. bd2c653 Convert several effects to use color space xform FP by Brian Osman · 7 years ago
  8. 63fd760 Remove trailing whitespace. by Ben Wagner · 7 years ago
  9. a4083c9 make most of SkColorPriv.h private by Cary Clark · 7 years ago
  10. 0fa353c Optimize filterBounds() of SkArithmeticImageFilter/SkXfermodeImageFilter by Xianzhu Wang · 7 years ago
  11. 2bbdcc4 Rework GrSamplerParams to be more compact and use its own wrap mode enum. by Brian Salomon · 7 years ago
  12. aff329b Make GrFragmentProcessor be non-refcounted and use std::unique_ptr. by Brian Salomon · 7 years ago
  13. 6d9f429 only create new instance if needed for colorspacexformer by Mike Reed · 7 years ago
  14. 1c9686b Speculative "fix" for crash in analyzeProcessors by Robert Phillips · 7 years ago
  15. fbcef6e Clean up GrResourceProvider usage by Robert Phillips · 7 years ago
  16. 2f07c28 remove unneeded methods by Mike Reed · 7 years ago
  17. 8d3f443 SkXfermode no longer needs to e a flattenable by Mike Reed · 7 years ago
  18. 63544a4 remove unused arithmetic code by Mike Reed · 7 years ago
  19. f066ac9 replace 4f procs with pipeline (only called in 2 places by ganesh) by Mike Reed · 7 years ago
  20. 70bc94f Bump min picture to 7+ months ago by Mike Reed · 7 years ago
  21. 6b3542a move Coeff into blendmode by Mike Reed · 7 years ago
  22. 6d72ed9 SkImageFilter::onMakeColorSpace() - more overrides by Matt Sarett · 7 years ago
  23. 296b1cc Retract GrContext from src/gpu/effects by Robert Phillips · 7 years ago
  24. c65aec9 Make GrClip.h private by Brian Salomon · 7 years ago
  25. 3b65598 Make SkGr.h private and remove unused functions by Brian Osman · 7 years ago
  26. 8e1c4e6 Remove asTextureRef from SkSpecialImage & update effects accordingly (take 2) by Robert Phillips · 8 years ago
  27. 696b293 Revert "Remove asTextureRef from SkSpecialImage & update effects accordingly" by Robert Phillips · 8 years ago
  28. e88cf6b Remove asTextureRef from SkSpecialImage & update effects accordingly by Robert Phillips · 8 years ago
  29. f200a90 Rationalize GrContext's Gr*Proxy getter naming by Robert Phillips · 8 years ago
  30. 67c18d6 Continue making Ganesh use absolute texture coordinates - take 2 by Robert Phillips · 8 years ago
  31. a7d61a6 Revert "Continue making Ganesh use absolute texture coordinates" by Joe Gregorio · 8 years ago
  32. 4493a9d Continue making Ganesh use absolute texture coordinates by Robert Phillips · 8 years ago
  33. 75a475c Try out refFoo pattern on GrRenderTargetContext by Robert Phillips · 8 years ago
  34. 82f4431 Make GrPaints move their GrProcessor ownership into GrPipelineBuilder. by Brian Salomon · 8 years ago
  35. e98234f Start making texture coordinates be absolute by Robert Phillips · 8 years ago
  36. 89cb821 Separate SkArithmeticImageFilter from SkXfermodeImageFilter. by Brian Salomon · 8 years ago
  37. 7dc5452 Do color space conversion in XfermodeImageFilter by Brian Osman · 8 years ago
  38. ebfce6d change SkClipOp to a class enum by Mike Reed · 8 years ago
  39. 0e8fc8b Relandx2 "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  40. 073285c Revert "Reland "Remove antialiasing control from GrPaint."" by Brian Salomon · 8 years ago
  41. 3944484 Reland "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  42. c1f7774 Revert[2] "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS" by Mike Reed · 8 years ago
  43. a129dfe Revert "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS" by Mike Reed · 8 years ago
  44. 8e7432b remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS by Mike Reed · 8 years ago
  45. 419d81e Revert "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  46. 9f54935 Remove antialiasing control from GrPaint. by Brian Salomon · 8 years ago
  47. 0e39f97 Revert "Revert "make it illegal to include SkXfermode.h"" by Mike Reed · 8 years ago
  48. e9d1b29 Revert "make it illegal to include SkXfermode.h" by Greg Daniel · 8 years ago
  49. 07764ce make it illegal to include SkXfermode.h by Mike Reed · 8 years ago
  50. 514baff Rename GrTextureParams to GrSamplerParams by Brian Salomon · 8 years ago
  51. 7f6cd90 Start plumbing deferral of GPU resources in the image filters by Robert Phillips · 8 years ago
  52. 6a01554 remove use of xfermode* in procs by Mike Reed · 8 years ago
  53. 09d9435 remove lots of legacy flags by Mike Reed · 8 years ago
  54. 7d954ad remove xfermode from public api by Mike Reed · 8 years ago
  55. 1105224 Rename GrDrawContext to GrRenderTargetContext by Brian Osman · 8 years ago
  56. 618d304 GrConstColorProcessor uses 4f colors in the destination space by Brian Osman · 8 years ago
  57. 374772b Revert[8] "replace SkXfermode obj with SkBlendMode enum in paints" by reed · 8 years ago
  58. c245574 Revert[7] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  59. 62f6856 Revert "add cast for printf" by Mike Reed · 8 years ago
  60. 5f668a0 add cast for printf by Mike Reed · 8 years ago
  61. 2b2fc7d Revert[6] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  62. 3ed485f Revert[5] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  63. 1834242 Revert[4] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  64. 2cbcd12 Revert "Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints""" by Mike Reed · 8 years ago
  65. 418374c Revert of add cast for tostring (patchset #1 id:1 of https://codereview.chromium.org/2385353002/ ) by reed · 8 years ago
  66. 4cfd5af add cast for tostring to fix google3 by reed · 8 years ago
  67. 70cdb39 Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints"" by Mike Reed · 8 years ago
  68. ce02e71 Revert "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  69. 0591897 replace SkXfermode obj with SkBlendMode enum in paints by Mike Reed · 8 years ago
  70. 16a2e54 need to apply CTM to clip rect in arithmetic imagefilter by Mike Reed · 8 years ago
  71. 403d154 Revert "Revert "replace Arithmetic xfermode with imagefilter"" by Mike Reed · 8 years ago
  72. 10ff5bf Revert "replace Arithmetic xfermode with imagefilter" by Mike Reed · 8 years ago
  73. 0530c88 replace Arithmetic xfermode with imagefilter by Mike Reed · 8 years ago
  74. eed6b0e Change SkSpecialImage::makeSurface and makeTightSurface to take output by brianosman · 8 years ago
  75. 667a007 change SkXfermodeImageFilter to carry no impl information by Mike Reed · 8 years ago
  76. 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
  77. 53c3808 Change SkSpecialImage::makeSurface and makeTightSurface to take output by brianosman · 8 years ago
  78. 5a9c2f1 sRGB cleanup in image filters. Ensure we configure paints correctly. by brianosman · 8 years ago
  79. 2a75e5d Add output format properties to SkImageFilter::Context by brianosman · 8 years ago
  80. 2695eaa Fix some GPU image filter code to preserve precision and color space by brianosman · 8 years ago
  81. 3e6cf87 Cleanup some sRGB TODOs, mostly around setting GrPaint flags correctly by brianosman · 8 years ago
  82. 73603f3 abstract name of clipping ops, to transtion to a more restricted set by reed · 8 years ago
  83. d092ffd Kick the can down the road a bit w.r.t. fuzzer complaint by robertphillips · 8 years ago
  84. 6738c70 Rename GrContext's newDrawContext & drawContext to makeDrawContext by robertphillips · 8 years ago
  85. dfe4f2e Add SkColorSpace to GrDrawContext by brianosman · 8 years ago
  86. afbf71d Adding color space to SkSpecialImage by brianosman · 8 years ago
  87. 54f30c1 Introduce GrColorSpaceXform, for gamut conversion on textures by brianosman · 8 years ago
  88. 06ca8ec sk_sp for Ganesh. by bungeman · 8 years ago
  89. 846c051 Convert GrClip to an abstract base class by cdalton · 8 years ago
  90. 3806b8f Fix bug & add code to catch ImageFilter clearing bugs by robertphillips · 8 years ago
  91. 76948d4 Add Gr*Proxy classes by robertphillips · 8 years ago
  92. 4f16e63 Revert of Add Gr*Proxy classes (patchset #10 id:220001 of https://codereview.chromium.org/1937553002/ ) by robertphillips · 8 years ago
  93. 92605b3 Add Gr*Proxy classes by robertphillips · 8 years ago
  94. 89d09a1 Revert of Add Gr*Proxy classes (patchset #9 id:160001 of https://codereview.chromium.org/1937553002/ ) by robertphillips · 8 years ago
  95. de5bf0c Add Gr*Proxy classes by robertphillips · 8 years ago
  96. d4c741e Refactor drawContext/RenderTarget creation by robertphillips · 8 years ago
  97. aa19a5f Revert of Refactor drawContext/RenderTarget creation (patchset #8 id:140001 of https://codereview.chromium.org/1914883002/ ) by robertphillips · 8 years ago
  98. 2f1c42e Refactor drawContext/RenderTarget creation by robertphillips · 8 years ago
  99. 6c7e325 Bring sk_sp to GrDrawContext by robertphillips · 8 years ago
  100. c91fd34 Add another dollop of sk_sp to SkSpecialImage and SkSpecialSurface by robertphillips · 8 years ago