1. afbf71d Adding color space to SkSpecialImage by brianosman · 8 years ago
  2. 0c90247 Correct sRGB <-> linear everywhere. by mtklein · 8 years ago
  3. 64e8e5d Clarify GrGradientEffect key enum by fmenozzi · 8 years ago
  4. 6bdbf44 Improve naive SkColorXform to half floats by msarett · 8 years ago
  5. 54f30c1 Introduce GrColorSpaceXform, for gamut conversion on textures by brianosman · 8 years ago
  6. eb9a84a Revert of remove unused TableMaskFilter (patchset #1 id:1 of https://codereview.chromium.org/2156463002/ ) by jcgregorio · 8 years ago
  7. 58e389b Expand _01 half<->float limitation to _finite. Simplify. by mtklein · 8 years ago
  8. 59779ae remove unused TableMaskFilter by reed · 8 years ago
  9. 64bbad3 Revert of Expand _01 half<->float limitation to _finite. Simplify. (patchset #7 id:120001 of https://codereview.chromium.org/2145663003/ ) by mtklein · 8 years ago
  10. 3296bee Expand _01 half<->float limitation to _finite. Simplify. by mtklein · 8 years ago
  11. 203a993 Handle negative scale in SkDropShadowImageFilter::onFilterNodeBounds. by jbroman · 8 years ago
  12. 523a239 Check PremulType during GrGradientEffect::onIsEqual by csmartdalton · 8 years ago
  13. 6a16fd3 Fix Perlin noise fuzz issue by robertphillips · 8 years ago
  14. 8bad3ac Fix up flags to SkGpuBlurUtils::GaussianBlur by robertphillips · 8 years ago
  15. 81700f6 remove DownSample imagefilter was just created early on as a test filter by reed · 8 years ago
  16. dabe5d3 update callers to not use SkColorProfileType by reed · 8 years ago
  17. f7fcdb2 Bin circular blur profile textures by scale and blur to radius ratio. by bsalomon · 8 years ago
  18. 06ca8ec sk_sp for Ganesh. by bungeman · 8 years ago
  19. 4dbbd04 SkLeanWindows.h: #include "Windows.h" fewer places by halcanary · 8 years ago
  20. 3db2028 linear -> sRGB: use fast approximate sqrt() by mtklein · 8 years ago
  21. 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
  22. 7dcb131 Silence ASAN int32 overflow warning by fmalita · 8 years ago
  23. 7b38e3c Fix int32 overflow in LinearGradientContext::shade4_dx_clamp by fmalita · 8 years ago
  24. 82ad93c When building circle blur profile evaluate kernel vertically once per column by bsalomon · 8 years ago
  25. b525721 Make circle blur profile computation separable by bsalomon · 8 years ago
  26. 3ab53d0 Reformat circle blur profile computation and add comments. by bsalomon · 8 years ago
  27. 3949971 Image filters: fix filtering of transparent black in CFIF. by senorblanco · 8 years ago
  28. 846c051 Convert GrClip to an abstract base class by cdalton · 8 years ago
  29. f054b17 Swap SkGpuBlurUtils over to using SkIRects by robertphillips · 8 years ago
  30. 04c84af Make SkGpuBlurUtils::GaussianBlur more drawContext centric by robertphillips · 8 years ago
  31. 3806b8f Fix bug & add code to catch ImageFilter clearing bugs by robertphillips · 8 years ago
  32. a31312c SkPictureImageFilter - clear local canvas before use by ericrk · 8 years ago
  33. f823778 Revert of Make SkGpuBlurUtils::GaussianBlur more drawContext centric (patchset #2 id:20001 of https://codereview.chromium.org/1962903003/ ) by robertphillips · 8 years ago
  34. 748d620 Harden linear gradients by fmalita · 8 years ago
  35. d38d92f Make SkGpuBlurUtils::GaussianBlur more drawContext centric by robertphillips · 8 years ago
  36. 6a51491 Revert of Make SkGpuBlurUtils::GaussianBlur more drawContext centric (patchset #2 id:20001 of https://codereview.chromium.org/1962903003/ ) by scroggo · 8 years ago
  37. e7ef01d Make SkGpuBlurUtils::GaussianBlur more drawContext centric by robertphillips · 8 years ago
  38. a8966a8 Reland of Simplify SkGpuBlurUtils::GaussianBlur method (patchset #1 id:1 of https://codereview.chromium.org/1956023002/ ) by robertphillips · 8 years ago
  39. 67a58dc Revert of Simplify SkGpuBlurUtils::GaussianBlur method (patchset #2 id:20001 of https://codereview.chromium.org/1958603002/ ) by jvanverth · 8 years ago
  40. 3ccf2e7 Remove hasMixedSamples() from GrPipelineBuilder by cdalton · 8 years ago
  41. 055e192 Take SkStrokeRec::InitStyle rather than SkPaint::Style in mask filter and DrawMask by bsalomon · 8 years ago
  42. 56a85e6 Simplify SkGpuBlurUtils::GaussianBlur method by robertphillips · 8 years ago
  43. 086eea9 Revert of SK_DECLARE_STATIC_MUTEX -> static SkMutex (patchset #1 id:1 of https://codereview.chromium.org/1948193002/ ) by reed · 8 years ago
  44. 5e56cfd SK_DECLARE_STATIC_MUTEX -> static SkMutex by mtklein · 8 years ago
  45. 76948d4 Add Gr*Proxy classes by robertphillips · 8 years ago
  46. 4f16e63 Revert of Add Gr*Proxy classes (patchset #10 id:220001 of https://codereview.chromium.org/1937553002/ ) by robertphillips · 8 years ago
  47. 92605b3 Add Gr*Proxy classes by robertphillips · 8 years ago
  48. 89d09a1 Revert of Add Gr*Proxy classes (patchset #9 id:160001 of https://codereview.chromium.org/1937553002/ ) by robertphillips · 8 years ago
  49. de5bf0c Add Gr*Proxy classes by robertphillips · 8 years ago
  50. 0be0a3b Simplify ColorFilter in the add-free case. by djsollen · 8 years ago
  51. d4c741e Refactor drawContext/RenderTarget creation by robertphillips · 8 years ago
  52. aa19a5f Revert of Refactor drawContext/RenderTarget creation (patchset #8 id:140001 of https://codereview.chromium.org/1914883002/ ) by robertphillips · 8 years ago
  53. 2f1c42e Refactor drawContext/RenderTarget creation by robertphillips · 8 years ago
  54. 6c7e325 Bring sk_sp to GrDrawContext by robertphillips · 8 years ago
  55. 1e7f5e7 remove 'deprecated' region from SkDraw by reed · 8 years ago
  56. c91fd34 Add another dollop of sk_sp to SkSpecialImage and SkSpecialSurface by robertphillips · 8 years ago
  57. 96a04f3 simplify handle-affine: subclass overrides just describe their leaf behavior by reed · 8 years ago
  58. bb34a8a allow imagefilter to manage CTM decomposition by reed · 8 years ago
  59. 3e30227 Begin removing deprecated (and now, unused) ImageFilter code paths by robertphillips · 8 years ago
  60. 09aa1fc Refactor how we store and use samplers in Ganesh by egdaniel · 8 years ago
  61. b800248 Revert of Refactor how we store and use samplers in Ganesh (patchset #7 id:120001 of https://codereview.chromium.org/1885863004/ ) by egdaniel · 8 years ago
  62. 45b61a1 Refactor how we store and use samplers in Ganesh by egdaniel · 8 years ago
  63. 718a5ad Switch SkColorFilterImageFilter over to new onFilterImage interface (again) by robertphillips · 8 years ago
  64. d9dd428 Modernize and trim down SkOnce. by mtklein · 8 years ago
  65. f7142e7 Split AlphaThresholdEffect out into its own file by robertphillips · 8 years ago
  66. 225db44 Outline SkImageFilter Make methods by robertphillips · 8 years ago
  67. b931336 Observe gTreatSkColorAsSRGB for 4f gradients. by fmalita · 8 years ago
  68. f230c6d Switch SkXfermodeImagerFilter over to new onFilterImage interface by robertphillips · 8 years ago
  69. 6b13473 Move SkImageFilter over to storing sk_sps by robertphillips · 8 years ago
  70. 534c270 Update TileImageFilter to sk_sp by robertphillips · 8 years ago
  71. bfe11fc Update DisplacementMapEffect to sk_sp by robertphillips · 8 years ago
  72. 47db5fe Revert of Update DisplacementMapEffect to sk_sp (patchset #3 id:40001 of https://codereview.chromium.org/1877783003/ ) by robertphillips · 8 years ago
  73. ad3dc0d Switch SkLightingImageFilter over to new onFilterImage interface by robertphillips · 8 years ago
  74. a53011e Update DisplacementMapEffect to sk_sp by robertphillips · 8 years ago
  75. b2a4dc6 Switch SkMagnifierImageFilter over to new onFilterImage interface by robertphillips · 8 years ago
  76. b461d34 Rename lots of things from 'sRGB' to 'GammaCorrect', where appropriate by brianosman · 8 years ago
  77. 0b7e5a1 Make SkSpecialSurfaces always use kUnknown for their pixel geometry by robertphillips · 8 years ago
  78. dada4dd Switch SkMatrixConvolutionImageFilter over to new onFilterImage interface by robertphillips · 8 years ago
  79. 247e534 Revert AlphaThresholdFilter to its old behavior wrt premul by robertphillips · 8 years ago
  80. af9b8c8 Switch AlphaThresholdFilter over to new onFilterImage interface by robertphillips · 8 years ago
  81. c14b978 Switch SkTileImageFilter over to new onFilterImage interface by robertphillips · 8 years ago
  82. 3f6f76f Rename EmitArgs::fSamplers to fTexSamplers by cdalton · 8 years ago
  83. 1f50acf Add appendPrecisionModifier method to GrGLSLShaderBuilder by cdalton · 8 years ago
  84. fef2860 Switch SkPictureImageFilter over to new onFilterImage interface by robertphillips · 8 years ago
  85. e6277de Switch SkDisplacementImageFilter over to new onFilterImage interface by robertphillips · 8 years ago
  86. 82b043e Fix roll bot's win gn build by robertphillips · 8 years ago
  87. d58f840 arithmetic mode with Sk4f by mtklein · 8 years ago
  88. 12fa47d Update LightingImageFilter to sk_sp by robertphillips · 8 years ago
  89. e635654 Fix memory leak in SkBlurImageFilter by robertphillips · 8 years ago
  90. 6461251 Upgrade SkSpecialImage to have getTextureRef & getROPixels entry points by robertphillips · 8 years ago
  91. ef6a47b Update MatrixConvolutionImageFilter to sk_sp by robertphillips · 8 years ago
  92. e736506 Revert of For *ToFixed, in debug mode, assert that the value is in range. (patchset #6 id:140001 of https://codereview.chromium.org/1824733002/ ) by fmalita · 8 years ago
  93. eadf3cf [4fGradient] Veto blitters for non-opaque paints by fmalita · 8 years ago
  94. 93dc339 For *ToFixed, in debug mode, assert that the value is in range. by benjaminwagner · 8 years ago
  95. 6c71e0a Reverse dependency between SkScalar.h and SkFixed.h. by benjaminwagner · 8 years ago
  96. 6f01104 Revert conversion of SkColorFilterImageFilter to new API by robertphillips · 8 years ago
  97. 11171f3 Update MagnifierImageFilter to sk_sp by robertphillips · 8 years ago
  98. c416912 Update DropShadowImageFilter to sk_sp by robertphillips · 8 years ago
  99. fc0f44a Update DownSampleImageFilter to sk_sp by robertphillips · 8 years ago
  100. 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