1. b270568 Almost remove GrContext by Adlai Holler · 4 years ago
  2. 3172208 Revert "Remove GrContext" by Robert Phillips · 4 years ago
  3. 2edf18d Remove GrContext by Adlai Holler · 4 years ago
  4. 7571f9e Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. by John Stiles · 4 years, 1 month ago
  5. 6d00de3 allow SkRP color filters to fail by Mike Klein · 4 years, 2 months ago
  6. b8219e4 update ApplyMatrix signature by Mike Klein · 4 years, 4 months ago
  7. 5aaaeea Supply device and local coords to SkShader_Base::onProgram by Brian Osman · 4 years, 4 months ago
  8. e81b108 plumb matrix provider through skvm shaders by Mike Klein · 4 years, 4 months ago
  9. e150888 detect failed matrix update in SkDraw::drawAtlas() by Mike Klein · 4 years, 6 months ago
  10. 3c35842 Support for custom vertex data in SkSL and drawVertices by Brian Osman · 4 years, 7 months ago
  11. a434e0f pass paint color and full dst info to shaders by Mike Klein · 4 years, 7 months ago
  12. 276a785 rearrange to emphasize most salient params by Mike Klein · 4 years, 7 months ago
  13. 6352f00 change onProgram to return its color, or an invalid-color if failed by Mike Reed · 4 years, 7 months ago
  14. 121c2af clipShader -- raster implementation by Mike Reed · 4 years, 7 months ago
  15. 8a44af5 remove unused isAPicture from shaderbase by Mike Reed · 4 years, 7 months ago
  16. 52f0291 Remove SkMaskFilter::makeWithMatrix() by Florin Malita · 4 years, 7 months ago
  17. 85754d5 basic pass at gradients by Mike Klein · 4 years, 9 months ago
  18. 8e71744 add SkVM_fwd.h by Mike Klein · 4 years, 9 months ago
  19. 3ab7128 thread an SkArenaAlloc into shaders by Mike Klein · 4 years, 9 months ago
  20. f6a715b Reland "pass more information to shaders" by Mike Klein · 4 years, 9 months ago
  21. 48cc66a Revert "pass more information to shaders" by Mike Klein · 4 years, 9 months ago
  22. 4f275cf pass more information to shaders by Mike Klein · 4 years, 9 months ago
  23. b9f2088 convert SkVMBlitter over to floats by Mike Klein · 5 years ago
  24. 1cc6067 friendly wrapper to allocate uniforms by Mike Klein · 5 years ago
  25. 5625412 unify program() and uniforms() by Mike Klein · 5 years ago
  26. cfa4f60 simpler uniforms() api by Mike Klein · 5 years ago
  27. f3d4109 add (x,y) params to shader program() by Mike Klein · 5 years ago
  28. 0393505 opaque shaders and srcover -> src by Mike Klein · 5 years ago
  29. e4522dc rough sketch of shaders in SkVMBlitter by Mike Klein · 5 years ago
  30. 9318a6c build custom blitter for drawAtlas by Mike Reed · 5 years ago
  31. ef914f6 Remove onMakeBurstPipelineContext by Florin Malita · 5 years ago
  32. 8a64fa6 SkShaderBase::isAPicture() by Hal Canary · 5 years ago
  33. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  34. 7656b2c Revert "Revert "Move localmatrix routines to shaderbase, no need to be public."" by Mike Reed · 6 years ago
  35. 7c18eb9 Reland "Revert "Move localmatrix routines to shaderbase, no need to be public."" by Mike Reed · 6 years ago
  36. 12b4902 Revert "Revert "Move localmatrix routines to shaderbase, no need to be public."" by Mike Reed · 6 years ago
  37. f88a0e1 Revert "Move localmatrix routines to shaderbase, no need to be public." by Mike Reed · 6 years ago
  38. f4a8d6f Move localmatrix routines to shaderbase, no need to be public. by Mike Reed · 6 years ago
  39. fae8fce Use SkTileMode instead of nested enum by Mike Reed · 6 years ago
  40. f9666f5 Remove SkColorSpaceXformCanvas, and supporting code: by Brian Osman · 6 years ago
  41. 1386b2d pass common SkStageRec to all effects using rasterpipeline by Mike Reed · 6 years ago
  42. 011d166 Move responsibility to onMakeContext for device colorspace decision by Mike Reed · 6 years ago
  43. 541cbd4 remove shadeSpan4f() by Mike Klein · 6 years ago
  44. 85b856f remove burst mode in SkRPBlitter by Mike Klein · 6 years ago
  45. eda2ac2 send 3D masks through raster pipeline blitter by Mike Klein · 6 years ago
  46. e3f543c Remove SkPM4f.h, fold contents into SkColorData.h by Brian Osman · 6 years ago
  47. fa5f6ce rename some flattenable routines by Mike Klein · 6 years ago
  48. 2e8f48e Play back picture shaders in 8888 or F16, depending on dst color type by Brian Osman · 6 years ago
  49. 4fee323 override getTypeName() instead of using table by Mike Klein · 6 years ago
  50. 1295672 clean up flattenable macro cruft by Mike Klein · 6 years ago
  51. e92aae6 make legacy shadercontext optional by Mike Reed · 6 years ago
  52. 09bc78b remove unused isABitmap code by Mike Reed · 6 years ago
  53. 781e350 Remove SkPM4f by Brian Osman · 6 years ago
  54. 0d5d065 Remove ContextRect::DstType by Brian Osman · 6 years ago
  55. d5148e3 Move SkNoncopyable to include/private. by Ben Wagner · 6 years ago
  56. 27dddae rebase by Cary Clark · 6 years ago
  57. 89ad31e Revert "Reland "remove toString"" by Cary Clark · 6 years ago
  58. 92e37b6 Reland "remove toString" by Cary Clark · 6 years ago
  59. 4dc5a45 remove defines and add commas by Cary Clark · 6 years ago
  60. 32a4910 Revert "remove toString" by Cary Clark · 6 years ago
  61. 5191880 remove toString by Cary Clark · 6 years ago
  62. c6c5ead Reland "Fix handling of MaskFilter matrices" by Florin Malita · 7 years ago
  63. c64ee20 Revert "Fix handling of MaskFilter matrices" by Robert Phillips · 7 years ago
  64. 2097fd0 Fix handling of MaskFilter matrices by Florin Malita · 7 years ago
  65. 9988541 remove SK_IGNORE_TO_STRING by Cary Clark · 7 years ago
  66. af2769d Banish SkShaderBase::isRasterPipelineOnly() by Florin Malita · 7 years ago
  67. 75ae421 IWYU -- SkShader.h by Mike Reed · 7 years ago
  68. e3429e6 rename inner AsFPArgs to stand-alone GrFPArgs by Mike Reed · 7 years ago
  69. 4cbb6e6 Pass GrRenderTargetContext's GrColorSpaceInfo to SkShader and SkColorFilter. by Brian Salomon · 7 years ago
  70. 1d8c42e fold params into StageRec by Mike Reed · 7 years ago
  71. aff329b Make GrFragmentProcessor be non-refcounted and use std::unique_ptr. by Brian Salomon · 7 years ago
  72. 3404207 use rasterpipeline for images if matrix is >= scale+translate by Mike Reed · 7 years ago
  73. 8aeec29 simplify shaderbase -- remove shaderproc -- no measurable speed diff by Mike Reed · 7 years ago
  74. 1aa731a remove unused shadeSpanAlpha -- handled by rasterpipeline by Mike Reed · 7 years ago
  75. 4d41b8f Remove dead gradient perspective code by Florin Malita · 7 years ago
  76. 5769dd2 Add some raster pipeline perspective asserts by Florin Malita · 7 years ago
  77. 47e55a5 Opt-in burst mechanism for pipeline shaders by Florin Malita · 7 years ago
  78. 6867eee default impl of appendStages now calls shaderContext by Mike Reed · 7 years ago
  79. 5edba45 [Reland] Relocate shaders to own dir by Florin Malita · 7 years ago[Renamed from src/core/SkShaderBase.h]
  80. f7beee7 Hide ctors of SkShader, SkImage & SkColorSpace by Florin Malita · 7 years ago
  81. eb9f278 Delete onChooseBlitProcs() and related code by Florin Malita · 7 years ago
  82. 95c993c Unexport private SkShader classes by Florin Malita · 7 years ago
  83. c99be25 add SK_API to SkShaderBase by Mike Klein · 7 years ago
  84. d8872be Revert "Relocate shaders to own dir" by Stan Iliev · 7 years ago[Renamed from src/shaders/SkShaderBase.h]
  85. fabe0b2 Relocate shaders to own dir by Florin Malita · 7 years ago[Renamed from src/core/SkShaderBase.h]
  86. 4aed138 Reland of SkShaderBase by Florin Malita · 7 years ago
  87. d93e11c Revert "SkShaderBase" by Florin Malita · 7 years ago
  88. 58a7564 SkShaderBase by Florin Malita · 7 years ago