1. 45c16fa convert over to 2d-mode by Mike Klein · 7 years ago
  2. f93552b Target arm64-apple-ios for aarch64 stages. by Mike Klein · 7 years ago
  3. 883c9bc experimental: draw into unpremul by Mike Reed · 7 years ago
  4. 968af43 remove gather_i8, unify memory-touching contexts by Mike Klein · 7 years ago
  5. 3b92b69 start on raster pipeline 2d mode by Mike Klein · 7 years ago
  6. 1406355 minor fixes to start_pipeline_lowp by Mike Klein · 7 years ago
  7. ea23a04 add 32-bit Windows SkJumper backend by Mike Klein · 7 years ago
  8. c91e387 add stages for black and white colors by Mike Reed · 7 years ago
  9. 7aad8cc optimize for diff matrix types by Mike Reed · 7 years ago
  10. 9026fe1 2pt conical stage for focal-point-outside case by Florin Malita · 7 years ago
  11. 2e40900 2pt conical stage for focal-pt-on-edge case by Florin Malita · 7 years ago
  12. c55a6cb build regenerating SkJumper stages into GN by Mike Klein · 7 years ago
  13. a66ef2d 2ptconical stage by Florin Malita · 7 years ago
  14. cefd059 be more explicit about not expecting 32-bit x86 jumper backend on windows by Mike Klein · 7 years ago
  15. 111f8a9 add bgra as 1st class format by Mike Klein · 7 years ago
  16. 9f2b3d1 remove unused "swap" stage by Mike Klein · 7 years ago
  17. 279091e specialize loaders for dst registers, to avoid move/swap stages by Mike Reed · 7 years ago
  18. d08109f try not zeroing registers in start_pipeline by Mike Klein · 7 years ago
  19. ca0b438 add dumbest possible 32-bit SkJumper backend by Mike Klein · 7 years ago
  20. 8c3d515 add _hsw lowp backend by Mike Klein · 7 years ago
  21. c4fcbed somewhat less silly tail loads and stores by Mike Klein · 7 years ago
  22. 4b8d491 lean more on the compiler in lowp stages by Mike Klein · 7 years ago
  23. 51e46d5 use mul_inv instead of div for tiling by Mike Reed · 7 years ago
  24. 0cc60b8 fix repeat/mirror sampling bleed by Mike Klein · 7 years ago
  25. 57c9d20 rephrase lowp constant_color by Mike Klein · 7 years ago
  26. 5883a11 remove defined(JUMPER) guards in _lowp.cpp by Mike Klein · 7 years ago
  27. 277f7f2 delete lowp plus by Mike Klein · 7 years ago
  28. f046594 Remove AVX+ special case for load<U8>(). by Mike Klein · 7 years ago
  29. 7c14d27 Experimental change to diagnose image diffs in g3 by Mike Reed · 7 years ago
  30. 1dda8bb use smarter float -> skfixed15 logic everywhere by Mike Klein · 7 years ago
  31. ce4b6c1 less naive lowp constant_color by Mike Klein · 7 years ago
  32. 8e20078 more easy lowp stages by Mike Klein · 7 years ago
  33. adff9dc SkJumper: only omit leaf frame pointers by Mike Klein · 7 years ago
  34. 9653d3a more lowp blend modes by Mike Klein · 7 years ago
  35. f36031b lowp: add some big easy stages by Mike Klein · 7 years ago
  36. 727b09c lowp: add constant_color, swap, move_dst_src by Mike Klein · 7 years ago
  37. 0e02229 add color by Mike Klein · 7 years ago
  38. 5adb01b lowp: add move_src_dst and srcover by Mike Klein · 7 years ago
  39. 1f29bf0 slight streamlining for lowp load_8888 with pshufb by Mike Klein · 7 years ago
  40. eeccbf7 Real fix for stage perf regression. by Mike Klein · 7 years ago
  41. 9beafc4 have start_pipeline() return limit again by Mike Klein · 7 years ago
  42. cb218b3 don't try lowp in msan builds by Mike Klein · 7 years ago
  43. bba02c2 start on SkJumper lowp mode by Mike Klein · 7 years ago
  44. 0d93010 move load_and_inc() and LazyCtx into SkJumper_misc.h by Mike Klein · 7 years ago
  45. 370c2b3 minor refactor to SkRasterPipeline::BuildPipeline by Mike Klein · 7 years ago
  46. 9b10f8f plumb y through to SkJumper by Mike Klein · 7 years ago
  47. 761d27c update SkRasterPipeline::run() to also take y by Mike Klein · 7 years ago
  48. 8231033 reland: We can mask load and store with just AVX by Mike Klein · 7 years ago
  49. b5e4842 clean up now that min_stride == 1 by Mike Klein · 7 years ago
  50. 84dcac3 Add aarch64 tail code. by Herb Derby · 7 years ago
  51. f81c56f Add arm tail code. by Herb Derby · 7 years ago
  52. e7ba8b0 Add tail handling for SSE* to SkJumper. by Herb Derby · 7 years ago
  53. 5062626 add srcover_rgba_8888 by Mike Klein · 7 years ago
  54. c998f73 make sure to_srgb maps 1 to 1 by Mike Klein · 7 years ago
  55. 6533159 add stage for gaussian alpha to rgba for shadows by Mike Reed · 7 years ago
  56. b24704d SkRasterPipeline in SkArenaAlloc by Mike Klein · 7 years ago
  57. f7721bc Revert "add knob to turn off fancy SkJumper features" by Mike Klein · 7 years ago
  58. 5373609 add knob to turn off fancy SkJumper features by Mike Klein · 7 years ago
  59. e980174 simpler portable round() by Mike Klein · 7 years ago
  60. 8ca3356 remove min from repeat and mirror generally by Mike Klein · 7 years ago
  61. 9f85d68 retry tilers against 1 by Mike Klein · 7 years ago
  62. bcd8637 Revert "Revert "fix ubsan warning"" by Brian Osman · 7 years ago
  63. 74fc593 Revert "We can mask load and store with just AVX." by Brian Osman · 7 years ago
  64. 4598899 Revert "add tilers against 1" by Brian Osman · 7 years ago
  65. b03d69f Revert "fix ubsan warning" by Brian Osman · 7 years ago
  66. 4d1c5d6 fix ubsan warning by Mike Klein · 7 years ago
  67. 8110b84 add tilers against 1 by Mike Klein · 7 years ago
  68. 139e463 We can mask load and store with just AVX. by Mike Klein · 7 years ago
  69. 0a76b41 add compile, use it in blitter by Mike Klein · 7 years ago
  70. 5d7f2b5 tidy up dither stage by Mike Klein · 7 years ago
  71. 9f52e98 streamline SkRasterPipeline::run() by Mike Klein · 7 years ago
  72. 0264095 stage version of vertices by Mike Reed · 7 years ago
  73. f45e3d7 try Herb's new to_srgb by Mike Klein · 7 years ago
  74. 7e68bc9 clamp to premul in dither by Mike Klein · 7 years ago
  75. fd35c74 fix SkJumper radial gradient precision by Mike Klein · 7 years ago
  76. c33aa90 add unaligned_store() by Mike Klein · 7 years ago
  77. 4de1304 Add evenly spaced stops and unify gradient contexts by Herb Derby · 7 years ago
  78. 9959f72 composeshader stages by Mike Reed · 7 years ago
  79. 08aa88d fix SkJumperHSL blend modes by Mike Klein · 7 years ago
  80. 5c7960b refactor gradient stage names by Mike Klein · 7 years ago
  81. df3a371 Revert "Evenly space gradient stage." by Mike Klein · 7 years ago
  82. 892501d Evenly space gradient stage. by herb · 7 years ago
  83. fc84dc5 proposed: inclusive gradients, exclusive images by Mike Klein · 7 years ago
  84. 6f9f259 Fix alpha coverage for lerp_565 stage. by bungeman · 7 years ago
  85. 090fbf8 Add radial gradient stage. by Herb Derby · 7 years ago
  86. 892af1e add a guide to contributing to SkJumper by Mike Klein · 7 years ago
  87. bb33833 jumper, finish blend modes by Mike Klein · 7 years ago
  88. db711c9 move dither after the transfer function by Mike Klein · 7 years ago
  89. 581e698 dither stage by Mike Klein · 7 years ago
  90. 7eb8698 Add sweep gradient to SkRasterPipeline by Herb Derby · 7 years ago
  91. 5664e65 finish up constants by Mike Klein · 7 years ago
  92. 879a08a refactor hsl_to_rgb a touch by Mike Klein · 7 years ago
  93. b3665f0 fix t / t2 confusion in hsl_to_rgb by Mike Klein · 7 years ago
  94. fb11acd getting close on float constants by Mike Klein · 7 years ago
  95. fe560a8 some float constants by Mike Klein · 7 years ago
  96. 308e624 jumper, remove C(int) by Mike Klein · 7 years ago
  97. 0aa742f jumper, replace _i with normal constants by Mike Klein · 7 years ago
  98. b4bbc64 clear out C(), _i, and _f constants from SkJumper_vectors.h by Mike Klein · 7 years ago
  99. 67e6171 prep for more constants by Mike Klein · 7 years ago
  100. c7be003 remove to_2dot2 and from_2dot2 by Mike Klein · 8 years ago