1. 45a6d71 Avoid dividing by zero in SkTwoPointConicalGradient::Create by Yuqian Li · 6 years ago
  2. a2f14de check for focaldata failure by Mike Reed · 6 years ago
  3. 0b510fb allow div-by-zero by Mike Reed · 6 years ago
  4. c6c5ead Reland "Fix handling of MaskFilter matrices" by Florin Malita · 6 years ago
  5. c64ee20 Revert "Fix handling of MaskFilter matrices" by Robert Phillips · 6 years ago
  6. 2097fd0 Fix handling of MaskFilter matrices by Florin Malita · 6 years ago
  7. 9988541 remove SK_IGNORE_TO_STRING by Cary Clark · 6 years ago
  8. e3429e6 rename inner AsFPArgs to stand-alone GrFPArgs by Mike Reed · 7 years ago
  9. d3b743a Remove legacy 2pt conical gradient by Yuqian Li · 7 years ago
  10. d208a88 Update 2pt conical gradient in raster pipeline by Yuqian Li · 7 years ago
  11. 7741c75 Use first/second instead of min/max in 2pt conical gradient by Yuqian Li · 7 years ago
  12. 39d71de Don't store legacy colors in gradient shaders by Florin Malita · 7 years ago
  13. d4e9ec8 Delete GradientShaderCache by Florin Malita · 7 years ago
  14. 4cbb6e6 Pass GrRenderTargetContext's GrColorSpaceInfo to SkShader and SkColorFilter. by Brian Salomon · 7 years ago
  15. 5911a7c Remove GrColorSpaceXform from GrGradientEffect by Brian Osman · 7 years ago
  16. 5f379a8 Avoid 2PtConical gradient flipping by Florin Malita · 7 years ago
  17. aff329b Make GrFragmentProcessor be non-refcounted and use std::unique_ptr. by Brian Salomon · 7 years ago
  18. 50b2084 Gradient stages cleanup by Florin Malita · 7 years ago
  19. 77c6866 Remove stale SkTwoPointConicalGradient assert by Florin Malita · 7 years ago
  20. 9c2212f Don't instantiate degenerate 2pt gradients by Florin Malita · 7 years ago
  21. 28a5869 Remove now-dead SK_SUPPORT_LEGACY_GRADIENT_MATRIX_MATH code by Florin Malita · 7 years ago
  22. 5127fcb Always postConcat() pipeline gradient matrices by Florin Malita · 7 years ago
  23. 6b59bf4 consolidate logic for matrix stage by Mike Reed · 7 years ago
  24. 974aad4 Handle degenerate 2pt conical center values gracefully by Florin Malita · 7 years ago
  25. 981deec Delete non-raster-pipeline SkTwoPointConicalGradient impl by Florin Malita · 7 years ago
  26. 3d96f06 Always use raster pipeline for SkTwoPointConicalGradient by Florin Malita · 7 years ago
  27. 9026fe1 2pt conical stage for focal-point-outside case by Florin Malita · 7 years ago
  28. 2e40900 2pt conical stage for focal-pt-on-edge case by Florin Malita · 7 years ago
  29. a66ef2d 2ptconical stage by Florin Malita · 7 years ago
  30. 0bb0411 2pt conical stage for concentric case by Florin Malita · 7 years ago
  31. 6af2701 Make gradient effect creation fail if texture LUT creation fails by Brian Salomon · 7 years ago
  32. 5edba45 [Reland] Relocate shaders to own dir by Florin Malita · 7 years ago[Renamed from src/effects/gradients/SkTwoPointConicalGradient.cpp]
  33. d8872be Revert "Relocate shaders to own dir" by Stan Iliev · 7 years ago[Renamed from src/shaders/gradients/SkTwoPointConicalGradient.cpp]
  34. fabe0b2 Relocate shaders to own dir by Florin Malita · 7 years ago[Renamed from src/effects/gradients/SkTwoPointConicalGradient.cpp]
  35. 4aed138 Reland of SkShaderBase by Florin Malita · 7 years ago
  36. d93e11c Revert "SkShaderBase" by Florin Malita · 7 years ago
  37. 58a7564 SkShaderBase by Florin Malita · 7 years ago
  38. 44d3279 Make SkCreateRasterPipelineBlitter() not fail. by Mike Klein · 7 years ago
  39. a377184 Retry "Factor out common code from sweep and linear." by Mike Klein · 7 years ago
  40. 6cc6ae75 SkColorSpaceXformer: Add SkShader::makeColorSpace() by Matt Sarett · 7 years ago
  41. 83e939b Use SkArenaAlloc in the SkAutoBlitterChoose code. by Herb Derby · 8 years ago
  42. dd8b72a Revert "Use SkArenaAlloc instead of SkSmallAllocator in the SkAutoBlitterChoose code." by Robert Phillips · 8 years ago
  43. 2b57b7f Use SkArenaAlloc instead of SkSmallAllocator in the SkAutoBlitterChoose code. by Herb Derby · 8 years ago
  44. 088e21b Harden degenerate gradient context handling by fmalita · 8 years ago
  45. e25d71c Gradients are serialized (and can be constructed) as SkColor4f + SkColorSpace by brianosman · 8 years ago
  46. b9c5137 Add storage and computation of SkColor4f version of gradient stops. by brianosman · 8 years ago
  47. 9557c27 Bundle common arguments to GrGradientEffect creation by brianosman · 8 years ago
  48. 14e7a60 Revert of Bundle common arguments to GrGradientEffect creation (patchset #2 id:20001 of https://codereview.chromium.org/2332213007/ ) by djsollen · 8 years ago
  49. f605c16 Bundle common arguments to GrGradientEffect creation by brianosman · 8 years ago
  50. 1638c0d Add destination color space to AsFPArgs. Eliminates last XFORMTODO. by brianosman · 8 years ago
  51. 839345d Bundle SkShader::asFragmentProcessor arguments in a struct by brianosman · 8 years ago
  52. 06ca8ec sk_sp for Ganesh. by bungeman · 8 years ago
  53. 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
  54. 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
  55. 93dc339 For *ToFixed, in debug mode, assert that the value is in range. by benjaminwagner · 8 years ago
  56. 60c9b58 change flattenable factory to return sk_sp by reed · 8 years ago
  57. 8a21c9f use Make instead of Create to return a shared shader by reed · 9 years ago
  58. a0cee5f remove align16 calls in skhader context sizes. will handle this elsewhere as needed by reed · 9 years ago
  59. 773ceda Enforce 16byte alignment in shader contexts (patchset #1 id:1 of https://codereview.chromium.org/1759653004/ )" by reed · 9 years ago
  60. e38bcaf Revert of enforce 16byte alignment in shader contexts (patchset #1 id:1 of https://codereview.chromium.org/1759653004/ ) by halcanary · 9 years ago
  61. d812fb4 enforce 16byte alignment in shader contexts by reed · 9 years ago
  62. 5edf82e [Reland] Fix SkTwoPointConicalGradient zero-radius handling by fmalita · 9 years ago
  63. 7349490 Revert of Fix SkTwoPointConicalGradient zero-radius handling (patchset #2 id:20001 of https://codereview.chromium.org/1756573002/ ) by fmalita · 9 years ago
  64. 9c0b02a Fix SkTwoPointConicalGradient zero-radius handling by fmalita · 9 years ago
  65. 8d9f2e4 Add ContextRec param to SkShader::contextSize() by fmalita · 9 years ago
  66. 8e17556 Change SkMatrix::fixedStepInX to return SkVector (of SkScalar) rather than SkFixed. by benjaminwagner · 9 years ago
  67. 0152cc3 remove 565 effects shaders by caryclark · 9 years ago
  68. 4a33952 Bye bye processor data manager. by bsalomon · 9 years ago
  69. f1b7a1d Make skpaint->grpaint flow work for composing draws (verts and atlas) by bsalomon · 9 years ago
  70. 87ba62e Replace GrExtractAlphaFragmentProcessor with DstIn compose processor by bsalomon · 9 years ago
  71. c21b09e Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* by bsalomon · 9 years ago
  72. a511e6a Revert of Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* (patchset #8 id:140001 of https://codereview.chromium.org/1316513002/ ) by rmistry · 9 years ago
  73. ecfdc25 Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* by bsalomon · 9 years ago
  74. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  75. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  76. f582282 change asABitmap to isABitmap on shader by reed · 9 years ago
  77. 9cc1775 rename GrShaderDataManager -> GrProcessorDataManager by joshualitt · 9 years ago
  78. b245605 more threading of GrShaderDataManager by joshualitt · 9 years ago
  79. 8ca93e7 Initial CL to create dummy GrShaderDataManager and thread it through by joshualitt · 9 years ago
  80. 5531d51 remove view matrix from context by joshualitt · 10 years ago
  81. cc695fe Gradient shaders: make fPtsToUnit const, pre-cache getType(). by mtklein · 10 years ago
  82. 3f3b3d0 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  83. 6e78293 Revert of Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. (patchset #1 id:1 of https://codereview.chromium.org/769953002/) by mtklein · 10 years ago
  84. 52c2935 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  85. 88fd0fb Bump min picture version. by mtklein · 10 years ago
  86. b0a8a37 Patch to create a distinct geometry processor. The vast majority of this patch by joshualitt · 10 years ago
  87. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  88. 9fa60da Simplify flattening to just write enough to call the factory/public-constructor for the class. We want to *not* rely on private constructors, and not rely on calling through the inheritance hierarchy for either flattening or unflattening(CreateProc). by reed · 10 years ago
  89. addf2ed add localMatrix to gradient Descriptor by reed · 10 years ago
  90. 83d081a Goodbye GrEffectRef. by bsalomon · 10 years ago
  91. 97b9ab7 Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. by bsalomon · 10 years ago
  92. 969842a Revert of Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. (https://codereview.chromium.org/377503004/) by reed · 10 years ago
  93. 2011fe9 Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. by bsalomon · 10 years ago
  94. 9de5b51 SkShader::asNewEffect Refactoring by dandov · 10 years ago
  95. 7ed173b formalize named picture versions by commit-bot@chromium.org · 10 years ago
  96. eaa6749 add localmatrix param to asNewEffect by reed@google.com · 10 years ago
  97. 96fb748 add localmatrix parameter to shader's asNewEffect by commit-bot@chromium.org · 10 years ago
  98. ce56d96 Remove SkShader virtual method validContext by commit-bot@chromium.org · 10 years ago
  99. e901b6d create struct to hold all the params passed around for shader::context by commit-bot@chromium.org · 10 years ago
  100. 9c9005a Move SkShader::fLocalMatrix into SkShader constructor. by commit-bot@chromium.org · 10 years ago