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