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