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