1. 2f5cfb6 Redo the types in bilerp_clamp_8888 to make more sense by Herb Derby · 3 years, 1 month ago
  2. 37035fc work around Fuchsia's compiler eccentricities by Herb Derby · 3 years, 1 month ago
  3. 86eb628 Reland "lowp bilerp_clamp_8888" by Herb Derby · 3 years, 2 months ago
  4. 501e8e1 fix rcp_precise for compiling with AVX by Herb Derby · 3 years, 1 month ago
  5. 907c593 Revert "lowp bilerp_clamp_8888" by Herb Derby · 3 years, 1 month ago
  6. ef96fa9 lowp bilerp_clamp_8888 by Herb Derby · 3 years, 2 months ago
  7. 9f6be8e Reland "align the different implementations of 1/x" by Herb Derby · 3 years, 1 month ago
  8. bb30fc1 Revert "align the different implementations of 1/x" by John Stiles · 3 years, 1 month ago
  9. 8289878 align the different implementations of 1/x by Herb Derby · 3 years, 1 month ago
  10. 9f1e06a Reland "Add sRGB 8888 colortype" by Brian Osman · 3 years, 3 months ago
  11. 405eb7b Revert "Add sRGB 8888 colortype" by Brian Osman · 3 years, 2 months ago
  12. 0f7c10e Add sRGB 8888 colortype by Brian Osman · 3 years, 3 months ago
  13. 14f8d79 Fix various cases of variable shadowing in Skia. by John Stiles · 3 years, 3 months ago
  14. 4c6fe58 Remove unused RP stage pointer by Brian Osman · 3 years, 3 months ago
  15. 395274e stop using rcp/rsqrt in SkRasterPipeline by Mike Klein · 3 years, 6 months ago
  16. 3d95597 remove SkRP TODOs by Mike Klein · 3 years, 9 months ago
  17. b296d92 macro hygiene in SkRP_opts.h by Mike Klein · 3 years, 10 months ago
  18. 627c002 support generalized HLG by Mike Klein · 3 years, 10 months ago
  19. 01ff538 Support luminance-alpha GL format for YUVA planes by Brian Salomon · 3 years, 11 months ago
  20. 2b8940e remove SkRP-based runtime effects by Mike Klein · 4 years, 3 months ago
  21. 7109434 Enforce trivially-copyable types on unaligned loads/stores/casts. by John Stiles · 4 years, 3 months ago
  22. 36e0849 Rename bit_cast to sk_bit_cast, and migrate to SkUtils.h. by John Stiles · 4 years, 3 months ago
  23. 30212b7 Fix implicit fallthroughs throughout Skia. by John Stiles · 4 years, 5 months ago
  24. ec8e0bf clean up legacy sRGB stages by Mike Klein · 4 years, 5 months ago
  25. 6222406 clean up some SK_LEGACY... defines by Mike Klein · 4 years, 5 months ago
  26. 7190399 SkRuntimeEffect: Support late bound uniforms in raster by Brian Osman · 4 years, 6 months ago
  27. 246d29a skx matches hsw now by Mike Klein · 4 years, 6 months ago
  28. 51d35ed add SKX opts by Mike Klein · 4 years, 6 months ago
  29. b08cc02 Switch back to stack-based SkSL interpreter by Brian Osman · 4 years, 7 months ago
  30. 121c2af clipShader -- raster implementation by Mike Reed · 4 years, 8 months ago
  31. 7353dc5 Change SkSL main() from (float x, float y) to (float2 p) by Brian Osman · 4 years, 9 months ago
  32. b962eff Revert "Revert "Complete rewrite of the SkSL interpreter"" by Ethan Nicholas · 4 years, 9 months ago
  33. 470e0ac Revert "Revert "Revert "Complete rewrite of the SkSL interpreter""" by Ben Wagner · 4 years, 9 months ago
  34. 7deb1c2 Revert "Revert "Complete rewrite of the SkSL interpreter"" by Ethan Nicholas · 4 years, 9 months ago
  35. 99c54f0 Revert "Complete rewrite of the SkSL interpreter" by Ethan Nicholas · 4 years, 9 months ago
  36. 2cde3a1 Complete rewrite of the SkSL interpreter by Ethan Nicholas · 4 years, 9 months ago
  37. 6495a4f clamp to [0,1] before blending with normalized by Mike Klein · 4 years, 10 months ago
  38. a8392b7 Slightly faster hsl_to_rgb stage by Florin Malita · 5 years ago
  39. ad82b40 Revert "impl. _clamp_8888 shaders using general mechanism" by Mike Klein · 5 years ago
  40. dfa1de9 impl. _clamp_8888 shaders using general mechanism by Mike Klein · 5 years ago
  41. 5d835d0 remove ternary min/max by Mike Klein · 5 years ago
  42. 11e6aa8 Starting to hack up HDR transfer function support by Brian Osman · 5 years ago
  43. 0f55db5 fix buffer overflow by Mike Klein · 5 years ago
  44. b23d66e Interpreter: Lots of minor cleanup/refactoring by Brian Osman · 5 years ago
  45. f73ef0b Fix accessing off end of pixmap for R16G16_float in SSE2/SSE4.1 mode by Robert Phillips · 5 years ago
  46. 17a3a0b Last tranche of new SkColorTypes by Robert Phillips · 5 years ago
  47. 429f0d3 Add kRG_1616 and kAlpha_16 SkColorTypes by Robert Phillips · 5 years ago
  48. d470e1b Add kRG_88_SkColorType by Robert Phillips · 5 years ago
  49. 9318a6c build custom blitter for drawAtlas by Mike Reed · 5 years ago
  50. 0100562 new ideas for bilerp/bicubic? by Mike Klein · 5 years ago
  51. 78eedba WIP: hack to try combining bicubic stage by Mike Reed · 5 years ago
  52. 869a3e8 Reland "Interpreter: Bounds check array access, add bool return from run" by Brian Osman · 5 years ago
  53. 3e6aa9f Revert "Interpreter: Bounds check array access, add bool return from run" by Brian Osman · 5 years ago
  54. f42de9e Interpreter: Bounds check array access, add bool return from run by Brian Osman · 5 years ago
  55. 019458d change colorfilter signature back to just inout color by Mike Reed · 5 years ago
  56. 8c31f2b use same signature for shader/colorfilters in sksl by Mike Reed · 5 years ago
  57. da69d59 rename to bt709_luminance_or_luma_to_alpha by Mike Klein · 5 years ago
  58. 7aacb0b fix GCC arm64 builds by Mike Klein · 5 years ago
  59. 4b202a3 ByteCode: Better signature for innerRun, avoid memory stomping by Brian Osman · 5 years ago
  60. 3fd3cc9 runtime shaders by Mike Reed · 5 years ago
  61. f30b1c1 Revert "Revert "Make SkASSERT not break build in constexpr GrSwizzle method on GCC"" by Brian Salomon · 5 years ago
  62. 2b1a544 Reland "Reland "Reland "Interpreter: Support striped inputs for less overhead""" by Brian Osman · 5 years ago
  63. 01c9b89 Revert "Reland "Reland "Interpreter: Support striped inputs for less overhead""" by Brian Osman · 5 years ago
  64. 59b22f9 Reland "Reland "Interpreter: Support striped inputs for less overhead"" by Brian Osman · 5 years ago
  65. 2c59b4e Reland "Revert "Interpreter: Support striped inputs for less overhead"" by Brian Osman · 5 years ago
  66. edc42b9 Revert "Revert "Interpreter: Support striped inputs for less overhead"" by Brian Osman · 5 years ago
  67. 645fe10 Revert "Interpreter: Support striped inputs for less overhead" by Brian Osman · 5 years ago
  68. 5d89b66 Interpreter: Support striped inputs for less overhead by Brian Osman · 5 years ago
  69. c34d993 Revert "Add function to GrDataUtils to handle color conversions." by Robert Phillips · 5 years ago
  70. 7a177b4 centralize and force-inline unaligned_{load,store} by Mike Klein · 5 years ago
  71. 5509102 Add function to GrDataUtils to handle color conversions. by Brian Salomon · 5 years ago
  72. d608e22 Add load/store to SkRasterPipeline for 16161616 unsigned normalized. by Brian Salomon · 5 years ago
  73. 217522c Add SkRasterPipeline support for more load/store formats and GrSwizzle. by Brian Salomon · 5 years ago
  74. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 6 years ago
  75. 361a640 change colormatrixfilter to be 0...1 for translate by Mike Reed · 6 years ago
  76. 1ce03a6 rename gamma stage gamma_ by Mike Klein · 6 years ago
  77. 4c249ff don't bother passing lowp kernels dummy unnamed variables by Mike Klein · 6 years ago
  78. 895e1ee lowp stages for load/stores and lerp-native by Mike Reed · 6 years ago
  79. 79a7542 allow mixer to defer to a shader by Mike Reed · 6 years ago
  80. b90c080 Revert "remove plus clamp" by Mike Klein · 6 years ago
  81. 539909a remove plus clamp by Mike Klein · 6 years ago
  82. c723b70 Initial add SkMixers by Mike Reed · 6 years ago
  83. aa42ac6 remove unused clamp_a_dst by Mike Klein · 6 years ago
  84. 5e398c2 change load/store_rgba to have src and dst variants by Mike Reed · 6 years ago
  85. 5ece363 mark lowp TODOs by Mike Klein · 6 years ago
  86. cf27e74 Reland "bring back lowp bilerp_clamp_8888" by Mike Reed · 6 years ago
  87. c6671be Revert "bring back lowp bilerp_clamp_8888" by Mike Reed · 6 years ago
  88. 5043c09 bring back lowp bilerp_clamp_8888 by Mike Klein · 6 years ago
  89. 1c94143 round when writing lowp 565 or 4444 by Mike Klein · 6 years ago
  90. 5deadca Remove nearly all use of SkColorSpaceTransferFn by Brian Osman · 6 years ago
  91. 8b0f9d1 tear down one-big-switch SkRasterPipeline backend by Mike Klein · 6 years ago
  92. c11bf8c fix fallthrough when deciding lowp/highp by Mike Klein · 6 years ago
  93. 05bf931 add run_pipeline_obs by Mike Klein · 6 years ago
  94. 8354c52 unify lowp stage argument lists by Mike Klein · 6 years ago
  95. eda2ac2 send 3D masks through raster pipeline blitter by Mike Klein · 6 years ago
  96. 229befe also catch 1^y == 1 as a special case by Mike Klein · 6 years ago
  97. b11ab57 remove src/jumper by Mike Klein · 6 years ago
  98. 1a3eb52 trim off more bgra stages by Mike Klein · 6 years ago
  99. dd9bfe9 eliminate srcover_bgra_8888 by Mike Klein · 6 years ago
  100. b1df5e5 make gray8 support uniformly weird by Mike Klein · 6 years ago