1. 1da27ef Add F16 support to SkPNGImageEncoder by Matt Sarett · 8 years ago
  2. 5bee0b6 Reland "Respect full precision for RGB16 PNGs" (part 2) by Matt Sarett · 8 years ago
  3. dfff166 Revert "Respect full precision for RGB16 PNGs" by Matt Sarett · 8 years ago
  4. 7a090c4 Respect full precision for RGB16 PNGs by Matt Sarett · 8 years ago
  5. c55bc9a Fix out of bounds read in RP::load_tables_u16_be() by Matt Sarett · 8 years ago
  6. e71b167 Attempt 3: SkRasterPipelineBlitter: support A8 by Mike Klein · 8 years ago
  7. 379938e Use RasterPipeline to support full precision on 16-bit RGBA pngs by Matt Sarett · 8 years ago
  8. 25b6083 Revert "Use RasterPipeline to support full precision on 16-bit RGBA pngs" by Matt Sarett · 8 years ago
  9. bb2339d Use RasterPipeline to support full precision on 16-bit RGBA pngs by Matt Sarett · 8 years ago
  10. 86d55b3 Revert "Retry "SkRasterPipelineBlitter: support A8"..." by Mike Klein · 8 years ago
  11. f55ea6a Retry "SkRasterPipelineBlitter: support A8"... by Mike Klein · 8 years ago
  12. 8c8cb5b simplify by removing _d stages by Mike Klein · 8 years ago
  13. a2d25ec Use stack instead of malloc() for most calls to SkRasterPipeline::run(). by Mike Klein · 8 years ago
  14. 4a224f6 Revert "SkRasterPipelineBlitter: support A8" by Mike Klein · 8 years ago
  15. f44373c SkRasterPipelineBlitter: support A8 by Mike Klein · 8 years ago
  16. 464e6a1 Retry trim another instruction off SkRasterPipeline overhead by Mike Klein · 8 years ago
  17. e2b66a7 auto-generate _d stages by Mike Klein · 8 years ago
  18. 9ea894b Revert "trim another instruction off SkRasterPipeline overhead" by Mike Klein · 8 years ago
  19. e61c407 trim another instruction off SkRasterPipeline overhead by Mike Klein · 8 years ago
  20. 2410717 Fix swapped interpretation of c and e in SkColorSpace_ICC by Matt Sarett · 8 years ago
  21. 9752454 Added optimized sRGB/2.2 gamma stages into A2B color xform by raftias · 8 years ago
  22. d37d5d9 Revert "Revert "clamp to premul when reading premul sRGB"" by Mike Klein · 8 years ago
  23. 2e018f5 Revert "clamp to premul when reading premul sRGB" by Mike Klein · 8 years ago
  24. 04e10da clamp to premul when reading premul sRGB by Mike Klein · 8 years ago
  25. 4958006 funnel f16 through standard load/store/gather by Mike Klein · 8 years ago
  26. 0e18de9 Convert image width and height (used by tiling) to float once. by Mike Klein · 8 years ago
  27. b0b17d1 bicubic, attempt gazillion by Mike Klein · 8 years ago
  28. 2979b1a Added clamps in SkRasterPipeline's gamma stages. by raftias · 8 years ago
  29. 886cf53 Refactor bilerp a little. by Mike Klein · 8 years ago
  30. cc63173 remove upper limit on number of pipeline stages by Mike Klein · 8 years ago
  31. e2e2ae2 Manual byte -> float conversion. by Mike Klein · 8 years ago
  32. 3e05671 Tricky float -> byte conversion in store_8888. by Mike Klein · 8 years ago
  33. 9c77ea1 SkNf_round, use it in store_565 and store_tables. by Mike Klein · 8 years ago
  34. 87185f7 use fma in store_8888 by Mike Klein · 8 years ago
  35. abf8ba3 SkColorSpaceXform bug fixes attempt 2 by Matt Sarett · 8 years ago
  36. f6878ba Reland "Add RasterPipeline implementation for SkColorSpaceXform" by Matt Sarett · 8 years ago
  37. 0c32496 Avoid creating std::function in run_pipeline(). by Mike Klein · 8 years ago
  38. 5476128 Added CMYK support for ICC profiles. by raftias · 8 years ago
  39. b6d4e13 Revert "Add RasterPipeline implementation for SkColorSpaceXform" by Brian Osman · 8 years ago
  40. dd19ac7 Add RasterPipeline implementation for SkColorSpaceXform by Matt Sarett · 8 years ago
  41. 62458a6 Revert "Added CMYK support for ICC profiles." by Mike Klein · 8 years ago
  42. 51c3fcd Added CMYK support for ICC profiles. by raftias · 8 years ago
  43. 14c8f82 move all memset() logic into blitter by Mike Klein · 8 years ago
  44. 21aa3d0 fold more in SkRasterPipelineBlitter by Mike Klein · 8 years ago
  45. babd93e constant means constant by Mike Klein · 8 years ago
  46. c789b61 Bring back SkRasterPipeline::run() for one-off uses. by Mike Klein · 8 years ago
  47. 9452898 restore sRGB memset optimization by Mike Klein · 8 years ago
  48. 7a14734d support a8 by Mike Klein · 8 years ago
  49. a0c4c34 teach MSAN about maskload by Mike Klein · 8 years ago
  50. f7657e9 gather_i8 by Mike Klein · 8 years ago
  51. 56b5079 Make gather() look and work more like load(). by Mike Klein · 8 years ago
  52. bddd234 document x_tail encoding by Mike Klein · 8 years ago
  53. c51c18f use fma() in accumulate by Mike Klein · 8 years ago
  54. 729b582 Consistent naming. by Mike Klein · 8 years ago
  55. 2cbc33d simplify by Mike Klein · 8 years ago
  56. e03339a Convert blitter over to new style from_srgb, to_srgb. by Mike Klein · 8 years ago
  57. b04c352 Split srgb out of accum stages. by Mike Klein · 8 years ago
  58. 5a13011 Fix unpremul stage. by Mike Klein · 8 years ago
  59. d5de013 Some simple pipeline refactoring. by Mike Klein · 8 years ago
  60. 6b77f1c 4444 and gray 8 by Mike Klein · 8 years ago
  61. cb5338c Support sRGB 565. by Mike Klein · 8 years ago
  62. cb2c12b accum_565 and accum_f16 by Mike Klein · 8 years ago
  63. 46e66a2 bilerp by Mike Klein · 8 years ago
  64. f7f883b Rearrange NN sampling to more naturally support bilerp. by Mike Klein · 8 years ago
  65. 43c847b Simplify shader paint alpha modulation. by Mike Klein · 8 years ago
  66. 2e35e8a mirror tiling by Mike Klein · 8 years ago
  67. c01e7df perspective matrix by Mike Klein · 8 years ago
  68. b273fc4 repeat tiling by Mike Klein · 8 years ago
  69. 4e9bb74 Initialize all values we load. by Mike Klein · 8 years ago
  70. 06a65e2 Support SkImageShader in SkRasterPipeline blitter by Mike Klein · 8 years ago
  71. db4d406 Hook into parametric and table raster pipeline stages by Matt Sarett · 8 years ago
  72. a9312fd Add trace and registers stages. by Mike Klein · 8 years ago
  73. cfcf624 add {parametric,table}_{r,g,b} stages. by Mike Klein · 8 years ago
  74. fb191da More shader preliminaries / refactoring by Mike Klein · 8 years ago
  75. 0f91ea4 Fix up arguments passed to pipeline. by Mike Klein · 8 years ago
  76. af49b19 Start each pipeline with (x,y) in (dr,dg) registers for the shader. by Mike Klein · 8 years ago
  77. 2563601 Initial implementation of a SkColorSpace_A2B xform by raftias · 8 years ago
  78. ad48a70 Give memset lambdas explicit names. by Mike Klein · 8 years ago
  79. c509341 swap_src_dst -> move_src_dst by Mike Klein · 8 years ago
  80. 125b2aa Detect pipelines which can compile to memsets. by mtklein · 8 years ago
  81. a4a4488 skrpb: evaluate color filters for constant shaders once. by mtklein · 8 years ago
  82. 6b059bd Remove sk_linear_to_srgb_noclamp(). by Mike Klein · 8 years ago
  83. 6686617 Basic pipeline blend mode strength reductions: by Mike Klein · 8 years ago
  84. eea7c16 Add Matrix colorfilter pipeline stages. by Mike Klein · 8 years ago
  85. 1f49f26 SkRasterPipeline: implement SkLumaColorFilter by Mike Klein · 8 years ago
  86. 130863e Only clamp when we think our math requires it. by Mike Klein · 8 years ago
  87. bd3fe47 Convert SkRasterPipeline loads and stores to indirect. by Mike Klein · 8 years ago
  88. e9f74b8 SkRasterPipeline::compile(). by Mike Klein · 8 years ago
  89. aebfb45 Move SkRasterPipeline further into SkOpts. by Mike Klein · 8 years ago
  90. 3ae677c Zero tail stack buffers. by Mike Klein · 8 years ago
  91. 49372e6 SkRasterPipeline_opts: split next() into next_body() and next_tail(). by Mike Klein · 8 years ago
  92. 050ffa9 SkRasterPipeline: memcpy-free tail code. by Mike Klein · 8 years ago
  93. 2878e76 SkRasterPipeline refactor by Mike Klein · 8 years ago
  94. 5d16958 More explicit body/tail function versioning. by Mike Klein · 8 years ago
  95. 511ea17 SkNx_abi for passing Sk4f as function arguments, etc. by Mike Klein · 8 years ago
  96. 96b333a Add SkRasterPipeline support to SkModeColorFilter. by Mike Klein · 8 years ago
  97. 04adfda SkRasterPipeline: 8x pipelines, without any 8x code enabled. by Mike Klein · 8 years ago
  98. 42f4b42 Revert "SkRasterPipeline: 8x pipelines, attempt 2" by Mike Klein · 8 years ago
  99. a71e151 SkRasterPipeline: 8x pipelines, attempt 2 by Mike Klein · 8 years ago
  100. 9428587 Revert "SkRasterPipeline: 8x pipelines" by Mike Klein · 8 years ago