1. 7b8400d Rename SkSourceGammaTreatment to SkDestinationSurfaceColorMode by Brian Osman · 8 years ago
  2. faba371 remove unused code around SK_SUPPORT_LEGACY_XFERMODE_PARAM by Mike Reed · 8 years ago
  3. d5def99 Remove SK_SUPPORT_LEGACY_SHADER_ASALOCALMATRIXSHADER by Ben Wagner · 8 years ago
  4. 7d954ad remove xfermode from public api by Mike Reed · 8 years ago
  5. a8834bb SkShader* refAs... to sk_sp<SkShader> makeAs... by Ben Wagner · 8 years ago
  6. 958788a remove 4 legacy flags (clients already updated) by Mike Reed · 8 years ago
  7. 9f532a3 Add helper to create random AsFPArgs for Ganesh unit tests by Brian Osman · 8 years ago
  8. 627778d isABitmap is deprecated, use isAImage by Mike Reed · 8 years ago
  9. 320a40d Always return ImageShader, even from SkShader::MakeBitmapShader by reed · 8 years ago
  10. f1ac182 implement isABitmap for imageshader, return localmatrix for bitmap's impl by reed · 8 years ago
  11. 1638c0d Add destination color space to AsFPArgs. Eliminates last XFORMTODO. by brianosman · 8 years ago
  12. 839345d Bundle SkShader::asFragmentProcessor arguments in a struct by brianosman · 8 years ago
  13. 06ca8ec sk_sp for Ganesh. by bungeman · 8 years ago
  14. 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
  15. 0ccc62d move colorshader into its own .cpp, add color4f variant by reed · 8 years ago
  16. 3b37545 Revert of Delete SkFlattenable::Type (patchset #2 id:20001 of https://codereview.chromium.org/1834303003/ ) by mtklein · 8 years ago
  17. 99d9231 Delete SkFlattenable::Type by msarett · 8 years ago
  18. cfb6bdf switch xfermodes over to sk_sp by reed · 8 years ago
  19. 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
  20. 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
  21. 4c9776b Revert[2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.org/1822623002/ )" by reed · 8 years ago
  22. 1eb81db Revert of switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.org/1822623002/ ) by reed · 8 years ago
  23. f809d76 switch colorfilters to sk_sp by reed · 8 years ago
  24. 58fc94e allow more options for shader blitprocs by reed · 8 years ago
  25. 830dfd8 add blitprocs to shaders by reed · 8 years ago
  26. c6f28f7 Reland of "Finish conversion to sk_sp<SkShader> (patchset #2 id:20001 of https://codereview.chromium.org/1803763002/ )" by reed · 8 years ago
  27. 106e10d Revert of Finish conversion to sk_sp<SkShader> (patchset #2 id:20001 of https://codereview.chromium.org/1803763002/ ) by reed · 8 years ago
  28. 15c3a0e Finish conversion to sk_sp<SkShader> by reed · 8 years ago
  29. 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
  30. 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
  31. bd73ffb add Make variations to return SkImage by sk_sp by reed · 8 years ago
  32. 150835e sk_sp versions of newWithColorFilter and newWithLocalMatrix by reed · 8 years ago
  33. 8a21c9f use Make instead of Create to return a shared shader by reed · 8 years ago
  34. 773ceda Enforce 16byte alignment in shader contexts (patchset #1 id:1 of https://codereview.chromium.org/1759653004/ )" by reed · 8 years ago
  35. e38bcaf Revert of enforce 16byte alignment in shader contexts (patchset #1 id:1 of https://codereview.chromium.org/1759653004/ ) by halcanary · 8 years ago
  36. d812fb4 enforce 16byte alignment in shader contexts by reed · 8 years ago
  37. ca058f5 Retire SkShader::kSupports4f_Flag by fmalita · 8 years ago
  38. d0c4e09 Add dest type hint to SkShader::ContextRec by fmalita · 8 years ago
  39. 8d9f2e4 Add ContextRec param to SkShader::contextSize() by fmalita · 8 years ago
  40. a2b340f move compose-shader into base-class as factory by reed · 8 years ago
  41. 7f225cf Revert[2] of expand unitests for color4f by reed · 8 years ago
  42. 5f34e8e Revert of expand unitests for color4f (patchset #1 id:1 of https://codereview.chromium.org/1622893002/ ) by reed · 8 years ago
  43. fac6845 expand unitests for color4f by reed · 8 years ago
  44. 6d3cef9 Revert[2] of float color components by reed · 8 years ago
  45. 2a2bdc6 Revert of experiment: float color components (patchset #6 id:100001 of https://codereview.chromium.org/1617813002/ ) by reed · 8 years ago
  46. 353c148 experiment: float color components by reed · 8 years ago
  47. 3061af4 add SkShader::newWithColorFilter by reed · 9 years ago
  48. 4e5a758 remove shadeSpan16 from shader by reed · 9 years ago
  49. f880e45 change factory to method, to parallel pattern in imagefilters. no functionality change. by reed · 9 years ago
  50. c7a784c Fix UB function problems for shaders and mask. by herb · 9 years ago
  51. 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
  52. dafd044 Fix UB function problems for shaders and mask. by herb · 9 years ago
  53. 4a33952 Bye bye processor data manager. by bsalomon · 9 years ago
  54. f1b7a1d Make skpaint->grpaint flow work for composing draws (verts and atlas) by bsalomon · 9 years ago
  55. 7a4d847 use SkBitmapProvider for shader-context by reed · 9 years ago
  56. 0f0af23 Revert[2] of "switch to isABitmap, deprecate SK_SUPPORT_LEGACY_SHADERBITMAPTYPE" by reed · 9 years ago
  57. a5f46e1 Comments: note existance of SkImage::newShader next to CreateBitmapShader by halcanary · 9 years ago
  58. 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
  59. 2d126b5 switch to isABitmap, deprecate SK_SUPPORT_LEGACY_SHADERBITMAPTYPE by reed · 9 years ago
  60. c21b09e Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* by bsalomon · 9 years ago
  61. 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
  62. ecfdc25 Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* by bsalomon · 9 years ago
  63. f582282 change asABitmap to isABitmap on shader by reed · 9 years ago
  64. 9cc1775 rename GrShaderDataManager -> GrProcessorDataManager by joshualitt · 9 years ago
  65. 8ca93e7 Initial CL to create dummy GrShaderDataManager and thread it through by joshualitt · 9 years ago
  66. 2766c00 remove SkInstCnt by mtklein · 9 years ago
  67. 56263c7 delete (unused) TransparentShader by reed · 9 years ago
  68. 71a6cbf remove redundant/deprecated TwoPointRadial gradiet -- use TwoPointConical by reed · 9 years ago
  69. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  70. 19c25f1 move kTileModeCount out of TileMode enum by reed · 9 years ago
  71. 9e447c0 remove unneeded preroll by reed · 9 years ago
  72. 5d2fd44 Remove unused hasLocalMatrix. by scroggo · 9 years ago
  73. 0a482f4 Fix Chrome build by robertphillips · 9 years ago
  74. 42dbfa8 Add patheffects to debugger printout by robertphillips · 9 years ago
  75. 96a857e initial preroll api by reed · 9 years ago
  76. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  77. 5531d51 remove view matrix from context by joshualitt · 10 years ago
  78. 2be0fd8 Constify CreatePictureShader's picture arg. by fmalita · 10 years ago
  79. 3f3b3d0 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  80. 6e78293 Revert of Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. (patchset #1 id:1 of https://codereview.chromium.org/769953002/) by mtklein · 10 years ago
  81. 52c2935 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  82. 01c412e Remove android-framework-only unused parameter. by scroggo · 10 years ago
  83. c87dd2c Enable unused param checking for public includes. by djsollen · 10 years ago
  84. b0a8a37 Patch to create a distinct geometry processor. The vast majority of this patch by joshualitt · 10 years ago
  85. cc0e311 make set3DMask virtual, so we can safely notify the shadercontext by reed · 10 years ago
  86. 8367b8c extend SkShader to report a luminance-color to be used for gamma correction by reed · 10 years ago
  87. 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
  88. b5f7826 Explicit tile bounds for SkPictureShader by fmalita · 10 years ago
  89. 4beef91 Revert of Remove relative path to GrColor.h in SkShader.h (https://codereview.chromium.org/422023005/) by bsalomon · 10 years ago
  90. 939f430 Remove relative path to GrColor.h in SkShader.h by bsalomon · 10 years ago
  91. ef0fd61 Remove SK_SUPPORT_LEGACY_SHADER_LOCALMATRIX. by scroggo · 10 years ago
  92. c870d49 Use SkShader's localMat for SkLocalMatrixShader. by scroggo · 10 years ago
  93. 83d081a Goodbye GrEffectRef. by bsalomon · 10 years ago
  94. 97b9ab7 Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. by bsalomon · 10 years ago
  95. 969842a Revert of Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. (https://codereview.chromium.org/377503004/) by reed · 10 years ago
  96. 2011fe9 Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. by bsalomon · 10 years ago
  97. 9de5b51 SkShader::asNewEffect Refactoring by dandov · 10 years ago
  98. de5553a re-expose hasLocalMatrix for now (can't hurt) -- unblocks blink by commit-bot@chromium.org · 10 years ago
  99. e2b193c Revert of remove unused (by clients) SkUnitMapper (https://codereview.chromium.org/283273002/) by commit-bot@chromium.org · 10 years ago
  100. ee0cac3 remove unused (by clients) SkUnitMapper by commit-bot@chromium.org · 10 years ago