1. 325ea32 Fix SkLocalMatrixShader nesting semantics by Florin Malita · 7 years ago
  2. e3429e6 rename inner AsFPArgs to stand-alone GrFPArgs by Mike Reed · 8 years ago
  3. 4cbb6e6 Pass GrRenderTargetContext's GrColorSpaceInfo to SkShader and SkColorFilter. by Brian Salomon · 8 years ago
  4. 1d8c42e fold params into StageRec by Mike Reed · 8 years ago
  5. aff329b Make GrFragmentProcessor be non-refcounted and use std::unique_ptr. by Brian Salomon · 8 years ago
  6. 5edba45 [Reland] Relocate shaders to own dir by Florin Malita · 8 years ago[Renamed from src/core/SkLocalMatrixShader.cpp]
  7. d8872be Revert "Relocate shaders to own dir" by Stan Iliev · 8 years ago[Renamed from src/shaders/SkLocalMatrixShader.cpp]
  8. fabe0b2 Relocate shaders to own dir by Florin Malita · 8 years ago[Renamed from src/core/SkLocalMatrixShader.cpp]
  9. 4aed138 Reland of SkShaderBase by Florin Malita · 8 years ago
  10. d93e11c Revert "SkShaderBase" by Florin Malita · 8 years ago
  11. 58a7564 SkShaderBase by Florin Malita · 8 years ago
  12. 44d3279 Make SkCreateRasterPipelineBlitter() not fail. by Mike Klein · 8 years ago
  13. 547a727 Fix SkLocalMatrixShader::isAImage() to respect local matrix and image local matrix by Matt Sarett · 8 years ago
  14. e5fec21 Revert "Fix SkLocalMatrixShader::isAImage() to respect local matrix and image local matrix" by Matt Sarett · 8 years ago
  15. e5efa51 Fix SkLocalMatrixShader::isAImage() to respect local matrix and image local matrix by Matt Sarett · 8 years ago
  16. 83e939b Use SkArenaAlloc in the SkAutoBlitterChoose code. by Herb Derby · 9 years ago
  17. dd8b72a Revert "Use SkArenaAlloc instead of SkSmallAllocator in the SkAutoBlitterChoose code." by Robert Phillips · 9 years ago
  18. 2b57b7f Use SkArenaAlloc instead of SkSmallAllocator in the SkAutoBlitterChoose code. by Herb Derby · 9 years ago
  19. 882ccaf Raster pipeline support for SkLocalMatrixShader composition by Florin Malita · 9 years ago
  20. 61624f0 Plumb dst color space in many places, rather than "mode" by Brian Osman · 9 years ago
  21. 7b8400d Rename SkSourceGammaTreatment to SkDestinationSurfaceColorMode by Brian Osman · 9 years ago
  22. a8834bb SkShader* refAs... to sk_sp<SkShader> makeAs... by Ben Wagner · 9 years ago
  23. 1638c0d Add destination color space to AsFPArgs. Eliminates last XFORMTODO. by brianosman · 9 years ago
  24. 839345d Bundle SkShader::asFragmentProcessor arguments in a struct by brianosman · 9 years ago
  25. 06ca8ec sk_sp for Ganesh. by bungeman · 9 years ago
  26. 60c9b58 change flattenable factory to return sk_sp by reed · 9 years ago
  27. 150835e sk_sp versions of newWithColorFilter and newWithLocalMatrix by reed · 9 years ago
  28. 8a21c9f use Make instead of Create to return a shared shader by reed · 9 years ago
  29. f880e45 change factory to method, to parallel pattern in imagefilters. no functionality change. by reed · 10 years ago
  30. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 10 years ago
  31. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 10 years ago
  32. 3f3b3d0 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 11 years ago
  33. 6e78293 Revert of Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. (patchset #1 id:1 of https://codereview.chromium.org/769953002/) by mtklein · 11 years ago
  34. 52c2935 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 11 years ago
  35. 88fd0fb Bump min picture version. by mtklein · 11 years ago
  36. 9bde31e Trying to be consistent when members are allowed to be NULL by sugoi · 11 years ago
  37. 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 · 11 years ago
  38. 3ffade6 fix concat order for local matrices by reed · 11 years ago
  39. c870d49 Use SkShader's localMat for SkLocalMatrixShader. by scroggo · 11 years ago
  40. 5970f62 re-land hide get/setLocalMatrix by commit-bot@chromium.org · 11 years ago
  41. 96fb748 add localmatrix parameter to shader's asNewEffect by commit-bot@chromium.org · 11 years ago
  42. b2c82c9 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  43. 8fae213 add localmatrix-shader by commit-bot@chromium.org · 11 years ago