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