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