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