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