1. 9ab449a Optional local matrix for SkShaders factories by Florin Malita · 5 years ago
  2. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  3. c8bea7d New factories for SkShaders by Mike Reed · 5 years ago
  4. 9b2c4e9 remove double compose: lerp and mode by Mike Reed · 5 years ago
  5. 3f6a2ac remove unneeded asACompose by Mike Reed · 5 years ago
  6. f9666f5 Remove SkColorSpaceXformCanvas, and supporting code: by Brian Osman · 5 years ago
  7. 1386b2d pass common SkStageRec to all effects using rasterpipeline by Mike Reed · 5 years ago
  8. 4fee323 override getTypeName() instead of using table by Mike Klein · 6 years ago
  9. 27dddae rebase by Cary Clark · 6 years ago
  10. 89ad31e Revert "Reland "remove toString"" by Cary Clark · 6 years ago
  11. 92e37b6 Reland "remove toString" by Cary Clark · 6 years ago
  12. 32a4910 Revert "remove toString" by Cary Clark · 6 years ago
  13. 5191880 remove toString by Cary Clark · 6 years ago
  14. 9988541 remove SK_IGNORE_TO_STRING by Cary Clark · 6 years ago
  15. af2769d Banish SkShaderBase::isRasterPipelineOnly() by Florin Malita · 6 years ago
  16. e3429e6 rename inner AsFPArgs to stand-alone GrFPArgs by Mike Reed · 7 years ago
  17. 1d8c42e fold params into StageRec by Mike Reed · 7 years ago
  18. aff329b Make GrFragmentProcessor be non-refcounted and use std::unique_ptr. by Brian Salomon · 7 years ago
  19. 3404207 use rasterpipeline for images if matrix is >= scale+translate by Mike Reed · 7 years ago
  20. 5769dd2 Add some raster pipeline perspective asserts by Florin Malita · 7 years ago
  21. a6aaa30 SkShader::asACompose is android-only by Mike Reed · 7 years ago
  22. 01b2b83 Extend composeshader to support a lerp parameter by Mike Reed · 7 years ago
  23. 3f51188 experiment: force composeshade to always be rasterpipeline by Mike Reed · 7 years ago
  24. 5edba45 [Reland] Relocate shaders to own dir by Florin Malita · 7 years ago[Renamed from src/core/SkComposeShader.h]
  25. 95c993c Unexport private SkShader classes by Florin Malita · 7 years ago
  26. d8872be Revert "Relocate shaders to own dir" by Stan Iliev · 7 years ago[Renamed from src/shaders/SkComposeShader.h]
  27. fabe0b2 Relocate shaders to own dir by Florin Malita · 7 years ago[Renamed from src/core/SkComposeShader.h]
  28. 4aed138 Reland of SkShaderBase by Florin Malita · 7 years ago
  29. d93e11c Revert "SkShaderBase" by Florin Malita · 7 years ago
  30. 58a7564 SkShaderBase by Florin Malita · 7 years ago
  31. 7d022e0 Always use raster pipeline for SkSweepGradient by Florin Malita · 7 years ago
  32. 9959f72 composeshader stages by Mike Reed · 7 years ago
  33. 273eead implement 4f for composeshader by Mike Reed · 7 years ago
  34. 2814d91 clean up SkShader friends by Mike Klein · 7 years ago
  35. 6cc6ae75 SkColorSpaceXformer: Add SkShader::makeColorSpace() by Matt Sarett · 7 years ago
  36. 83e939b Use SkArenaAlloc in the SkAutoBlitterChoose code. by Herb Derby · 7 years ago
  37. dd8b72a Revert "Use SkArenaAlloc instead of SkSmallAllocator in the SkAutoBlitterChoose code." by Robert Phillips · 7 years ago
  38. 2b57b7f Use SkArenaAlloc instead of SkSmallAllocator in the SkAutoBlitterChoose code. by Herb Derby · 7 years ago
  39. 3311b15 Remove SkBlitter::getShaderContext() by Florin Malita · 8 years ago
  40. 7d954ad remove xfermode from public api by Mike Reed · 8 years ago
  41. 839345d Bundle SkShader::asFragmentProcessor arguments in a struct by brianosman · 8 years ago
  42. 06ca8ec sk_sp for Ganesh. by bungeman · 8 years ago
  43. 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
  44. cfb6bdf switch xfermodes over to sk_sp by reed · 8 years ago
  45. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  46. 8a21c9f use Make instead of Create to return a shared shader by reed · 8 years ago
  47. 773ceda Enforce 16byte alignment in shader contexts (patchset #1 id:1 of https://codereview.chromium.org/1759653004/ )" by reed · 8 years ago
  48. e38bcaf Revert of enforce 16byte alignment in shader contexts (patchset #1 id:1 of https://codereview.chromium.org/1759653004/ ) by halcanary · 8 years ago
  49. d812fb4 enforce 16byte alignment in shader contexts by reed · 8 years ago
  50. 8d9f2e4 Add ContextRec param to SkShader::contextSize() by fmalita · 8 years ago
  51. 8681e60 make SkComposeShader.h private by reed · 8 years ago[Renamed from include/core/SkComposeShader.h]
  52. 4a33952 Bye bye processor data manager. by bsalomon · 9 years ago
  53. 73fa616 Added SkComposeShader GPU implementation by wangyix · 9 years ago
  54. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  55. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  56. 7959055 Add functions for inspecting SkShader. by commit-bot@chromium.org · 10 years ago
  57. ce56d96 Remove SkShader virtual method validContext by commit-bot@chromium.org · 10 years ago
  58. e901b6d create struct to hold all the params passed around for shader::context by commit-bot@chromium.org · 10 years ago
  59. 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 · 10 years ago
  60. 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 · 10 years ago
  61. bc2f1dc Extract most of the mutable state of SkShader into a separate Context object. by commit-bot@chromium.org · 10 years ago
  62. 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 · 10 years ago
  63. ec2d8b3 Revert r14218. by bungeman@google.com · 10 years ago
  64. 0fcd6ca fix #if SK_DEBUG -- should be #ifdef SK_DEBUG by reed@google.com · 10 years ago
  65. 001f4ed Extract most of the mutable state of SkShader into a separate Context object. by commit-bot@chromium.org · 10 years ago
  66. 5d0b150 resize canvas for GM + typo by commit-bot@chromium.org · 10 years ago
  67. 0f10f7b Allow toString capability to be toggled independent of developer mode. by commit-bot@chromium.org · 10 years ago
  68. 8b0e8ac Refactor read and write buffers. by commit-bot@chromium.org · 10 years ago
  69. 76f9e93 Added print out of SkShader information to debugger by robertphillips@google.com · 12 years ago
  70. a641f3f reland 6798 w/ fix for bitmap-as-mask pixel-locking by reed@google.com · 12 years ago
  71. 135e16c revert 6798 (assert in GM) by reed@google.com · 12 years ago
  72. 1adcf88 Goal: ensure we always balance lock/unlock pixels calls. by reed@google.com · 12 years ago
  73. fbfcd56 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  74. 5492424 Cleanup code related to SkFlattenable::flatten() by djsollen@google.com · 12 years ago
  75. ba28d03 Create macro for registering classes for deserialization by djsollen@google.com · 12 years ago
  76. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  77. c7d9f9d Expose SkComposeShader as SK_API. by ctguil@chromium.org · 13 years ago
  78. 8a1c16f grab from latest android by reed@android.com · 16 years ago