1. e602f39 move GrColor.h to private, IWYU by Mike Reed · 7 years ago
  2. 75ae421 IWYU -- SkShader.h by Mike Reed · 7 years ago
  3. a6aaa30 SkShader::asACompose is android-only by Mike Reed · 7 years ago
  4. 01b2b83 Extend composeshader to support a lerp parameter by Mike Reed · 7 years ago
  5. f7beee7 Hide ctors of SkShader, SkImage & SkColorSpace by Florin Malita · 7 years ago
  6. 4aed138 Reland of SkShaderBase by Florin Malita · 7 years ago
  7. d93e11c Revert "SkShaderBase" by Florin Malita · 7 years ago
  8. 58a7564 SkShaderBase by Florin Malita · 7 years ago
  9. 7d022e0 Always use raster pipeline for SkSweepGradient by Florin Malita · 7 years ago
  10. 44d3279 Make SkCreateRasterPipelineBlitter() not fail. by Mike Klein · 7 years ago
  11. 2814d91 clean up SkShader friends by Mike Klein · 7 years ago
  12. 26368c3 Minimize computeTotalInverse()'s inputs by Florin Malita · 7 years ago
  13. 72266ee makeColorSpace() for SkColorFilterShader and SkLightingShader by Matt Sarett · 7 years ago
  14. 6cc6ae75 SkColorSpaceXformer: Add SkShader::makeColorSpace() by Matt Sarett · 7 years ago
  15. d3b6597 Mark overridden destructors with 'override' and remove 'virtual' by Brian Salomon · 7 years ago
  16. 54be5c9 Revert "More non-invertible shader local matrix guards" by Robert Phillips · 8 years ago
  17. 368af46 More non-invertible shader local matrix guards by Florin Malita · 8 years ago
  18. 83e939b Use SkArenaAlloc in the SkAutoBlitterChoose code. by Herb Derby · 8 years ago
  19. dd8b72a Revert "Use SkArenaAlloc instead of SkSmallAllocator in the SkAutoBlitterChoose code." by Robert Phillips · 8 years ago
  20. 2b57b7f Use SkArenaAlloc instead of SkSmallAllocator in the SkAutoBlitterChoose code. by Herb Derby · 8 years ago
  21. 9206c76 SkRasterPipeline shader adapter by Florin Malita · 8 years ago
  22. 5ce33ef Revert "SkRasterPipeline shader adapter" by Florin Malita · 8 years ago
  23. 6d11ed2 SkRasterPipeline shader adapter by Florin Malita · 8 years ago
  24. 882ccaf Raster pipeline support for SkLocalMatrixShader composition by Florin Malita · 8 years ago
  25. 48f770c Remove unused asACustomShader function from SkShader by Greg Daniel · 8 years ago
  26. ac04fef Remove SkFallbackAlloc and SkFixedAlloc. by Herb Derby · 8 years ago
  27. 5aedd6d cleanup after 95e3c05 by Hal Canary · 8 years ago
  28. 95e3c05 SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h by Hal Canary · 8 years ago
  29. 61624f0 Plumb dst color space in many places, rather than "mode" by Brian Osman · 8 years ago
  30. 11970e5 Add destination color space to shader ContextRec by Brian Osman · 8 years ago
  31. 7a14734d support a8 by Mike Klein · 8 years ago
  32. 987de5b Plumb filter quality into SkShader::appendStages(). by Mike Klein · 8 years ago
  33. c0115e4 Ignore ctm param of SkShader::onAppendStages() by Florin Malita · 8 years ago
  34. fb191da More shader preliminaries / refactoring by Mike Klein · 8 years ago
  35. b0d10e0 Start hooking shaders into SkRasterPipelineBlitter. by Mike Klein · 8 years ago
  36. 6a01554 remove use of xfermode* in procs by Mike Reed · 8 years ago
  37. 7b8400d Rename SkSourceGammaTreatment to SkDestinationSurfaceColorMode by Brian Osman · 8 years ago
  38. faba371 remove unused code around SK_SUPPORT_LEGACY_XFERMODE_PARAM by Mike Reed · 8 years ago
  39. d5def99 Remove SK_SUPPORT_LEGACY_SHADER_ASALOCALMATRIXSHADER by Ben Wagner · 8 years ago
  40. 7d954ad remove xfermode from public api by Mike Reed · 8 years ago
  41. a8834bb SkShader* refAs... to sk_sp<SkShader> makeAs... by Ben Wagner · 8 years ago
  42. 958788a remove 4 legacy flags (clients already updated) by Mike Reed · 8 years ago
  43. 9f532a3 Add helper to create random AsFPArgs for Ganesh unit tests by Brian Osman · 8 years ago
  44. 627778d isABitmap is deprecated, use isAImage by Mike Reed · 8 years ago
  45. 320a40d Always return ImageShader, even from SkShader::MakeBitmapShader by reed · 8 years ago
  46. f1ac182 implement isABitmap for imageshader, return localmatrix for bitmap's impl by reed · 8 years ago
  47. 1638c0d Add destination color space to AsFPArgs. Eliminates last XFORMTODO. by brianosman · 8 years ago
  48. 839345d Bundle SkShader::asFragmentProcessor arguments in a struct by brianosman · 8 years ago
  49. 06ca8ec sk_sp for Ganesh. by bungeman · 8 years ago
  50. 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
  51. 0ccc62d move colorshader into its own .cpp, add color4f variant by reed · 8 years ago
  52. 3b37545 Revert of Delete SkFlattenable::Type (patchset #2 id:20001 of https://codereview.chromium.org/1834303003/ ) by mtklein · 8 years ago
  53. 99d9231 Delete SkFlattenable::Type by msarett · 8 years ago
  54. cfb6bdf switch xfermodes over to sk_sp by reed · 8 years ago
  55. d053ce9 Reland of [2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.o… (patchset #1 id:1 of https://codereview.chromium.org/1821103004/ ) by reed · 8 years ago
  56. d688929 Revert of Revert[2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.o… (patchset #3 id:40001 of https://codereview.chromium.org/1825073002/ ) by reed · 8 years ago
  57. 4c9776b Revert[2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.org/1822623002/ )" by reed · 8 years ago
  58. 1eb81db Revert of switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.org/1822623002/ ) by reed · 8 years ago
  59. f809d76 switch colorfilters to sk_sp by reed · 8 years ago
  60. 58fc94e allow more options for shader blitprocs by reed · 8 years ago
  61. 830dfd8 add blitprocs to shaders by reed · 8 years ago
  62. c6f28f7 Reland of "Finish conversion to sk_sp<SkShader> (patchset #2 id:20001 of https://codereview.chromium.org/1803763002/ )" by reed · 8 years ago
  63. 106e10d Revert of Finish conversion to sk_sp<SkShader> (patchset #2 id:20001 of https://codereview.chromium.org/1803763002/ ) by reed · 8 years ago
  64. 15c3a0e Finish conversion to sk_sp<SkShader> by reed · 8 years ago
  65. 7fb4f8b Revert "Revert of add Make variations to return SkImage by sk_sp (patchset #5 id:80001 of https://codereview.chromium.org/1778393002/ )" by reed · 8 years ago
  66. e683c56 Revert of add Make variations to return SkImage by sk_sp (patchset #5 id:80001 of https://codereview.chromium.org/1778393002/ ) by robertphillips · 8 years ago
  67. bd73ffb add Make variations to return SkImage by sk_sp by reed · 8 years ago
  68. 150835e sk_sp versions of newWithColorFilter and newWithLocalMatrix by reed · 8 years ago
  69. 8a21c9f use Make instead of Create to return a shared shader by reed · 8 years ago
  70. 773ceda Enforce 16byte alignment in shader contexts (patchset #1 id:1 of https://codereview.chromium.org/1759653004/ )" by reed · 8 years ago
  71. e38bcaf Revert of enforce 16byte alignment in shader contexts (patchset #1 id:1 of https://codereview.chromium.org/1759653004/ ) by halcanary · 8 years ago
  72. d812fb4 enforce 16byte alignment in shader contexts by reed · 8 years ago
  73. ca058f5 Retire SkShader::kSupports4f_Flag by fmalita · 9 years ago
  74. d0c4e09 Add dest type hint to SkShader::ContextRec by fmalita · 9 years ago
  75. 8d9f2e4 Add ContextRec param to SkShader::contextSize() by fmalita · 9 years ago
  76. a2b340f move compose-shader into base-class as factory by reed · 9 years ago
  77. 7f225cf Revert[2] of expand unitests for color4f by reed · 9 years ago
  78. 5f34e8e Revert of expand unitests for color4f (patchset #1 id:1 of https://codereview.chromium.org/1622893002/ ) by reed · 9 years ago
  79. fac6845 expand unitests for color4f by reed · 9 years ago
  80. 6d3cef9 Revert[2] of float color components by reed · 9 years ago
  81. 2a2bdc6 Revert of experiment: float color components (patchset #6 id:100001 of https://codereview.chromium.org/1617813002/ ) by reed · 9 years ago
  82. 353c148 experiment: float color components by reed · 9 years ago
  83. 3061af4 add SkShader::newWithColorFilter by reed · 9 years ago
  84. 4e5a758 remove shadeSpan16 from shader by reed · 9 years ago
  85. f880e45 change factory to method, to parallel pattern in imagefilters. no functionality change. by reed · 9 years ago
  86. c7a784c Fix UB function problems for shaders and mask. by herb · 9 years ago
  87. 1e810b3 Revert of Fix UB function problems for shaders and mask. (patchset #3 id:40001 of https://codereview.chromium.org/1530743002/ ) by herb · 9 years ago
  88. dafd044 Fix UB function problems for shaders and mask. by herb · 9 years ago
  89. 4a33952 Bye bye processor data manager. by bsalomon · 9 years ago
  90. f1b7a1d Make skpaint->grpaint flow work for composing draws (verts and atlas) by bsalomon · 9 years ago
  91. 7a4d847 use SkBitmapProvider for shader-context by reed · 9 years ago
  92. 0f0af23 Revert[2] of "switch to isABitmap, deprecate SK_SUPPORT_LEGACY_SHADERBITMAPTYPE" by reed · 9 years ago
  93. a5f46e1 Comments: note existance of SkImage::newShader next to CreateBitmapShader by halcanary · 9 years ago
  94. ff390c9 Revert of switch to isABitmap, deprecate SK_SUPPORT_LEGACY_SHADERBITMAPTYPE (patchset #3 id:40001 of https://codereview.chromium.org/1311963007/ ) by scroggo · 9 years ago
  95. 2d126b5 switch to isABitmap, deprecate SK_SUPPORT_LEGACY_SHADERBITMAPTYPE by reed · 9 years ago
  96. c21b09e Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* by bsalomon · 9 years ago
  97. 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
  98. ecfdc25 Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* by bsalomon · 9 years ago
  99. f582282 change asABitmap to isABitmap on shader by reed · 9 years ago
  100. 9cc1775 rename GrShaderDataManager -> GrProcessorDataManager by joshualitt · 9 years ago