1. 54be5c9 Revert "More non-invertible shader local matrix guards" by Robert Phillips · 7 years ago
  2. 368af46 More non-invertible shader local matrix guards by Florin Malita · 7 years ago
  3. 83e939b Use SkArenaAlloc in the SkAutoBlitterChoose code. by Herb Derby · 7 years ago
  4. dd8b72a Revert "Use SkArenaAlloc instead of SkSmallAllocator in the SkAutoBlitterChoose code." by Robert Phillips · 7 years ago
  5. 2b57b7f Use SkArenaAlloc instead of SkSmallAllocator in the SkAutoBlitterChoose code. by Herb Derby · 7 years ago
  6. 9206c76 SkRasterPipeline shader adapter by Florin Malita · 7 years ago
  7. 5ce33ef Revert "SkRasterPipeline shader adapter" by Florin Malita · 7 years ago
  8. 6d11ed2 SkRasterPipeline shader adapter by Florin Malita · 7 years ago
  9. 882ccaf Raster pipeline support for SkLocalMatrixShader composition by Florin Malita · 7 years ago
  10. 48f770c Remove unused asACustomShader function from SkShader by Greg Daniel · 8 years ago
  11. ac04fef Remove SkFallbackAlloc and SkFixedAlloc. by Herb Derby · 8 years ago
  12. 5aedd6d cleanup after 95e3c05 by Hal Canary · 8 years ago
  13. 95e3c05 SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h by Hal Canary · 8 years ago
  14. 61624f0 Plumb dst color space in many places, rather than "mode" by Brian Osman · 8 years ago
  15. 11970e5 Add destination color space to shader ContextRec by Brian Osman · 8 years ago
  16. 7a14734d support a8 by Mike Klein · 8 years ago
  17. 987de5b Plumb filter quality into SkShader::appendStages(). by Mike Klein · 8 years ago
  18. c0115e4 Ignore ctm param of SkShader::onAppendStages() by Florin Malita · 8 years ago
  19. fb191da More shader preliminaries / refactoring by Mike Klein · 8 years ago
  20. b0d10e0 Start hooking shaders into SkRasterPipelineBlitter. by Mike Klein · 8 years ago
  21. 6a01554 remove use of xfermode* in procs by Mike Reed · 8 years ago
  22. 7b8400d Rename SkSourceGammaTreatment to SkDestinationSurfaceColorMode by Brian Osman · 8 years ago
  23. faba371 remove unused code around SK_SUPPORT_LEGACY_XFERMODE_PARAM by Mike Reed · 8 years ago
  24. d5def99 Remove SK_SUPPORT_LEGACY_SHADER_ASALOCALMATRIXSHADER by Ben Wagner · 8 years ago
  25. 7d954ad remove xfermode from public api by Mike Reed · 8 years ago
  26. a8834bb SkShader* refAs... to sk_sp<SkShader> makeAs... by Ben Wagner · 8 years ago
  27. 958788a remove 4 legacy flags (clients already updated) by Mike Reed · 8 years ago
  28. 9f532a3 Add helper to create random AsFPArgs for Ganesh unit tests by Brian Osman · 8 years ago
  29. 627778d isABitmap is deprecated, use isAImage by Mike Reed · 8 years ago
  30. 320a40d Always return ImageShader, even from SkShader::MakeBitmapShader by reed · 8 years ago
  31. f1ac182 implement isABitmap for imageshader, return localmatrix for bitmap's impl by reed · 8 years ago
  32. 1638c0d Add destination color space to AsFPArgs. Eliminates last XFORMTODO. by brianosman · 8 years ago
  33. 839345d Bundle SkShader::asFragmentProcessor arguments in a struct by brianosman · 8 years ago
  34. 06ca8ec sk_sp for Ganesh. by bungeman · 8 years ago
  35. 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
  36. 0ccc62d move colorshader into its own .cpp, add color4f variant by reed · 8 years ago
  37. 3b37545 Revert of Delete SkFlattenable::Type (patchset #2 id:20001 of https://codereview.chromium.org/1834303003/ ) by mtklein · 8 years ago
  38. 99d9231 Delete SkFlattenable::Type by msarett · 8 years ago
  39. cfb6bdf switch xfermodes over to sk_sp by reed · 8 years ago
  40. 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
  41. 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
  42. 4c9776b Revert[2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.org/1822623002/ )" by reed · 8 years ago
  43. 1eb81db Revert of switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.org/1822623002/ ) by reed · 8 years ago
  44. f809d76 switch colorfilters to sk_sp by reed · 8 years ago
  45. 58fc94e allow more options for shader blitprocs by reed · 8 years ago
  46. 830dfd8 add blitprocs to shaders by reed · 8 years ago
  47. c6f28f7 Reland of "Finish conversion to sk_sp<SkShader> (patchset #2 id:20001 of https://codereview.chromium.org/1803763002/ )" by reed · 8 years ago
  48. 106e10d Revert of Finish conversion to sk_sp<SkShader> (patchset #2 id:20001 of https://codereview.chromium.org/1803763002/ ) by reed · 8 years ago
  49. 15c3a0e Finish conversion to sk_sp<SkShader> by reed · 8 years ago
  50. 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
  51. 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
  52. bd73ffb add Make variations to return SkImage by sk_sp by reed · 8 years ago
  53. 150835e sk_sp versions of newWithColorFilter and newWithLocalMatrix by reed · 8 years ago
  54. 8a21c9f use Make instead of Create to return a shared shader by reed · 8 years ago
  55. 773ceda Enforce 16byte alignment in shader contexts (patchset #1 id:1 of https://codereview.chromium.org/1759653004/ )" by reed · 8 years ago
  56. e38bcaf Revert of enforce 16byte alignment in shader contexts (patchset #1 id:1 of https://codereview.chromium.org/1759653004/ ) by halcanary · 8 years ago
  57. d812fb4 enforce 16byte alignment in shader contexts by reed · 8 years ago
  58. ca058f5 Retire SkShader::kSupports4f_Flag by fmalita · 8 years ago
  59. d0c4e09 Add dest type hint to SkShader::ContextRec by fmalita · 8 years ago
  60. 8d9f2e4 Add ContextRec param to SkShader::contextSize() by fmalita · 8 years ago
  61. a2b340f move compose-shader into base-class as factory by reed · 8 years ago
  62. 7f225cf Revert[2] of expand unitests for color4f by reed · 9 years ago
  63. 5f34e8e Revert of expand unitests for color4f (patchset #1 id:1 of https://codereview.chromium.org/1622893002/ ) by reed · 9 years ago
  64. fac6845 expand unitests for color4f by reed · 9 years ago
  65. 6d3cef9 Revert[2] of float color components by reed · 9 years ago
  66. 2a2bdc6 Revert of experiment: float color components (patchset #6 id:100001 of https://codereview.chromium.org/1617813002/ ) by reed · 9 years ago
  67. 353c148 experiment: float color components by reed · 9 years ago
  68. 3061af4 add SkShader::newWithColorFilter by reed · 9 years ago
  69. 4e5a758 remove shadeSpan16 from shader by reed · 9 years ago
  70. f880e45 change factory to method, to parallel pattern in imagefilters. no functionality change. by reed · 9 years ago
  71. c7a784c Fix UB function problems for shaders and mask. by herb · 9 years ago
  72. 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
  73. dafd044 Fix UB function problems for shaders and mask. by herb · 9 years ago
  74. 4a33952 Bye bye processor data manager. by bsalomon · 9 years ago
  75. f1b7a1d Make skpaint->grpaint flow work for composing draws (verts and atlas) by bsalomon · 9 years ago
  76. 7a4d847 use SkBitmapProvider for shader-context by reed · 9 years ago
  77. 0f0af23 Revert[2] of "switch to isABitmap, deprecate SK_SUPPORT_LEGACY_SHADERBITMAPTYPE" by reed · 9 years ago
  78. a5f46e1 Comments: note existance of SkImage::newShader next to CreateBitmapShader by halcanary · 9 years ago
  79. 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
  80. 2d126b5 switch to isABitmap, deprecate SK_SUPPORT_LEGACY_SHADERBITMAPTYPE by reed · 9 years ago
  81. c21b09e Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* by bsalomon · 9 years ago
  82. 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
  83. ecfdc25 Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* by bsalomon · 9 years ago
  84. f582282 change asABitmap to isABitmap on shader by reed · 9 years ago
  85. 9cc1775 rename GrShaderDataManager -> GrProcessorDataManager by joshualitt · 9 years ago
  86. 8ca93e7 Initial CL to create dummy GrShaderDataManager and thread it through by joshualitt · 9 years ago
  87. 2766c00 remove SkInstCnt by mtklein · 9 years ago
  88. 56263c7 delete (unused) TransparentShader by reed · 9 years ago
  89. 71a6cbf remove redundant/deprecated TwoPointRadial gradiet -- use TwoPointConical by reed · 9 years ago
  90. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  91. 19c25f1 move kTileModeCount out of TileMode enum by reed · 9 years ago
  92. 9e447c0 remove unneeded preroll by reed · 9 years ago
  93. 5d2fd44 Remove unused hasLocalMatrix. by scroggo · 9 years ago
  94. 0a482f4 Fix Chrome build by robertphillips · 10 years ago
  95. 42dbfa8 Add patheffects to debugger printout by robertphillips · 10 years ago
  96. 96a857e initial preroll api by reed · 10 years ago
  97. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  98. 5531d51 remove view matrix from context by joshualitt · 10 years ago
  99. 2be0fd8 Constify CreatePictureShader's picture arg. by fmalita · 10 years ago
  100. 3f3b3d0 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago