1. e81b108 plumb matrix provider through skvm shaders by Mike Klein · 4 years, 4 months ago
  2. 9aaec36 Plumbing SkMatrixProvider into the raster backend by Brian Osman · 4 years, 6 months ago
  3. 449b115 Plumb SkMatrixProvider throughout Ganesh by Brian Osman · 4 years, 7 months ago
  4. cb1a2df skvm for picture-shader by Mike Reed · 4 years, 7 months ago
  5. 8a44af5 remove unused isAPicture from shaderbase by Mike Reed · 4 years, 8 months ago
  6. 52f0291 Remove SkMaskFilter::makeWithMatrix() by Florin Malita · 4 years, 8 months ago
  7. 116b33e Remove SkMaxScalar and SkMinScalar by Brian Osman · 4 years, 9 months ago
  8. 4bc0c1f Rename GrColorSpaceInfo -> GrColorInfo by Brian Salomon · 5 years ago
  9. bd3d8d3 Remove GrPixelConfig from GrColorSpaceInfo. by Brian Salomon · 5 years ago
  10. 8a64fa6 SkShaderBase::isAPicture() by Hal Canary · 5 years ago
  11. 729a23f Move ccpr headers for display list out of include/private. by Ben Wagner · 5 years ago
  12. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 6 years ago
  13. c8bea7d New factories for SkShaders by Mike Reed · 6 years ago
  14. fae8fce Use SkTileMode instead of nested enum by Mike Reed · 6 years ago
  15. e25b447 Move SkTileModes to top level by Mike Reed · 6 years ago
  16. f9666f5 Remove SkColorSpaceXformCanvas, and supporting code: by Brian Osman · 6 years ago
  17. 1386b2d pass common SkStageRec to all effects using rasterpipeline by Mike Reed · 6 years ago
  18. dfddf34 Fix bit-depth selection for picture shader playback with F16Norm by Brian Osman · 6 years ago
  19. 1efecea Make asFragmentProcessor entry point only take a GrRecordingContext (take 2) by Robert Phillips · 6 years ago
  20. a7f0013 Revert "Make asFragmentProcessor entry point only take a GrRecordingContext" by Robert Phillips · 6 years ago
  21. e821d21 Make asFragmentProcessor entry point only take a GrRecordingContext by Robert Phillips · 6 years ago
  22. 9da87e0 Rename GrContext::contextPriv to priv by Robert Phillips · 6 years ago
  23. 0ec1c57 remove sk_atomic_inc by Mike Klein · 6 years ago
  24. de2244c remove sk_atomic_dec by Mike Klein · 6 years ago
  25. 2e8f48e Play back picture shaders in 8888 or F16, depending on dst color type by Brian Osman · 6 years ago
  26. 298af50 Trim SkPictureShader's key by Florin Malita · 6 years ago
  27. e1552a5 Always require a color space on picture-backed images by Brian Osman · 6 years ago
  28. e92aae6 make legacy shadercontext optional by Mike Reed · 6 years ago
  29. bd65955 Remove SkImageCacherator entirely by Brian Osman · 6 years ago
  30. f6db495 Remove SkTransferFunctionBehavior by Brian Osman · 6 years ago
  31. b62f50c Replace nearly all kRespect with kIgnore by Brian Osman · 6 years ago
  32. efd99cc clean up SkPicture include by Cary Clark · 6 years ago
  33. 27dddae rebase by Cary Clark · 6 years ago
  34. 89ad31e Revert "Reland "remove toString"" by Cary Clark · 6 years ago
  35. 92e37b6 Reland "remove toString" by Cary Clark · 6 years ago
  36. 32a4910 Revert "remove toString" by Cary Clark · 6 years ago
  37. 5191880 remove toString by Cary Clark · 6 years ago
  38. c7fe0f7 Make GrCaps and GrShaderCaps private. by Brian Salomon · 6 years ago
  39. 8f88d89 Fix use-of-uninitialized-value in SkPictureShader::onMakeContext by Florin Malita · 7 years ago
  40. c6c5ead Reland "Fix handling of MaskFilter matrices" by Florin Malita · 7 years ago
  41. c64ee20 Revert "Fix handling of MaskFilter matrices" by Robert Phillips · 7 years ago
  42. 2097fd0 Fix handling of MaskFilter matrices by Florin Malita · 7 years ago
  43. 3b6afd5 Remove unused field fBitmapBytes by Yuqian Li · 7 years ago
  44. 9988541 remove SK_IGNORE_TO_STRING by Cary Clark · 7 years ago
  45. af2769d Banish SkShaderBase::isRasterPipelineOnly() by Florin Malita · 7 years ago
  46. 18f7e0a Fix picture shader handling of outer local matrix by Florin Malita · 7 years ago
  47. 88d9071 Revert "hide picture virtuals (no public callers)" by Mike Klein · 7 years ago
  48. 8005bff hide picture virtuals (no public callers) by Mike Reed · 7 years ago
  49. 3bc266b Revert "Revert "simplify GrFPArgs, isolating localmatrix"" by Mike Reed · 7 years ago
  50. 3d628fe Revert "simplify GrFPArgs, isolating localmatrix" by Mike Reed · 7 years ago
  51. b76c717 simplify GrFPArgs, isolating localmatrix by Mike Reed · 7 years ago
  52. e3429e6 rename inner AsFPArgs to stand-alone GrFPArgs by Mike Reed · 7 years ago
  53. 5a0f345 remove code from old picture serial guard by Mike Reed · 7 years ago
  54. d1c65d6 remove unneeded readbuffer flags by Mike Reed · 7 years ago
  55. 4cbb6e6 Pass GrRenderTargetContext's GrColorSpaceInfo to SkShader and SkColorFilter. by Brian Salomon · 7 years ago
  56. e25d119 Remove dead SK_SUPPORT_LEGACY_PICTURESHADER_ROUNDING code by Florin Malita · 7 years ago
  57. 1d8c42e fold params into StageRec by Mike Reed · 7 years ago
  58. eefe9f9 use rasterpipeline if localmatrix is rotated or skewed for images by Mike Reed · 7 years ago
  59. aff329b Make GrFragmentProcessor be non-refcounted and use std::unique_ptr. by Brian Salomon · 7 years ago
  60. 3404207 use rasterpipeline for images if matrix is >= scale+translate by Mike Reed · 7 years ago
  61. 8aeec29 simplify shaderbase -- remove shaderproc -- no measurable speed diff by Mike Reed · 7 years ago
  62. 0fddb2d Retry cleaning up SkLinearBitmapPipeline. by Mike Klein · 7 years ago
  63. b00a360 Purge cached SkPictureShader entries on shader deletion by Florin Malita · 7 years ago
  64. 604f0d5 Avoid unneeded picture shader color space transforms by Florin Malita · 7 years ago
  65. 5769dd2 Add some raster pipeline perspective asserts by Florin Malita · 7 years ago
  66. 980e279 Revert[2] "use rasterpipeline for non-8888-clamp shaders (so we can delete more legacy code)"" by Mike Reed · 7 years ago
  67. 19d0b99 Revert "use rasterpipeline for non-8888-clamp shaders (so we can delete more legacy code)" by Mike Reed · 7 years ago
  68. 00b8ab6 use rasterpipeline for non-8888-clamp shaders (so we can delete more legacy code) by Mike Reed · 7 years ago
  69. 70bc94f Bump min picture to 7+ months ago by Mike Reed · 7 years ago
  70. 5edba45 [Reland] Relocate shaders to own dir by Florin Malita · 7 years ago[Renamed from src/core/SkPictureShader.cpp]
  71. d8872be Revert "Relocate shaders to own dir" by Stan Iliev · 7 years ago[Renamed from src/shaders/SkPictureShader.cpp]
  72. fabe0b2 Relocate shaders to own dir by Florin Malita · 7 years ago[Renamed from src/core/SkPictureShader.cpp]
  73. 4aed138 Reland of SkShaderBase by Florin Malita · 7 years ago
  74. d93e11c Revert "SkShaderBase" by Florin Malita · 7 years ago
  75. 58a7564 SkShaderBase by Florin Malita · 7 years ago
  76. 28a7ad2 Add SkPictureShader::makeColorSpace() by Matt Sarett · 8 years ago
  77. e71db44 Use dstColorSpace in SkPictureShader cache key by Matt Sarett · 8 years ago
  78. 84dd857 make GrPaint.h private -- IWYU by Mike Reed · 8 years ago
  79. 185130c return and take SkImageGenerator as unique_ptr by Mike Reed · 8 years ago
  80. 9df70bb Picture backed images must have a bit depth and color space by Matt Sarett · 8 years ago
  81. 54be5c9 Revert "More non-invertible shader local matrix guards" by Robert Phillips · 8 years ago
  82. 368af46 More non-invertible shader local matrix guards by Florin Malita · 8 years ago
  83. 83e939b Use SkArenaAlloc in the SkAutoBlitterChoose code. by Herb Derby · 8 years ago
  84. dd8b72a Revert "Use SkArenaAlloc instead of SkSmallAllocator in the SkAutoBlitterChoose code." by Robert Phillips · 8 years ago
  85. 2b57b7f Use SkArenaAlloc instead of SkSmallAllocator in the SkAutoBlitterChoose code. by Herb Derby · 8 years ago
  86. a99b6ce start removing uses of SkScalarMul by Mike Reed · 8 years ago
  87. 8d2fb47 Implement onAppendStages for SkPictureShader by Yuqian Li · 8 years ago
  88. e94255d Specify bit depth and color space in SkImage::MakeFromPicture() by Matt Sarett · 8 years ago
  89. 138ea97 Add color space to picture image as a creation parameter by Brian Osman · 8 years ago
  90. 61624f0 Plumb dst color space in many places, rather than "mode" by Brian Osman · 8 years ago
  91. 7b8400d Rename SkSourceGammaTreatment to SkDestinationSurfaceColorMode by Brian Osman · 8 years ago
  92. 704cd32 src/core: s/SkAutoTUnref/sk_sp/g by Hal Canary · 8 years ago
  93. c9a9ca9 Fix double-accounting of SkPictureShader bitmap memory by fmalita · 8 years ago
  94. 1638c0d Add destination color space to AsFPArgs. Eliminates last XFORMTODO. by brianosman · 8 years ago
  95. 839345d Bundle SkShader::asFragmentProcessor arguments in a struct by brianosman · 8 years ago
  96. 06ca8ec sk_sp for Ganesh. by bungeman · 8 years ago
  97. 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
  98. 60c9b58 change flattenable factory to return sk_sp by reed · 9 years ago
  99. ca2622b return pictures as sk_sp by reed · 9 years ago
  100. 7fb4f8b Revert "Revert of add Make variations to return SkImage by sk_sp (patchset #5 id:80001 of https://codereview.chromium.org/1778393002/ )" by reed · 9 years ago