1. 3d96f06 Always use raster pipeline for SkTwoPointConicalGradient by Florin Malita · 7 years ago
  2. 9026fe1 2pt conical stage for focal-point-outside case by Florin Malita · 7 years ago
  3. 2e40900 2pt conical stage for focal-pt-on-edge case by Florin Malita · 7 years ago
  4. a66ef2d 2ptconical stage by Florin Malita · 7 years ago
  5. 0bb0411 2pt conical stage for concentric case by Florin Malita · 7 years ago
  6. 6af2701 Make gradient effect creation fail if texture LUT creation fails by Brian Salomon · 7 years ago
  7. 5edba45 [Reland] Relocate shaders to own dir by Florin Malita · 7 years ago[Renamed from src/effects/gradients/SkTwoPointConicalGradient.cpp]
  8. d8872be Revert "Relocate shaders to own dir" by Stan Iliev · 7 years ago[Renamed from src/shaders/gradients/SkTwoPointConicalGradient.cpp]
  9. fabe0b2 Relocate shaders to own dir by Florin Malita · 7 years ago[Renamed from src/effects/gradients/SkTwoPointConicalGradient.cpp]
  10. 4aed138 Reland of SkShaderBase by Florin Malita · 7 years ago
  11. d93e11c Revert "SkShaderBase" by Florin Malita · 7 years ago
  12. 58a7564 SkShaderBase by Florin Malita · 7 years ago
  13. 44d3279 Make SkCreateRasterPipelineBlitter() not fail. by Mike Klein · 7 years ago
  14. a377184 Retry "Factor out common code from sweep and linear." by Mike Klein · 7 years ago
  15. 6cc6ae75 SkColorSpaceXformer: Add SkShader::makeColorSpace() by Matt Sarett · 8 years ago
  16. 83e939b Use SkArenaAlloc in the SkAutoBlitterChoose code. by Herb Derby · 8 years ago
  17. dd8b72a Revert "Use SkArenaAlloc instead of SkSmallAllocator in the SkAutoBlitterChoose code." by Robert Phillips · 8 years ago
  18. 2b57b7f Use SkArenaAlloc instead of SkSmallAllocator in the SkAutoBlitterChoose code. by Herb Derby · 8 years ago
  19. 088e21b Harden degenerate gradient context handling by fmalita · 8 years ago
  20. e25d71c Gradients are serialized (and can be constructed) as SkColor4f + SkColorSpace by brianosman · 8 years ago
  21. b9c5137 Add storage and computation of SkColor4f version of gradient stops. by brianosman · 8 years ago
  22. 9557c27 Bundle common arguments to GrGradientEffect creation by brianosman · 8 years ago
  23. 14e7a60 Revert of Bundle common arguments to GrGradientEffect creation (patchset #2 id:20001 of https://codereview.chromium.org/2332213007/ ) by djsollen · 8 years ago
  24. f605c16 Bundle common arguments to GrGradientEffect creation by brianosman · 8 years ago
  25. 1638c0d Add destination color space to AsFPArgs. Eliminates last XFORMTODO. by brianosman · 8 years ago
  26. 839345d Bundle SkShader::asFragmentProcessor arguments in a struct by brianosman · 8 years ago
  27. 06ca8ec sk_sp for Ganesh. by bungeman · 8 years ago
  28. 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
  29. 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
  30. 93dc339 For *ToFixed, in debug mode, assert that the value is in range. by benjaminwagner · 9 years ago
  31. 60c9b58 change flattenable factory to return sk_sp by reed · 9 years ago
  32. 8a21c9f use Make instead of Create to return a shared shader by reed · 9 years ago
  33. a0cee5f remove align16 calls in skhader context sizes. will handle this elsewhere as needed by reed · 9 years ago
  34. 773ceda Enforce 16byte alignment in shader contexts (patchset #1 id:1 of https://codereview.chromium.org/1759653004/ )" by reed · 9 years ago
  35. e38bcaf Revert of enforce 16byte alignment in shader contexts (patchset #1 id:1 of https://codereview.chromium.org/1759653004/ ) by halcanary · 9 years ago
  36. d812fb4 enforce 16byte alignment in shader contexts by reed · 9 years ago
  37. 5edf82e [Reland] Fix SkTwoPointConicalGradient zero-radius handling by fmalita · 9 years ago
  38. 7349490 Revert of Fix SkTwoPointConicalGradient zero-radius handling (patchset #2 id:20001 of https://codereview.chromium.org/1756573002/ ) by fmalita · 9 years ago
  39. 9c0b02a Fix SkTwoPointConicalGradient zero-radius handling by fmalita · 9 years ago
  40. 8d9f2e4 Add ContextRec param to SkShader::contextSize() by fmalita · 9 years ago
  41. 8e17556 Change SkMatrix::fixedStepInX to return SkVector (of SkScalar) rather than SkFixed. by benjaminwagner · 9 years ago
  42. 0152cc3 remove 565 effects shaders by caryclark · 9 years ago
  43. 4a33952 Bye bye processor data manager. by bsalomon · 9 years ago
  44. f1b7a1d Make skpaint->grpaint flow work for composing draws (verts and atlas) by bsalomon · 9 years ago
  45. 87ba62e Replace GrExtractAlphaFragmentProcessor with DstIn compose processor by bsalomon · 9 years ago
  46. c21b09e Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* by bsalomon · 9 years ago
  47. 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
  48. ecfdc25 Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* by bsalomon · 9 years ago
  49. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  50. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  51. f582282 change asABitmap to isABitmap on shader by reed · 9 years ago
  52. 9cc1775 rename GrShaderDataManager -> GrProcessorDataManager by joshualitt · 9 years ago
  53. b245605 more threading of GrShaderDataManager by joshualitt · 9 years ago
  54. 8ca93e7 Initial CL to create dummy GrShaderDataManager and thread it through by joshualitt · 9 years ago
  55. 5531d51 remove view matrix from context by joshualitt · 10 years ago
  56. cc695fe Gradient shaders: make fPtsToUnit const, pre-cache getType(). by mtklein · 10 years ago
  57. 3f3b3d0 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  58. 6e78293 Revert of Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. (patchset #1 id:1 of https://codereview.chromium.org/769953002/) by mtklein · 10 years ago
  59. 52c2935 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  60. 88fd0fb Bump min picture version. by mtklein · 10 years ago
  61. b0a8a37 Patch to create a distinct geometry processor. The vast majority of this patch by joshualitt · 10 years ago
  62. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  63. 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
  64. addf2ed add localMatrix to gradient Descriptor by reed · 10 years ago
  65. 83d081a Goodbye GrEffectRef. by bsalomon · 10 years ago
  66. 97b9ab7 Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. by bsalomon · 10 years ago
  67. 969842a Revert of Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. (https://codereview.chromium.org/377503004/) by reed · 10 years ago
  68. 2011fe9 Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. by bsalomon · 10 years ago
  69. 9de5b51 SkShader::asNewEffect Refactoring by dandov · 10 years ago
  70. 7ed173b formalize named picture versions by commit-bot@chromium.org · 10 years ago
  71. eaa6749 add localmatrix param to asNewEffect by reed@google.com · 10 years ago
  72. 96fb748 add localmatrix parameter to shader's asNewEffect by commit-bot@chromium.org · 10 years ago
  73. ce56d96 Remove SkShader virtual method validContext by commit-bot@chromium.org · 10 years ago
  74. e901b6d create struct to hold all the params passed around for shader::context by commit-bot@chromium.org · 11 years ago
  75. 9c9005a Move SkShader::fLocalMatrix into SkShader constructor. by commit-bot@chromium.org · 11 years ago
  76. 87fcd95 Revert of Revert of Extract most of the mutable state of SkShader into a separate Context object. (https://codereview.chromium.org/249643002/) by commit-bot@chromium.org · 11 years ago
  77. 6e5671d Revert of Extract most of the mutable state of SkShader into a separate Context object. (https://codereview.chromium.org/207683004/) by commit-bot@chromium.org · 11 years ago
  78. bc2f1dc Extract most of the mutable state of SkShader into a separate Context object. by commit-bot@chromium.org · 11 years ago
  79. 44d83c1 Add flipped gradient branch to two point conical gradient by commit-bot@chromium.org · 11 years ago
  80. 53783b0 Revert of Extract most of the mutable state of SkShader into a separate Context object. (https://codereview.chromium.org/207683004/) by commit-bot@chromium.org · 11 years ago
  81. 7518ff2 Revert of Add flipped gradient branch to two point conical gradient (https://codereview.chromium.org/227623004/) by commit-bot@chromium.org · 11 years ago
  82. cf41935 Add flipped gradient branch to two point conical gradient by commit-bot@chromium.org · 11 years ago
  83. 001f4ed Extract most of the mutable state of SkShader into a separate Context object. by commit-bot@chromium.org · 11 years ago
  84. 2af1a2d Add base effect for gpu 2pt conical gradients by commit-bot@chromium.org · 11 years ago
  85. aa64fbf Pull Gpu shader out of SkTwoPointConicalGradient into own file by commit-bot@chromium.org · 11 years ago
  86. 0f10f7b Allow toString capability to be toggled independent of developer mode. by commit-bot@chromium.org · 11 years ago
  87. 8b0e8ac Refactor read and write buffers. by commit-bot@chromium.org · 11 years ago
  88. 139a235 fix general-pespective for conical gradient bug=1744 by mike@reedtribe.org · 11 years ago
  89. d3baf20 Added support for Chrome's gpu command buffer extension BindUniformLocation. by commit-bot@chromium.org · 11 years ago
  90. 5fd7d5c Allow gradient optimization with perspective by commit-bot@chromium.org · 11 years ago
  91. 77af680 Make GPU coord transforms automatic by bsalomon@google.com · 11 years ago
  92. e0e7cfe Change old PRG to be SkLCGRandom; change new one to SkRandom by commit-bot@chromium.org · 11 years ago
  93. 82d1223 Two and three color GPU gradients without textures. by bsalomon@google.com · 11 years ago
  94. 5a02cb4 Isolate VertexBuilder from GrGLShaderBuilder by commit-bot@chromium.org · 11 years ago
  95. 74a3a21 Rename ShaderType enum to ShaderVisibility by commit-bot@chromium.org · 11 years ago
  96. 7ab7ca4 Fix case where GrGLEffectMatrix gives back a dangling ptr for the coords var name. by commit-bot@chromium.org · 11 years ago
  97. 7425c12 Refactor GrGLUniformManager::UniformHandle to initialize itself by default by commit-bot@chromium.org · 11 years ago
  98. 96ae688 effects: Replaces uses of GrAssert with SkASSERT. by commit-bot@chromium.org · 11 years ago
  99. cb6d97c Revert of r9902 (Consider conical shader opaque if it covers by robertphillips@google.com · 11 years ago
  100. 5e6c355 Consider conical shader opaque if it covers entire plane. by commit-bot@chromium.org · 11 years ago