1. b9f2088 convert SkVMBlitter over to floats by Mike Klein · 4 years, 9 months ago
  2. 1cc6067 friendly wrapper to allocate uniforms by Mike Klein · 4 years, 9 months ago
  3. 5625412 unify program() and uniforms() by Mike Klein · 4 years, 9 months ago
  4. cfa4f60 simpler uniforms() api by Mike Klein · 4 years, 9 months ago
  5. f3d4109 add (x,y) params to shader program() by Mike Klein · 4 years, 9 months ago
  6. 0393505 opaque shaders and srcover -> src by Mike Klein · 4 years, 9 months ago
  7. 9d0c67a paint color -> shader by Mike Klein · 4 years, 9 months ago
  8. e4522dc rough sketch of shaders in SkVMBlitter by Mike Klein · 4 years, 9 months ago
  9. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  10. f9666f5 Remove SkColorSpaceXformCanvas, and supporting code: by Brian Osman · 5 years ago
  11. 1386b2d pass common SkStageRec to all effects using rasterpipeline by Mike Reed · 5 years ago
  12. 987e76c make SkColorShader RP-only by Mike Klein · 6 years ago
  13. e3f543c Remove SkPM4f.h, fold contents into SkColorData.h by Brian Osman · 6 years ago
  14. a4eb936 remove old shader routines from SkColor4Shader by Mike Klein · 6 years ago
  15. 4fee323 override getTypeName() instead of using table by Mike Klein · 6 years ago
  16. 1295672 clean up flattenable macro cruft by Mike Klein · 6 years ago
  17. e92aae6 make legacy shadercontext optional by Mike Reed · 6 years ago
  18. 781e350 Remove SkPM4f by Brian Osman · 6 years ago
  19. 27dddae rebase by Cary Clark · 6 years ago
  20. 89ad31e Revert "Reland "remove toString"" by Cary Clark · 6 years ago
  21. 92e37b6 Reland "remove toString" by Cary Clark · 6 years ago
  22. 32a4910 Revert "remove toString" by Cary Clark · 6 years ago
  23. 5191880 remove toString by Cary Clark · 6 years ago
  24. 9988541 remove SK_IGNORE_TO_STRING by Cary Clark · 6 years ago
  25. e3429e6 rename inner AsFPArgs to stand-alone GrFPArgs by Mike Reed · 7 years ago
  26. 1d8c42e fold params into StageRec by Mike Reed · 7 years ago
  27. aff329b Make GrFragmentProcessor be non-refcounted and use std::unique_ptr. by Brian Salomon · 7 years ago
  28. 1aa731a remove unused shadeSpanAlpha -- handled by rasterpipeline by Mike Reed · 7 years ago
  29. 5edba45 [Reland] Relocate shaders to own dir by Florin Malita · 7 years ago[Renamed from src/core/SkColorShader.h]
  30. eb9f278 Delete onChooseBlitProcs() and related code by Florin Malita · 7 years ago
  31. 95c993c Unexport private SkShader classes by Florin Malita · 7 years ago
  32. d8872be Revert "Relocate shaders to own dir" by Stan Iliev · 7 years ago[Renamed from src/shaders/SkColorShader.h]
  33. fabe0b2 Relocate shaders to own dir by Florin Malita · 7 years ago[Renamed from src/core/SkColorShader.h]
  34. 4aed138 Reland of SkShaderBase by Florin Malita · 7 years ago
  35. d93e11c Revert "SkShaderBase" by Florin Malita · 7 years ago
  36. 58a7564 SkShaderBase by Florin Malita · 7 years ago
  37. 6cc6ae75 SkColorSpaceXformer: Add SkShader::makeColorSpace() by Matt Sarett · 7 years ago
  38. 83e939b Use SkArenaAlloc in the SkAutoBlitterChoose code. by Herb Derby · 7 years ago
  39. dd8b72a Revert "Use SkArenaAlloc instead of SkSmallAllocator in the SkAutoBlitterChoose code." by Robert Phillips · 7 years ago
  40. 2b57b7f Use SkArenaAlloc instead of SkSmallAllocator in the SkAutoBlitterChoose code. by Herb Derby · 7 years ago
  41. 882ccaf Raster pipeline support for SkLocalMatrixShader composition by Florin Malita · 8 years ago
  42. ac04fef Remove SkFallbackAlloc and SkFixedAlloc. by Herb Derby · 8 years ago
  43. 7a14734d support a8 by Mike Klein · 8 years ago
  44. 987de5b Plumb filter quality into SkShader::appendStages(). by Mike Klein · 8 years ago
  45. fb191da More shader preliminaries / refactoring by Mike Klein · 8 years ago
  46. b0d10e0 Start hooking shaders into SkRasterPipelineBlitter. by Mike Klein · 8 years ago
  47. 839345d Bundle SkShader::asFragmentProcessor arguments in a struct by brianosman · 8 years ago
  48. 06ca8ec sk_sp for Ganesh. by bungeman · 8 years ago
  49. 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
  50. 0ccc62d move colorshader into its own .cpp, add color4f variant by reed · 8 years ago
  51. 58fc94e allow more options for shader blitprocs by reed · 8 years ago
  52. 830dfd8 add blitprocs to shaders by reed · 8 years ago
  53. a0cee5f remove align16 calls in skhader context sizes. will handle this elsewhere as needed by reed · 8 years ago
  54. 773ceda Enforce 16byte alignment in shader contexts (patchset #1 id:1 of https://codereview.chromium.org/1759653004/ )" by reed · 8 years ago
  55. e38bcaf Revert of enforce 16byte alignment in shader contexts (patchset #1 id:1 of https://codereview.chromium.org/1759653004/ ) by halcanary · 8 years ago
  56. d812fb4 enforce 16byte alignment in shader contexts by reed · 8 years ago
  57. 8d9f2e4 Add ContextRec param to SkShader::contextSize() by fmalita · 8 years ago
  58. dd9ffea make SkPM4f private by reed · 8 years ago
  59. 6d3cef9 Revert[2] of float color components by reed · 9 years ago
  60. 2a2bdc6 Revert of experiment: float color components (patchset #6 id:100001 of https://codereview.chromium.org/1617813002/ ) by reed · 9 years ago
  61. 353c148 experiment: float color components by reed · 9 years ago
  62. 4e5a758 remove shadeSpan16 from shader by reed · 9 years ago
  63. 4a33952 Bye bye processor data manager. by bsalomon · 9 years ago
  64. c21b09e Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* by bsalomon · 9 years ago
  65. a511e6a Revert of Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* (patchset #8 id:140001 of https://codereview.chromium.org/1316513002/ ) by rmistry · 9 years ago
  66. ecfdc25 Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* by bsalomon · 9 years ago
  67. f582282 change asABitmap to isABitmap on shader by reed · 9 years ago
  68. 9cc1775 rename GrShaderDataManager -> GrProcessorDataManager by joshualitt · 9 years ago
  69. 8ca93e7 Initial CL to create dummy GrShaderDataManager and thread it through by joshualitt · 9 years ago
  70. 31dc1b2 style nit cleanups. e.g. remove 'virtual' on override declarations by robertphillips · 9 years ago
  71. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  72. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  73. 5531d51 remove view matrix from context by joshualitt · 10 years ago
  74. b9bb38c make SkColorShader private, use public factory by reed · 10 years ago[Renamed from include/core/SkColorShader.h]
  75. b0a8a37 Patch to create a distinct geometry processor. The vast majority of this patch by joshualitt · 10 years ago
  76. 8367b8c extend SkShader to report a luminance-color to be used for gamma correction by reed · 10 years ago
  77. 83d081a Goodbye GrEffectRef. by bsalomon · 10 years ago
  78. 97b9ab7 Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. by bsalomon · 10 years ago
  79. 969842a Revert of Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. (https://codereview.chromium.org/377503004/) by reed · 10 years ago
  80. 2011fe9 Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. by bsalomon · 10 years ago
  81. 9de5b51 SkShader::asNewEffect Refactoring by dandov · 10 years ago
  82. ce56d96 Remove SkShader virtual method validContext by commit-bot@chromium.org · 10 years ago
  83. e901b6d create struct to hold all the params passed around for shader::context by commit-bot@chromium.org · 10 years ago
  84. cc9dbfb Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  85. 76a3b2a Remove support for inheriting the paint color from SkColorShader by commit-bot@chromium.org · 10 years ago
  86. 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
  87. 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
  88. bc2f1dc Extract most of the mutable state of SkShader into a separate Context object. by commit-bot@chromium.org · 10 years ago
  89. 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
  90. 001f4ed Extract most of the mutable state of SkShader into a separate Context object. by commit-bot@chromium.org · 10 years ago
  91. 0f10f7b Allow toString capability to be toggled independent of developer mode. by commit-bot@chromium.org · 10 years ago
  92. 8b0e8ac Refactor read and write buffers. by commit-bot@chromium.org · 10 years ago
  93. 76f9e93 Added print out of SkShader information to debugger by robertphillips@google.com · 12 years ago
  94. 91f319c Use asNewCustomStage instead of asABitmap in SkGpuDevice, also removed now-unecessary twoPointRadialParams parameter from asABitmap. by rileya@google.com · 12 years ago
  95. 5492424 Cleanup code related to SkFlattenable::flatten() by djsollen@google.com · 12 years ago
  96. ba28d03 Create macro for registering classes for deserialization by djsollen@google.com · 12 years ago
  97. a2ca41e Cleanup Macros arround static initializers for SkFlattenable. by djsollen@google.com · 12 years ago
  98. b6e1619 Adding isOpaque method to skia shader classes by junov@chromium.org · 13 years ago
  99. 59ccef6 add more SK_OVERRIDEs update dox for SkEmptyShader by reed@google.com · 13 years ago
  100. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago