1. 5e34167 Convert more code to use color space xform FP by Brian Osman · 7 years ago
  2. f3b4e16 Fold clamp_{x,y} into the gathers. by Mike Klein · 7 years ago
  3. 2bbdcc4 Rework GrSamplerParams to be more compact and use its own wrap mode enum. by Brian Salomon · 7 years ago
  4. 1d8c42e fold params into StageRec by Mike Reed · 7 years ago
  5. dc03dde remove code associated with legacy affine imageshaders by Mike Reed · 7 years ago
  6. eefe9f9 use rasterpipeline if localmatrix is rotated or skewed for images by Mike Reed · 7 years ago
  7. 766656d remove unused flag for rotated imageshaders by Mike Reed · 7 years ago
  8. 6274c42 Add back raster pipeline image tiling guard by Florin Malita · 7 years ago
  9. aff329b Make GrFragmentProcessor be non-refcounted and use std::unique_ptr. by Brian Salomon · 7 years ago
  10. 3404207 use rasterpipeline for images if matrix is >= scale+translate by Mike Reed · 7 years ago
  11. ff46ace remove guard for tiling by Mike Reed · 7 years ago
  12. f5d4d86 Revert "use rasterpipeline for filtering for very large images" by Mike Klein · 7 years ago
  13. 97d4cf0 use rasterpipeline for filtering for very large images by Mike Reed · 7 years ago
  14. 0fddb2d Retry cleaning up SkLinearBitmapPipeline. by Mike Klein · 7 years ago
  15. e32500f Assume HQ is handled by pipeline, delete legacy code-path by Mike Reed · 7 years ago
  16. 968af43 remove gather_i8, unify memory-touching contexts by Mike Klein · 7 years ago
  17. 086a427 guard references to SkColorTable by Mike Reed · 7 years ago
  18. 262b319 Index8 is dead, remove guarded code by Mike Reed · 7 years ago
  19. 5805013 Guard to remove kIndex_8_SkColorType by Mike Reed · 7 years ago
  20. 5769dd2 Add some raster pipeline perspective asserts by Florin Malita · 7 years ago
  21. 6b59bf4 consolidate logic for matrix stage by Mike Reed · 7 years ago
  22. 41dc6cc remove unreachable samples for non-N32 imageshaders by Mike Reed · 7 years ago
  23. 7f22511 add guard for handling swizzles via rasterpipeline by Mike Reed · 7 years ago
  24. 111f8a9 add bgra as 1st class format by Mike Klein · 7 years ago
  25. cbbb58a Revert "speculative fix for chrome roll" by Mike Reed · 7 years ago
  26. 4220a92 speculative fix for chrome roll by Mike Reed · 7 years ago
  27. 2e3c955 disable optimization (for now) for android by Mike Reed · 7 years ago
  28. 587d082 optimize imageshaders to use clamp for dimension==1 by Mike Reed · 7 years ago
  29. bc4c26b reduce exposure of SK_SUPPORT_LEGACY_TILED_BITMAPS to not replace repeats yet by Mike Reed · 7 years ago
  30. 51e46d5 use mul_inv instead of div for tiling by Mike Reed · 7 years ago
  31. 0cc60b8 fix repeat/mirror sampling bleed by Mike Klein · 7 years ago
  32. 980e279 Revert[2] "use rasterpipeline for non-8888-clamp shaders (so we can delete more legacy code)"" by Mike Reed · 7 years ago
  33. 19d0b99 Revert "use rasterpipeline for non-8888-clamp shaders (so we can delete more legacy code)" by Mike Reed · 7 years ago
  34. 00b8ab6 use rasterpipeline for non-8888-clamp shaders (so we can delete more legacy code) by Mike Reed · 7 years ago
  35. fbcef6e Clean up GrResourceProvider usage by Robert Phillips · 7 years ago
  36. 5df94d5 have shaders that need seed_shader call it themselves by Mike Klein · 7 years ago
  37. 9c6645e assume sRGB transfer function on untagged images by Mike Klein · 7 years ago
  38. 5edba45 [Reland] Relocate shaders to own dir by Florin Malita · 7 years ago[Renamed from src/image/SkImageShader.cpp]
  39. d8872be Revert "Relocate shaders to own dir" by Stan Iliev · 7 years ago[Renamed from src/shaders/SkImageShader.cpp]
  40. fabe0b2 Relocate shaders to own dir by Florin Malita · 7 years ago[Renamed from src/image/SkImageShader.cpp]
  41. 4aed138 Reland of SkShaderBase by Florin Malita · 7 years ago
  42. d93e11c Revert "SkShaderBase" by Florin Malita · 7 years ago
  43. 58a7564 SkShaderBase by Florin Malita · 7 years ago
  44. f391f4e Pass alphaType to append_gamut_transform() to inform the clamp by Matt Sarett · 7 years ago
  45. fc84dc5 proposed: inclusive gradients, exclusive images by Mike Klein · 7 years ago
  46. ee2d9df make append_gamut_tranform() never fail by Mike Klein · 7 years ago
  47. 0a90449 jumper, bilinear and bicubic sampling stages by Mike Klein · 8 years ago
  48. cf1b022 tweaks to make gather_* easier in SkJumper by Mike Klein · 8 years ago
  49. 296b1cc Retract GrContext from src/gpu/effects by Robert Phillips · 8 years ago
  50. b726d58 Partially defer SkImage_Gpu by Robert Phillips · 8 years ago
  51. 3b65598 Make SkGr.h private and remove unused functions by Brian Osman · 8 years ago
  52. bfdc87a Revert "Revert "Always make SkImageShaders in heap."" by Herb Derby · 8 years ago
  53. 07f665e Revert "Always make SkImageShaders in heap." by Herb Derby · 8 years ago
  54. ff590a1 Always make SkImageShaders in heap. by Herb Derby · 8 years ago
  55. 54be5c9 Revert "More non-invertible shader local matrix guards" by Robert Phillips · 8 years ago
  56. 368af46 More non-invertible shader local matrix guards by Florin Malita · 8 years ago
  57. 83e939b Use SkArenaAlloc in the SkAutoBlitterChoose code. by Herb Derby · 8 years ago
  58. dd8b72a Revert "Use SkArenaAlloc instead of SkSmallAllocator in the SkAutoBlitterChoose code." by Robert Phillips · 8 years ago
  59. 2b57b7f Use SkArenaAlloc instead of SkSmallAllocator in the SkAutoBlitterChoose code. by Herb Derby · 8 years ago
  60. 882ccaf Raster pipeline support for SkLocalMatrixShader composition by Florin Malita · 8 years ago
  61. 67c18d6 Continue making Ganesh use absolute texture coordinates - take 2 by Robert Phillips · 8 years ago
  62. c485907 Revert "explictly fail to draw unpremul, as this is buggy, incomplete, tricky, and unused" by Joe Gregorio · 8 years ago
  63. 1baaaca explictly fail to draw unpremul, as this is buggy, incomplete, tricky, and unused by Mike Reed · 8 years ago
  64. a7d61a6 Revert "Continue making Ganesh use absolute texture coordinates" by Joe Gregorio · 8 years ago
  65. 4493a9d Continue making Ganesh use absolute texture coordinates by Robert Phillips · 8 years ago
  66. ac04fef Remove SkFallbackAlloc and SkFixedAlloc. by Herb Derby · 8 years ago
  67. 8bc9f7b Remove SkImageShader -> SkColorShader optimization. by Mike Klein · 8 years ago
  68. d37d5d9 Revert "Revert "clamp to premul when reading premul sRGB"" by Mike Klein · 8 years ago
  69. 2e018f5 Revert "clamp to premul when reading premul sRGB" by Mike Klein · 8 years ago
  70. 04e10da clamp to premul when reading premul sRGB by Mike Klein · 8 years ago
  71. 0e18de9 Convert image width and height (used by tiling) to float once. by Mike Klein · 8 years ago
  72. b0b17d1 bicubic, attempt gazillion by Mike Klein · 8 years ago
  73. 61624f0 Plumb dst color space in many places, rather than "mode" by Brian Osman · 8 years ago
  74. 886cf53 Refactor bilerp a little. by Mike Klein · 8 years ago
  75. 13bf622 Remove dest surface color mode from bitmap controller by Brian Osman · 8 years ago
  76. f447dee support medium and high quality by Mike Klein · 8 years ago
  77. 7a14734 support a8 by Mike Klein · 8 years ago
  78. f7657e9 gather_i8 by Mike Klein · 8 years ago
  79. 729b582 Consistent naming. by Mike Klein · 8 years ago
  80. b04c352 Split srgb out of accum stages. by Mike Klein · 8 years ago
  81. d5de013 Some simple pipeline refactoring. by Mike Klein · 8 years ago
  82. 6b77f1c 4444 and gray 8 by Mike Klein · 8 years ago
  83. cb5338c Support sRGB 565. by Mike Klein · 8 years ago
  84. cb2c12b accum_565 and accum_f16 by Mike Klein · 8 years ago
  85. 46e66a2 bilerp by Mike Klein · 8 years ago
  86. f7f883b Rearrange NN sampling to more naturally support bilerp. by Mike Klein · 8 years ago
  87. 7992da3 Support decoding images to multiple formats, depending on usage by Brian Osman · 8 years ago
  88. 2e35e8a mirror tiling by Mike Klein · 8 years ago
  89. c01e7df perspective matrix by Mike Klein · 8 years ago
  90. b273fc4 repeat tiling by Mike Klein · 8 years ago
  91. bf178a7 Replace my confusion with a pointer to the explanation. by Mike Klein · 8 years ago
  92. 514baff Rename GrTextureParams to GrSamplerParams by Brian Salomon · 8 years ago
  93. 7776029 Strength reduce bilerp to nearest neighbor when the matrix is integer translate. by Mike Klein · 8 years ago
  94. 06a65e2 Support SkImageShader in SkRasterPipeline blitter by Mike Klein · 8 years ago
  95. 0bbecb2 Rename GrTextureAccess to GrProcessor::TextureSampler. by Brian Salomon · 8 years ago
  96. 57ae6cf Revert "Support decoding images to multiple formats, depending on usage" by Brian Osman · 8 years ago
  97. c73a1ec Support decoding images to multiple formats, depending on usage by Brian Osman · 8 years ago
  98. 7b8400d Rename SkSourceGammaTreatment to SkDestinationSurfaceColorMode by Brian Osman · 8 years ago
  99. 67b39de s/SkAutoTUnref/sk_sp/ in src/ part 1 by Hal Canary · 8 years ago
  100. dc87a7d Skip SkBitmapProvider instantiation in SkImageShader::onContextSize by fmalita · 8 years ago