1. 7353dc5 Change SkSL main() from (float x, float y) to (float2 p) by Brian Osman · 5 years ago
  2. b962eff Revert "Revert "Complete rewrite of the SkSL interpreter"" by Ethan Nicholas · 5 years ago
  3. 470e0ac Revert "Revert "Revert "Complete rewrite of the SkSL interpreter""" by Ben Wagner · 5 years ago
  4. 7deb1c2 Revert "Revert "Complete rewrite of the SkSL interpreter"" by Ethan Nicholas · 5 years ago
  5. 99c54f0 Revert "Complete rewrite of the SkSL interpreter" by Ethan Nicholas · 5 years ago
  6. 2cde3a1 Complete rewrite of the SkSL interpreter by Ethan Nicholas · 5 years ago
  7. 6495a4f clamp to [0,1] before blending with normalized by Mike Klein · 5 years ago
  8. 9e0afb7 Fix clang warnings by Jian Cai · 5 years ago
  9. a8392b7 Slightly faster hsl_to_rgb stage by Florin Malita · 5 years ago
  10. 37bc8f9 restore _DXDY image shader on ARM by Mike Klein · 5 years ago
  11. ad82b40 Revert "impl. _clamp_8888 shaders using general mechanism" by Mike Klein · 5 years ago
  12. dfa1de9 impl. _clamp_8888 shaders using general mechanism by Mike Klein · 5 years ago
  13. 5d835d0 remove ternary min/max by Mike Klein · 5 years ago
  14. 11e6aa8 Starting to hack up HDR transfer function support by Brian Osman · 5 years ago
  15. ac353cb add alternate x-lerp using vpmaddubsw by Mike Klein · 5 years ago
  16. 0f55db5 fix buffer overflow by Mike Klein · 5 years ago
  17. 666e4da add alternate gather() impl. by Mike Klein · 5 years ago
  18. b23d66e Interpreter: Lots of minor cleanup/refactoring by Brian Osman · 5 years ago
  19. b83cc76 Reland "hsw::S32_alpha_D32_filter_DX" by Mike Klein · 5 years ago
  20. 479f9fe Revert "hsw::S32_alpha_D32_filter_DX" by Mike Klein · 5 years ago
  21. be47871 hsw::S32_alpha_D32_filter_DX by Mike Klein · 5 years ago
  22. c3f6314 clean up for SSSE3 bilerp by Mike Klein · 5 years ago
  23. 1cb5743 cut another multiply in SSE2 bilerp by Mike Klein · 5 years ago
  24. 19ae4aa cut a multiply in SSE2 bilerp by Mike Klein · 5 years ago
  25. 0ec56fc comment and TODO bilerp code by Mike Klein · 5 years ago
  26. f73ef0b Fix accessing off end of pixmap for R16G16_float in SSE2/SSE4.1 mode by Robert Phillips · 5 years ago
  27. 17a3a0b Last tranche of new SkColorTypes by Robert Phillips · 5 years ago
  28. 429f0d3 Add kRG_1616 and kAlpha_16 SkColorTypes by Robert Phillips · 5 years ago
  29. d470e1b Add kRG_88_SkColorType by Robert Phillips · 5 years ago
  30. 9318a6c build custom blitter for drawAtlas by Mike Reed · 6 years ago
  31. 0100562 new ideas for bilerp/bicubic? by Mike Klein · 6 years ago
  32. 78eedba WIP: hack to try combining bicubic stage by Mike Reed · 6 years ago
  33. 52337de re-run tools/rewrite_includes.py by Mike Klein · 6 years ago
  34. 869a3e8 Reland "Interpreter: Bounds check array access, add bool return from run" by Brian Osman · 6 years ago
  35. 3e6aa9f Revert "Interpreter: Bounds check array access, add bool return from run" by Brian Osman · 6 years ago
  36. f42de9e Interpreter: Bounds check array access, add bool return from run by Brian Osman · 6 years ago
  37. 019458d change colorfilter signature back to just inout color by Mike Reed · 6 years ago
  38. 8c31f2b use same signature for shader/colorfilters in sksl by Mike Reed · 6 years ago
  39. da69d59 rename to bt709_luminance_or_luma_to_alpha by Mike Klein · 6 years ago
  40. 3a8ff23 Move test around in cubic_solver to test function, not delta_t. by Mike Reed · 6 years ago
  41. 7aacb0b fix GCC arm64 builds by Mike Klein · 6 years ago
  42. 1e87a54 move SkVM interpreter back to SkVM.cpp by Mike Klein · 6 years ago
  43. fc64a1b slight speedup for hsw::blit_row_s32a_opaque by Mike Klein · 6 years ago
  44. 02eefbe header self-sufficiency and idempotency by Hal Canary · 6 years ago
  45. 2b7b2a2 add bit_clear by Mike Klein · 6 years ago
  46. 9c9863f split ID -> Reg,Val by Mike Klein · 6 years ago
  47. 031a2f5 simplify instructions back to one immediate by Mike Klein · 6 years ago
  48. 4b202a3 ByteCode: Better signature for innerRun, avoid memory stomping by Brian Osman · 6 years ago
  49. 3fd3cc9 runtime shaders by Mike Reed · 6 years ago
  50. f30b1c1 Revert "Revert "Make SkASSERT not break build in constexpr GrSwizzle method on GCC"" by Brian Salomon · 6 years ago
  51. 2b1a544 Reland "Reland "Reland "Interpreter: Support striped inputs for less overhead""" by Brian Osman · 6 years ago
  52. 01c9b89 Revert "Reland "Reland "Interpreter: Support striped inputs for less overhead""" by Brian Osman · 6 years ago
  53. 59b22f9 Reland "Reland "Interpreter: Support striped inputs for less overhead"" by Brian Osman · 6 years ago
  54. 2c59b4e Reland "Revert "Interpreter: Support striped inputs for less overhead"" by Brian Osman · 6 years ago
  55. edc42b9 Revert "Revert "Interpreter: Support striped inputs for less overhead"" by Brian Osman · 6 years ago
  56. 645fe10 Revert "Interpreter: Support striped inputs for less overhead" by Brian Osman · 6 years ago
  57. 5d89b66 Interpreter: Support striped inputs for less overhead by Brian Osman · 6 years ago
  58. c34d993 Revert "Add function to GrDataUtils to handle color conversions." by Robert Phillips · 6 years ago
  59. 7a177b4 centralize and force-inline unaligned_{load,store} by Mike Klein · 6 years ago
  60. 5509102 Add function to GrDataUtils to handle color conversions. by Brian Salomon · 6 years ago
  61. 342b1b2 proposed: add bytes() op by Mike Klein · 6 years ago
  62. 7b50231 slight bugfix for shr_i16x2 in the interpreter by Mike Klein · 6 years ago
  63. 57cb5ba i16x2 sub/shr by Mike Klein · 6 years ago
  64. 3538908 baby steps into 16-bit ops by Mike Klein · 6 years ago
  65. 821f5e8 remove mul_unorm8/mad_unorm8 by Mike Klein · 6 years ago
  66. d608e22 Add load/store to SkRasterPipeline for 16161616 unsigned normalized. by Brian Salomon · 6 years ago
  67. 217522c Add SkRasterPipeline support for more load/store formats and GrSwizzle. by Brian Salomon · 6 years ago
  68. c66373d tweak mul/mad_unorm8 by Mike Klein · 6 years ago
  69. a630732 revise extract instruction by Mike Klein · 6 years ago
  70. 6b43c30 add mad_unorm8 instruction by Mike Klein · 6 years ago
  71. e422761 use u32 in mul_unorm8 by Mike Klein · 6 years ago
  72. f1df397 tidy up register allocation by Mike Klein · 6 years ago
  73. 754bad3 hoist loop-invariant code out of the loop by Mike Klein · 6 years ago
  74. cf0daac allow two immediates by Mike Klein · 6 years ago
  75. 9656dce add extract instruction by Mike Klein · 6 years ago
  76. 1665aaa add pack instruction by Mike Klein · 6 years ago
  77. d7d04dc add mul_unorm8 instruction by Mike Klein · 6 years ago
  78. 68c50d0 sketch an skvm by Mike Klein · 6 years ago
  79. d2f2c04 Add AVX2 implementation for blit_row_s32a_opaque by Zhenyu Shan · 6 years ago
  80. dbc3caa rect-memset: memset + stride and height by Mike Reed · 6 years ago
  81. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 6 years ago
  82. 361a640 change colormatrixfilter to be 0...1 for translate by Mike Reed · 6 years ago
  83. 1ce03a6 rename gamma stage gamma_ by Mike Klein · 6 years ago
  84. 9a885b2 pass SkVx::Vec arguments as const& by Mike Klein · 6 years ago
  85. 3d50730 restore vmull_u8() in color32() by Mike Klein · 6 years ago
  86. c33e6dc restore SkOpts::blit_row_color32 by Mike Klein · 6 years ago
  87. 7e2c061 Remove spurious ';' by Brian Osman · 6 years ago
  88. 4c249ff don't bother passing lowp kernels dummy unnamed variables by Mike Klein · 6 years ago
  89. 895e1ee lowp stages for load/stores and lerp-native by Mike Reed · 6 years ago
  90. 79a7542 allow mixer to defer to a shader by Mike Reed · 6 years ago
  91. b90c080 Revert "remove plus clamp" by Mike Klein · 6 years ago
  92. 539909a remove plus clamp by Mike Klein · 6 years ago
  93. c723b70 Initial add SkMixers by Mike Reed · 6 years ago
  94. aa42ac6 remove unused clamp_a_dst by Mike Klein · 6 years ago
  95. 5e398c2 change load/store_rgba to have src and dst variants by Mike Reed · 6 years ago
  96. 5ece363 mark lowp TODOs by Mike Klein · 6 years ago
  97. cf27e74 Reland "bring back lowp bilerp_clamp_8888" by Mike Reed · 6 years ago
  98. c6671be Revert "bring back lowp bilerp_clamp_8888" by Mike Reed · 6 years ago
  99. 5043c09 bring back lowp bilerp_clamp_8888 by Mike Klein · 6 years ago
  100. 1c94143 round when writing lowp 565 or 4444 by Mike Klein · 6 years ago