1. 1a3eb52 trim off more bgra stages by Mike Klein · 6 years ago
  2. dd9bfe9 eliminate srcover_bgra_8888 by Mike Klein · 6 years ago
  3. b1df5e5 make gray8 support uniformly weird by Mike Klein · 6 years ago
  4. 0a44d5c Reland "clamp gamut if needed in SkConvertPixels" by Mike Klein · 6 years ago
  5. 6a76dab Revert "clamp gamut if needed in SkConvertPixels" by Mike Klein · 6 years ago
  6. b8fef7c clamp gamut if needed in SkConvertPixels by Mike Klein · 6 years ago
  7. 81cbd03 Work toward removing SkPM4f by Brian Osman · 6 years ago
  8. afa3502 centralize RP loads and stores by Mike Klein · 6 years ago
  9. be56949 add bitmap shaders to P3 by Mike Klein · 6 years ago
  10. eb50f43 add clamp_gamut by Mike Klein · 6 years ago
  11. 4eebd9e collapse parametric_{r,g,b} into parametric, remove _a and gamma_dst by Mike Klein · 6 years ago
  12. cd3e13a Reland "transform paint color to dst colorspace" by Mike Klein · 6 years ago
  13. b82edcc update (non-sprite) image shader color management by Mike Klein · 6 years ago
  14. 3785471 basic first pass at RGBA F32 support by Mike Klein · 6 years ago
  15. 6f02af9 remove linear-blended sRGB dst support in software by Mike Klein · 6 years ago
  16. 6747f52 Reland "start cleaning up non-skcms SkColorSpaceXforms" by Mike Klein · 6 years ago
  17. e60ae82 Revert "start cleaning up non-skcms SkColorSpaceXforms" by Mike Klein · 6 years ago
  18. 339133f8 start cleaning up non-skcms SkColorSpaceXforms by Mike Klein · 6 years ago
  19. 26a9aad initial SkSLJIT checkin by Ethan Nicholas · 6 years ago
  20. e8de024 with no more offline codegen, seed_shader can be normal by Mike Klein · 6 years ago
  21. 1b9b7d5 Reland "Reland "make SkJumper stages normal Skia code"" by Mike Klein · 6 years ago
  22. 5cc94cc Revert "Reland "make SkJumper stages normal Skia code"" by Mike Klein · 6 years ago
  23. 78cb579 Reland "make SkJumper stages normal Skia code" by Mike Klein · 6 years ago
  24. 3a4bd34 Revert "make SkJumper stages normal Skia code" by Mike Klein · 6 years ago
  25. 22e536e make SkJumper stages normal Skia code by Mike Klein · 6 years ago
  26. dfc0e91 add decal tilemode to shaders by Mike Reed · 6 years ago
  27. ac568a9 1010102, 101010x, 888x in sw by Mike Klein · 7 years ago
  28. d3b743a Remove legacy 2pt conical gradient by Yuqian Li · 7 years ago
  29. d208a88 Update 2pt conical gradient in raster pipeline by Yuqian Li · 7 years ago
  30. 1fa9c43 attempt 3: add experimental bilerp_clamp_8888 stage by Mike Klein · 7 years ago
  31. 245c4b2 Revert "attempt 2: add experimental bilerp_clamp_8888 stage" by Mike Klein · 7 years ago
  32. 8a64e52 attempt 2: add experimental bilerp_clamp_8888 stage by Mike Klein · 7 years ago
  33. f1f1162 remove append_from_srgb() by Mike Klein · 7 years ago
  34. 37155d4 Rework out-of-gamut handling in SkRasterPipeline by Mike Klein · 7 years ago
  35. c38cce6 make SkColorSpace_New real by Mike Klein · 7 years ago
  36. 7741c75 Use first/second instead of min/max in 2pt conical gradient by Yuqian Li · 7 years ago
  37. 2bbcda3 Revert "add experimental bilerp_clamp_8888 stage" by Mike Klein · 7 years ago
  38. a7fa337 add experimental bilerp_clamp_8888 stage by Mike Klein · 7 years ago
  39. e95a62f add some lowp gradient stages by Mike Klein · 7 years ago
  40. 3cbcb73 Some lowp refactoring by Mike Klein · 7 years ago
  41. 0cb1589 add srcover_bgra_8888 by Mike Klein · 7 years ago
  42. 85f8536 Feed seed_shader() iota through a context pointer. by Mike Klein · 7 years ago
  43. f3b4e16 Fold clamp_{x,y} into the gathers. by Mike Klein · 7 years ago
  44. 856b3c3 no more need for a constants pointer by Mike Klein · 7 years ago
  45. fb126fa rework plus blend mode by Mike Klein · 7 years ago
  46. c2f876b Replace interp() with clut_{3,4}D stages. by Mike Klein · 7 years ago
  47. a07e430 add gamma stage by Mike Klein · 7 years ago
  48. 50d0d05 add an invert stage for inverse CMYK -> CMYK by Mike Klein · 7 years ago
  49. 16776df funnel all constant colors through append_constant_color() by Mike Klein · 7 years ago
  50. 073073e Rename append_uniform_color() to append_constant_color(). by Mike Klein · 7 years ago
  51. 159db0a rough clamped tracking in SkRasterPipeline by Mike Klein · 7 years ago
  52. 45c16fa convert over to 2d-mode by Mike Klein · 7 years ago
  53. 883c9bc experimental: draw into unpremul by Mike Reed · 7 years ago
  54. 968af43 remove gather_i8, unify memory-touching contexts by Mike Klein · 7 years ago
  55. 3b92b69 start on raster pipeline 2d mode by Mike Klein · 7 years ago
  56. c91e387 add stages for black and white colors by Mike Reed · 7 years ago
  57. 7aad8cc optimize for diff matrix types by Mike Reed · 7 years ago
  58. 6b59bf4 consolidate logic for matrix stage by Mike Reed · 7 years ago
  59. b8d88d7 update long out of date comment by Mike Klein · 7 years ago
  60. 9026fe1 2pt conical stage for focal-point-outside case by Florin Malita · 7 years ago
  61. 2e40900 2pt conical stage for focal-pt-on-edge case by Florin Malita · 7 years ago
  62. a66ef2d 2ptconical stage by Florin Malita · 7 years ago
  63. 111f8a9 add bgra as 1st class format by Mike Klein · 7 years ago
  64. 9f2b3d1 remove unused "swap" stage by Mike Klein · 7 years ago
  65. 279091e specialize loaders for dst registers, to avoid move/swap stages by Mike Reed · 7 years ago
  66. eeccbf7 Real fix for stage perf regression. by Mike Klein · 7 years ago
  67. 9beafc4 have start_pipeline() return limit again by Mike Klein · 7 years ago
  68. bba02c2 start on SkJumper lowp mode by Mike Klein · 7 years ago
  69. 370c2b3 minor refactor to SkRasterPipeline::BuildPipeline by Mike Klein · 7 years ago
  70. 761d27c update SkRasterPipeline::run() to also take y by Mike Klein · 7 years ago
  71. 5062626 add srcover_rgba_8888 by Mike Klein · 7 years ago
  72. 6533159 add stage for gaussian alpha to rgba for shadows by Mike Reed · 7 years ago
  73. 14a6430 SkSTArenaAlloc by Florin Malita · 7 years ago
  74. 9fff111 better extend: alloc once, no recursion by Mike Klein · 7 years ago
  75. b24704d SkRasterPipeline in SkArenaAlloc by Mike Klein · 7 years ago
  76. 9f85d68 retry tilers against 1 by Mike Klein · 7 years ago
  77. 4598899 Revert "add tilers against 1" by Brian Osman · 7 years ago
  78. 8110b84 add tilers against 1 by Mike Klein · 7 years ago
  79. 0a76b41 add compile, use it in blitter by Mike Klein · 7 years ago
  80. 1859f69 some basic speed ups for SkRasterPipeline::append() by Mike Klein · 7 years ago
  81. 0264095 stage version of vertices by Mike Reed · 7 years ago
  82. 4de1304 Add evenly spaced stops and unify gradient contexts by Herb Derby · 7 years ago
  83. 9959f72 composeshader stages by Mike Reed · 7 years ago
  84. 5c7960b refactor gradient stage names by Mike Klein · 7 years ago
  85. df3a371 Revert "Evenly space gradient stage." by Mike Klein · 7 years ago
  86. 892501d Evenly space gradient stage. by herb · 7 years ago
  87. 090fbf8 Add radial gradient stage. by Herb Derby · 7 years ago
  88. bb33833 jumper, finish blend modes 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. c7be003 remove to_2dot2 and from_2dot2 by Mike Klein · 7 years ago
  92. 1be0db8 long live SkJumper by Mike Klein · 7 years ago
  93. dc80eaa kill off shader_adapter by Mike Klein · 7 years ago
  94. c17dc24 jumper, rework callback a bit, use it for color_lookup_table by Mike Klein · 7 years ago
  95. 7fee90c add a callback stage to SkRasterPipeline by Mike Klein · 7 years ago
  96. 7b4202d Add multi-stop SkJumper stage. by Herb Derby · 7 years ago
  97. 2d2ac3d remove trace and registers stages by Mike Klein · 7 years ago
  98. 4c55027 Add support for F32 sources to SkColorSpaceXform by Matt Sarett · 7 years ago
  99. e522f4c Enable legacy premuls in SkColorSpaceXform by Matt Sarett · 7 years ago
  100. 8729e5b Simplify more: remove SkRasterPipeline::compile(). by Mike Klein · 7 years ago