1. 019458d change colorfilter signature back to just inout color by Mike Reed · 5 years ago
  2. 8c31f2b use same signature for shader/colorfilters in sksl by Mike Reed · 5 years ago
  3. da69d59 rename to bt709_luminance_or_luma_to_alpha by Mike Klein · 5 years ago
  4. 3a8ff23 Move test around in cubic_solver to test function, not delta_t. by Mike Reed · 5 years ago
  5. 7aacb0b fix GCC arm64 builds by Mike Klein · 5 years ago
  6. 1e87a54 move SkVM interpreter back to SkVM.cpp by Mike Klein · 5 years ago
  7. fc64a1b slight speedup for hsw::blit_row_s32a_opaque by Mike Klein · 5 years ago
  8. 02eefbe header self-sufficiency and idempotency by Hal Canary · 5 years ago
  9. 2b7b2a2 add bit_clear by Mike Klein · 5 years ago
  10. 9c9863f split ID -> Reg,Val by Mike Klein · 5 years ago
  11. 031a2f5 simplify instructions back to one immediate by Mike Klein · 5 years ago
  12. 4b202a3 ByteCode: Better signature for innerRun, avoid memory stomping by Brian Osman · 5 years ago
  13. 3fd3cc9 runtime shaders by Mike Reed · 5 years ago
  14. f30b1c1 Revert "Revert "Make SkASSERT not break build in constexpr GrSwizzle method on GCC"" by Brian Salomon · 5 years ago
  15. 2b1a544 Reland "Reland "Reland "Interpreter: Support striped inputs for less overhead""" by Brian Osman · 5 years ago
  16. 01c9b89 Revert "Reland "Reland "Interpreter: Support striped inputs for less overhead""" by Brian Osman · 5 years ago
  17. 59b22f9 Reland "Reland "Interpreter: Support striped inputs for less overhead"" by Brian Osman · 5 years ago
  18. 2c59b4e Reland "Revert "Interpreter: Support striped inputs for less overhead"" by Brian Osman · 5 years ago
  19. edc42b9 Revert "Revert "Interpreter: Support striped inputs for less overhead"" by Brian Osman · 5 years ago
  20. 645fe10 Revert "Interpreter: Support striped inputs for less overhead" by Brian Osman · 5 years ago
  21. 5d89b66 Interpreter: Support striped inputs for less overhead by Brian Osman · 5 years ago
  22. c34d993 Revert "Add function to GrDataUtils to handle color conversions." by Robert Phillips · 5 years ago
  23. 7a177b4 centralize and force-inline unaligned_{load,store} by Mike Klein · 5 years ago
  24. 5509102 Add function to GrDataUtils to handle color conversions. by Brian Salomon · 5 years ago
  25. 342b1b2 proposed: add bytes() op by Mike Klein · 5 years ago
  26. 7b50231 slight bugfix for shr_i16x2 in the interpreter by Mike Klein · 5 years ago
  27. 57cb5ba i16x2 sub/shr by Mike Klein · 5 years ago
  28. 3538908 baby steps into 16-bit ops by Mike Klein · 5 years ago
  29. 821f5e8 remove mul_unorm8/mad_unorm8 by Mike Klein · 5 years ago
  30. d608e22 Add load/store to SkRasterPipeline for 16161616 unsigned normalized. by Brian Salomon · 5 years ago
  31. 217522c Add SkRasterPipeline support for more load/store formats and GrSwizzle. by Brian Salomon · 5 years ago
  32. c66373d tweak mul/mad_unorm8 by Mike Klein · 5 years ago
  33. a630732 revise extract instruction by Mike Klein · 5 years ago
  34. 6b43c30 add mad_unorm8 instruction by Mike Klein · 5 years ago
  35. e422761 use u32 in mul_unorm8 by Mike Klein · 5 years ago
  36. f1df397 tidy up register allocation by Mike Klein · 5 years ago
  37. 754bad3 hoist loop-invariant code out of the loop by Mike Klein · 5 years ago
  38. cf0daac allow two immediates by Mike Klein · 5 years ago
  39. 9656dce add extract instruction by Mike Klein · 5 years ago
  40. 1665aaa add pack instruction by Mike Klein · 5 years ago
  41. d7d04dc add mul_unorm8 instruction by Mike Klein · 5 years ago
  42. 68c50d0 sketch an skvm by Mike Klein · 5 years ago
  43. d2f2c04 Add AVX2 implementation for blit_row_s32a_opaque by Zhenyu Shan · 5 years ago
  44. dbc3caa rect-memset: memset + stride and height by Mike Reed · 5 years ago
  45. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  46. 361a640 change colormatrixfilter to be 0...1 for translate by Mike Reed · 5 years ago
  47. 1ce03a6 rename gamma stage gamma_ by Mike Klein · 5 years ago
  48. 9a885b2 pass SkVx::Vec arguments as const& by Mike Klein · 5 years ago
  49. 3d50730 restore vmull_u8() in color32() by Mike Klein · 5 years ago
  50. c33e6dc restore SkOpts::blit_row_color32 by Mike Klein · 5 years ago
  51. 7e2c061 Remove spurious ';' by Brian Osman · 5 years ago
  52. 4c249ff don't bother passing lowp kernels dummy unnamed variables by Mike Klein · 5 years ago
  53. 895e1ee lowp stages for load/stores and lerp-native by Mike Reed · 5 years ago
  54. 79a7542 allow mixer to defer to a shader by Mike Reed · 5 years ago
  55. b90c080 Revert "remove plus clamp" by Mike Klein · 5 years ago
  56. 539909a remove plus clamp by Mike Klein · 5 years ago
  57. c723b70 Initial add SkMixers by Mike Reed · 5 years ago
  58. aa42ac6 remove unused clamp_a_dst by Mike Klein · 5 years ago
  59. 5e398c2 change load/store_rgba to have src and dst variants by Mike Reed · 6 years ago
  60. 5ece363 mark lowp TODOs by Mike Klein · 6 years ago
  61. cf27e74 Reland "bring back lowp bilerp_clamp_8888" by Mike Reed · 6 years ago
  62. c6671be Revert "bring back lowp bilerp_clamp_8888" by Mike Reed · 6 years ago
  63. 5043c09 bring back lowp bilerp_clamp_8888 by Mike Klein · 6 years ago
  64. 1c94143 round when writing lowp 565 or 4444 by Mike Klein · 6 years ago
  65. 50ea3c0 Add support for MSVC run-time checks (and control flow guard) by Brian Osman · 6 years ago
  66. 5deadca Remove nearly all use of SkColorSpaceTransferFn by Brian Osman · 6 years ago
  67. 8b0f9d1 tear down one-big-switch SkRasterPipeline backend by Mike Klein · 6 years ago
  68. c11bf8c fix fallthrough when deciding lowp/highp by Mike Klein · 6 years ago
  69. 05bf931 add run_pipeline_obs by Mike Klein · 6 years ago
  70. 8354c52 unify lowp stage argument lists by Mike Klein · 6 years ago
  71. 7dfe6d9 minor Sk4px cleanup by Mike Klein · 6 years ago
  72. c33d614 add google-build-namespaces to clang-tidy checks by Mike Klein · 6 years ago
  73. f3086f0 split up SkColor_opts_SSE2.h by Mike Klein · 6 years ago
  74. 16777f7 split up SkColor_opts_neon.h by Mike Klein · 6 years ago
  75. f8dfe4c clean up SkBitmapProcState::platformProcs() by Mike Klein · 6 years ago
  76. e5b08df move NEON matrixProcs into matrixProcs.cpp by Mike Klein · 6 years ago
  77. 20e2fb2 SkBitmapProcState_matrixProcs.cpp refactoring by Mike Klein · 6 years ago
  78. 2c8e2bc refactor SkBitmapProcState_opts.h a bit by Mike Klein · 6 years ago
  79. a2187bf port S32_alpha_D32_filter_DX to SkOpts by Mike Klein · 6 years ago
  80. d27274b remove _DXDY_ sample procs by Mike Klein · 6 years ago
  81. 082eaeb commit to alpha bitmap procs by Mike Klein · 6 years ago
  82. 08c891a remove mention of 16-bit shader procs by Mike Klein · 6 years ago
  83. 9341952 skip alpha scale if 256 by Mike Klein · 6 years ago
  84. 14b9f53 refactor SkBitmapProcState_opts_SSSE3 by Mike Klein · 6 years ago
  85. abde1ad remove opaque/alpha distinction in SSSE3 code by Mike Klein · 6 years ago
  86. bf472be drop sub_y == 0 optimization by Mike Klein · 6 years ago
  87. f47abb4 remove unused DXDY SSSE3 bitmap opts by Mike Klein · 6 years ago
  88. 6a2c42f clean up SkBlitRow_opts by Mike Klein · 6 years ago
  89. 32828eb move LCD blits to SkBlitter_ARGB32.cpp by Mike Klein · 6 years ago
  90. c244c2f remove SkBlitMask::PlatformRowProcs by Mike Klein · 6 years ago
  91. eda2ac2 send 3D masks through raster pipeline blitter by Mike Klein · 6 years ago
  92. f1eda00 Remove more unused color functions, and an unused Neon blitter by Brian Osman · 6 years ago
  93. 229befe also catch 1^y == 1 as a special case by Mike Klein · 6 years ago
  94. 76aed1e Add GrColor4h (half-float), for use in Ops and (eventually) vertices by Brian Osman · 6 years ago
  95. d99bd00 move unspecialized routines out of SkOpts by Mike Klein · 6 years ago
  96. b11ab57 remove src/jumper by Mike Klein · 6 years ago
  97. 3c9fbae cut out the rest of blend modes in flutter by Mike Klein · 6 years ago
  98. b2a232f clean up SK_LEGACY_COMPLEX_XFERMODES by Mike Klein · 6 years ago
  99. 722a9f2 cut out another batch of old xfermodes by Mike Klein · 6 years ago
  100. 1a3eb52 trim off more bgra stages by Mike Klein · 6 years ago