1. 68f5606 Fix cases of variable shadowing in rasterization. by John Stiles · 3 years, 1 month ago
  2. f78aa16 work around GCC false positive warning? by Mike Klein · 4 years, 9 months ago
  3. f30b1c1 Revert "Revert "Make SkASSERT not break build in constexpr GrSwizzle method on GCC"" by Brian Salomon · 5 years ago
  4. c34d993 Revert "Add function to GrDataUtils to handle color conversions." by Robert Phillips · 5 years ago
  5. 5509102 Add function to GrDataUtils to handle color conversions. by Brian Salomon · 5 years ago
  6. 3ec1f54 Revert "Store GrSwizzle on proxies for texturing and swizzling." by Brian Salomon · 5 years ago
  7. 2309313 Store GrSwizzle on proxies for texturing and swizzling. by Greg Daniel · 5 years ago
  8. d608e22 Add load/store to SkRasterPipeline for 16161616 unsigned normalized. by Brian Salomon · 5 years ago
  9. 217522c Add SkRasterPipeline support for more load/store formats and GrSwizzle. by Brian Salomon · 5 years ago
  10. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  11. b11ab57 remove src/jumper by Mike Klein · 6 years ago
  12. 1a3eb52 trim off more bgra stages by Mike Klein · 6 years ago
  13. ea045b5 fix clamp_0/clamp_1 stages in lowp by Mike Klein · 6 years ago
  14. c640d0d Revert "Revert "SkTypes: extract SkTo"" by Hal Canary · 6 years ago
  15. fdcfb8b Revert "SkTypes: extract SkTo" by Hal Canary · 6 years ago
  16. 2a2f675 SkTypes: extract SkTo by Hal Canary · 6 years ago
  17. 6747f52 Reland "start cleaning up non-skcms SkColorSpaceXforms" by Mike Klein · 6 years ago
  18. e60ae82 Revert "start cleaning up non-skcms SkColorSpaceXforms" by Mike Klein · 6 years ago
  19. 339133f8 start cleaning up non-skcms SkColorSpaceXforms by Mike Klein · 6 years ago
  20. 0bf8926 align f16 buffers in SkRasterPipeline_tail test by Mike Klein · 6 years ago
  21. be0bd92 more easy lowp shader stages by Mike Klein · 7 years ago
  22. 85f8536 Feed seed_shader() iota through a context pointer. by Mike Klein · 7 years ago
  23. f3b4e16 Fold clamp_{x,y} into the gathers. by Mike Klein · 7 years ago
  24. f757ae6 Retry, Bump stored lowp uniform color to 16-bit storage. by Mike Klein · 7 years ago
  25. 16776df funnel all constant colors through append_constant_color() by Mike Klein · 7 years ago
  26. 249ee1f clamp to 0 in repeat and mirror image tilers by Mike Klein · 7 years ago
  27. 45c16fa convert over to 2d-mode by Mike Klein · 7 years ago
  28. 968af43 remove gather_i8, unify memory-touching contexts by Mike Klein · 7 years ago
  29. 3b92b69 start on raster pipeline 2d mode by Mike Klein · 7 years ago
  30. c2d2076 clean up low-hanging swap_rb by Mike Klein · 7 years ago
  31. 9f2b3d1 remove unused "swap" stage by Mike Klein · 7 years ago
  32. bba02c2 start on SkJumper lowp mode by Mike Klein · 7 years ago
  33. 761d27c update SkRasterPipeline::run() to also take y by Mike Klein · 7 years ago
  34. 84dcac3 Add aarch64 tail code. by Herb Derby · 7 years ago
  35. f81c56f Add arm tail code. by Herb Derby · 7 years ago
  36. d1f0830 Add tests for tail handling in SkJumper. by Herb Derby · 7 years ago
  37. b24704d SkRasterPipeline in SkArenaAlloc by Mike Klein · 7 years ago
  38. 8729e5b Simplify more: remove SkRasterPipeline::compile(). by Mike Klein · 8 years ago
  39. 319ba3d Move shader register setup to SkRasterPipelineBlitter. by Mike Klein · 8 years ago
  40. 7ba89a1 SkSplicer: test and fix loop logic by Mike Klein · 8 years ago
  41. 7f71d88 SkXbyak basics by Mike Klein · 8 years ago
  42. 8c8cb5b simplify by removing _d stages by Mike Klein · 8 years ago
  43. c789b61 Bring back SkRasterPipeline::run() for one-off uses. by Mike Klein · 8 years ago
  44. 729b582 Consistent naming. by Mike Klein · 8 years ago
  45. af49b19 Start each pipeline with (x,y) in (dr,dg) registers for the shader. by Mike Klein · 8 years ago
  46. bd3fe47 Convert SkRasterPipeline loads and stores to indirect. by Mike Klein · 8 years ago
  47. e9f74b8 SkRasterPipeline::compile(). by Mike Klein · 8 years ago
  48. 26bea5d Make test lower-level, make const_cast more visible. by Mike Klein · 8 years ago
  49. d0ccb57 looks like red and blue start wrong (more unit test debugging) by Mike Klein · 8 years ago
  50. c876e99 initialize result in SkRasterPipelineTest... more debugging by Mike Klein · 8 years ago
  51. 85a45d9 more debugging for this test. by Mike Klein · 8 years ago
  52. 433b306 Revert "Debug Mac test failure." by Mike Klein · 8 years ago
  53. 67dd94a Debug Mac test failure. by Mike Klein · 8 years ago
  54. 9161ef0 Make all SkRasterPipeline stages stock stages in SkOpts. by Mike Klein · 8 years ago
  55. baaf8ad Start moving SkRasterPipeline stages to SkOpts. by Mike Klein · 8 years ago
  56. c8dd6bc Rearrange SkRasterPipeline scanline tail handling. by Mike Klein · 8 years ago
  57. fe2042e SkRasterPipeline: new APIs for fusion by mtklein · 8 years ago
  58. 0abddf7 SkRasterPipeline: simplify impl and remove need to rewire stages by mtklein · 8 years ago
  59. 281b33f SkRasterPipeline preliminaries by mtklein · 8 years ago