1. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  2. 1386b2d pass common SkStageRec to all effects using rasterpipeline by Mike Reed · 5 years ago
  3. 4fee323 override getTypeName() instead of using table by Mike Klein · 6 years ago
  4. e92aae6 make legacy shadercontext optional by Mike Reed · 6 years ago
  5. 27dddae rebase by Cary Clark · 6 years ago
  6. 89ad31e Revert "Reland "remove toString"" by Cary Clark · 6 years ago
  7. 92e37b6 Reland "remove toString" by Cary Clark · 6 years ago
  8. 32a4910 Revert "remove toString" by Cary Clark · 6 years ago
  9. 5191880 remove toString by Cary Clark · 6 years ago
  10. 9988541 remove SK_IGNORE_TO_STRING by Cary Clark · 6 years ago
  11. 1d8c42e fold params into StageRec by Mike Reed · 7 years ago
  12. 6867eee default impl of appendStages now calls shaderContext by Mike Reed · 7 years ago
  13. 5edba45 [Reland] Relocate shaders to own dir by Florin Malita · 7 years ago[Renamed from src/core/SkEmptyShader.h]
  14. 95c993c Unexport private SkShader classes by Florin Malita · 7 years ago
  15. d8872be Revert "Relocate shaders to own dir" by Stan Iliev · 7 years ago[Renamed from src/shaders/SkEmptyShader.h]
  16. fabe0b2 Relocate shaders to own dir by Florin Malita · 7 years ago[Renamed from src/core/SkEmptyShader.h]
  17. 4aed138 Reland of SkShaderBase by Florin Malita · 7 years ago
  18. d93e11c Revert "SkShaderBase" by Florin Malita · 7 years ago
  19. 58a7564 SkShaderBase by Florin Malita · 7 years ago
  20. 83e939b Use SkArenaAlloc in the SkAutoBlitterChoose code. by Herb Derby · 7 years ago
  21. dd8b72a Revert "Use SkArenaAlloc instead of SkSmallAllocator in the SkAutoBlitterChoose code." by Robert Phillips · 7 years ago
  22. 2b57b7f Use SkArenaAlloc instead of SkSmallAllocator in the SkAutoBlitterChoose code. by Herb Derby · 7 years ago
  23. a0cee5f remove align16 calls in skhader context sizes. will handle this elsewhere as needed by reed · 8 years ago
  24. 773ceda Enforce 16byte alignment in shader contexts (patchset #1 id:1 of https://codereview.chromium.org/1759653004/ )" by reed · 8 years ago
  25. e38bcaf Revert of enforce 16byte alignment in shader contexts (patchset #1 id:1 of https://codereview.chromium.org/1759653004/ ) by halcanary · 8 years ago
  26. d812fb4 enforce 16byte alignment in shader contexts by reed · 8 years ago
  27. 8d9f2e4 Add ContextRec param to SkShader::contextSize() by fmalita · 8 years ago
  28. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  29. 6ef68ab Don't serialize anything for SkEmptyShader. by mtklein · 9 years ago
  30. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  31. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  32. 3f3b3d0 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  33. 6e78293 Revert of Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. (patchset #1 id:1 of https://codereview.chromium.org/769953002/) by mtklein · 10 years ago
  34. 52c2935 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  35. 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
  36. e1085e0 move SkChecksum and SkEmptyShader to private by reed · 10 years ago[Renamed from include/core/SkEmptyShader.h]
  37. ce56d96 Remove SkShader virtual method validContext by commit-bot@chromium.org · 10 years ago
  38. e901b6d create struct to hold all the params passed around for shader::context by commit-bot@chromium.org · 10 years ago
  39. 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
  40. 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
  41. bc2f1dc Extract most of the mutable state of SkShader into a separate Context object. by commit-bot@chromium.org · 10 years ago
  42. 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
  43. 001f4ed Extract most of the mutable state of SkShader into a separate Context object. by commit-bot@chromium.org · 10 years ago
  44. 0f10f7b Allow toString capability to be toggled independent of developer mode. by commit-bot@chromium.org · 10 years ago
  45. 8b0e8ac Refactor read and write buffers. by commit-bot@chromium.org · 11 years ago
  46. 76f9e93 Added print out of SkShader information to debugger by robertphillips@google.com · 12 years ago
  47. 5492424 Cleanup code related to SkFlattenable::flatten() by djsollen@google.com · 12 years ago
  48. ba28d03 Create macro for registering classes for deserialization by djsollen@google.com · 12 years ago
  49. a2ca41e Cleanup Macros arround static initializers for SkFlattenable. by djsollen@google.com · 12 years ago
  50. 59ccef6 add more SK_OVERRIDEs update dox for SkEmptyShader by reed@google.com · 13 years ago
  51. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  52. 37a2012 add SkEmptyShader, and return it from CreateBitmapShader if the bitmap is empty by reed@google.com · 13 years ago