1. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  2. 361a640 change colormatrixfilter to be 0...1 for translate by Mike Reed · 5 years ago
  3. 1ce03a6 rename gamma stage gamma_ by Mike Klein · 5 years ago
  4. 9a885b2 pass SkVx::Vec arguments as const& by Mike Klein · 6 years ago
  5. 3d50730 restore vmull_u8() in color32() by Mike Klein · 6 years ago
  6. c33e6dc restore SkOpts::blit_row_color32 by Mike Klein · 6 years ago
  7. 7e2c061 Remove spurious ';' by Brian Osman · 6 years ago
  8. 4c249ff don't bother passing lowp kernels dummy unnamed variables by Mike Klein · 6 years ago
  9. 895e1ee lowp stages for load/stores and lerp-native by Mike Reed · 6 years ago
  10. 79a7542 allow mixer to defer to a shader by Mike Reed · 6 years ago
  11. b90c080 Revert "remove plus clamp" by Mike Klein · 6 years ago
  12. 539909a remove plus clamp by Mike Klein · 6 years ago
  13. c723b70 Initial add SkMixers by Mike Reed · 6 years ago
  14. aa42ac6 remove unused clamp_a_dst by Mike Klein · 6 years ago
  15. 5e398c2 change load/store_rgba to have src and dst variants by Mike Reed · 6 years ago
  16. 5ece363 mark lowp TODOs by Mike Klein · 6 years ago
  17. cf27e74 Reland "bring back lowp bilerp_clamp_8888" by Mike Reed · 6 years ago
  18. c6671be Revert "bring back lowp bilerp_clamp_8888" by Mike Reed · 6 years ago
  19. 5043c09 bring back lowp bilerp_clamp_8888 by Mike Klein · 6 years ago
  20. 1c94143 round when writing lowp 565 or 4444 by Mike Klein · 6 years ago
  21. 50ea3c0 Add support for MSVC run-time checks (and control flow guard) by Brian Osman · 6 years ago
  22. 5deadca Remove nearly all use of SkColorSpaceTransferFn by Brian Osman · 6 years ago
  23. 8b0f9d1 tear down one-big-switch SkRasterPipeline backend by Mike Klein · 6 years ago
  24. c11bf8c fix fallthrough when deciding lowp/highp by Mike Klein · 6 years ago
  25. 05bf931 add run_pipeline_obs by Mike Klein · 6 years ago
  26. 8354c52 unify lowp stage argument lists by Mike Klein · 6 years ago
  27. 7dfe6d9 minor Sk4px cleanup by Mike Klein · 6 years ago
  28. c33d614 add google-build-namespaces to clang-tidy checks by Mike Klein · 6 years ago
  29. f3086f0 split up SkColor_opts_SSE2.h by Mike Klein · 6 years ago
  30. 16777f7 split up SkColor_opts_neon.h by Mike Klein · 6 years ago
  31. f8dfe4c clean up SkBitmapProcState::platformProcs() by Mike Klein · 6 years ago
  32. e5b08df move NEON matrixProcs into matrixProcs.cpp by Mike Klein · 6 years ago
  33. 20e2fb2 SkBitmapProcState_matrixProcs.cpp refactoring by Mike Klein · 6 years ago
  34. 2c8e2bc refactor SkBitmapProcState_opts.h a bit by Mike Klein · 6 years ago
  35. a2187bf port S32_alpha_D32_filter_DX to SkOpts by Mike Klein · 6 years ago
  36. d27274b remove _DXDY_ sample procs by Mike Klein · 6 years ago
  37. 082eaeb commit to alpha bitmap procs by Mike Klein · 6 years ago
  38. 08c891a remove mention of 16-bit shader procs by Mike Klein · 6 years ago
  39. 9341952 skip alpha scale if 256 by Mike Klein · 6 years ago
  40. 14b9f53 refactor SkBitmapProcState_opts_SSSE3 by Mike Klein · 6 years ago
  41. abde1ad remove opaque/alpha distinction in SSSE3 code by Mike Klein · 6 years ago
  42. bf472be drop sub_y == 0 optimization by Mike Klein · 6 years ago
  43. f47abb4 remove unused DXDY SSSE3 bitmap opts by Mike Klein · 6 years ago
  44. 6a2c42f clean up SkBlitRow_opts by Mike Klein · 6 years ago
  45. 32828eb move LCD blits to SkBlitter_ARGB32.cpp by Mike Klein · 6 years ago
  46. c244c2f remove SkBlitMask::PlatformRowProcs by Mike Klein · 6 years ago
  47. eda2ac2 send 3D masks through raster pipeline blitter by Mike Klein · 6 years ago
  48. f1eda00 Remove more unused color functions, and an unused Neon blitter by Brian Osman · 6 years ago
  49. 229befe also catch 1^y == 1 as a special case by Mike Klein · 6 years ago
  50. 76aed1e Add GrColor4h (half-float), for use in Ops and (eventually) vertices by Brian Osman · 6 years ago
  51. d99bd00 move unspecialized routines out of SkOpts by Mike Klein · 6 years ago
  52. b11ab57 remove src/jumper by Mike Klein · 6 years ago
  53. 3c9fbae cut out the rest of blend modes in flutter by Mike Klein · 6 years ago
  54. b2a232f clean up SK_LEGACY_COMPLEX_XFERMODES by Mike Klein · 6 years ago
  55. 722a9f2 cut out another batch of old xfermodes by Mike Klein · 6 years ago
  56. 1a3eb52 trim off more bgra stages by Mike Klein · 6 years ago
  57. dd9bfe9 eliminate srcover_bgra_8888 by Mike Klein · 6 years ago
  58. b1df5e5 make gray8 support uniformly weird by Mike Klein · 6 years ago
  59. 90c069b clean up SK_LEGACY_4F_XFERMODES by Mike Klein · 6 years ago
  60. 419709d disable lowp raster pipeline stages in Flutter by Mike Klein · 6 years ago
  61. 28bce29 remove old-style 4-float xfemrodes by Mike Klein · 6 years ago
  62. fd69b6d tune SkOpts::hash_fn() quality by Mike Klein · 6 years ago
  63. 6e78ae5 Reland "have SkConvertPixels use SkColorSpaceXformSteps" by Mike Klein · 6 years ago
  64. 82e0e44 Remove a largue quantity of 4444 and/or dithering code by Brian Osman · 6 years ago
  65. be56949 add bitmap shaders to P3 by Mike Klein · 6 years ago
  66. eb50f43 add clamp_gamut by Mike Klein · 6 years ago
  67. 24de648 fix lowp gradients by Mike Klein · 6 years ago
  68. d9187c0 Revert "SkMath takes some functions from from SkTypes" by Mike Klein · 6 years ago
  69. 3b34723 SkMath takes some functions from from SkTypes by Hal Canary · 6 years ago
  70. b1c77e4 clean up legacy flags by Mike Klein · 6 years ago
  71. 33d3d31 stop clamping in parametric stage by Mike Klein · 6 years ago
  72. c4e4063 fix sw extended transfer functions by Mike Klein · 6 years ago
  73. 15eb1e9 update CPU feature macros in src/opts by Mike Klein · 6 years ago
  74. 83e86eb Reland "standardize macro checks in SkRasterPipeline_opts" by Mike Klein · 6 years ago
  75. 4ff2611 Revert "standardize macro checks in SkRasterPipeline_opts" by Mike Klein · 6 years ago
  76. 75d25c4 standardize macro checks in SkRasterPipeline_opts by Mike Klein · 6 years ago
  77. ea045b5 fix clamp_0/clamp_1 stages in lowp by Mike Klein · 6 years ago
  78. ea60b95 IWYU: SkUtils.h by Hal Canary · 6 years ago
  79. 475c5e9 turn on alignment sanitizer by Mike Klein · 6 years ago
  80. 73d7ffc refine NEON checks in raster pipeline by Mike Klein · 6 years ago
  81. 4eebd9e collapse parametric_{r,g,b} into parametric, remove _a and gamma_dst by Mike Klein · 6 years ago
  82. cd3e13a Reland "transform paint color to dst colorspace" by Mike Klein · 6 years ago
  83. b82edcc update (non-sprite) image shader color management by Mike Klein · 6 years ago
  84. 3785471 basic first pass at RGBA F32 support by Mike Klein · 6 years ago
  85. f08d1d0 Stop using SkTSwap. by Ben Wagner · 6 years ago
  86. b831ea2 remove lowp bilerp_clamp_8888 stage by Mike Klein · 6 years ago
  87. c640d0d Revert "Revert "SkTypes: extract SkTo"" by Hal Canary · 6 years ago
  88. fdcfb8b Revert "SkTypes: extract SkTo" by Hal Canary · 6 years ago
  89. 8ea971b avoid immintrin.h in SkNx_sse.h by Mike Klein · 6 years ago
  90. 2a2f675 SkTypes: extract SkTo by Hal Canary · 6 years ago
  91. bf45c70 Clean up a few IWYU issues by Mike Klein · 6 years ago
  92. 89c5e88 Implement Sk2f::floor by Chris Dalton · 6 years ago
  93. 6f02af9 remove linear-blended sRGB dst support in software by Mike Klein · 6 years ago
  94. b54d223 fix a weird edge case in to_srgb stage by Mike Klein · 6 years ago
  95. e304a8a remove map() from SkRasterPipeline_opts.h by Mike Klein · 6 years ago
  96. 6747f52 Reland "start cleaning up non-skcms SkColorSpaceXforms" by Mike Klein · 6 years ago
  97. e60ae82 Revert "start cleaning up non-skcms SkColorSpaceXforms" by Mike Klein · 6 years ago
  98. 339133f8 start cleaning up non-skcms SkColorSpaceXforms by Mike Klein · 6 years ago
  99. 010ce2b rewrite while to for loop to avoid last increment by Mike Reed · 6 years ago
  100. 2eab65b avoid overflow by using tmp 64bits by Mike Reed · 7 years ago