1. 4284aa1 Removed pointless flags. by Dragoș Tiselice · 1 year, 7 months ago main
  2. 5b39d14 Fixed git push command. by Dragoș Tiselice · 1 year, 7 months ago
  3. ea704cc Fixed and updated presubmit checks. by Dragoș Tiselice · 1 year, 7 months ago
  4. 3be9efb Updated wgpu to latest and removed pixels. by Dragoș Tiselice · 1 year, 7 months ago
  5. 93392df Clippy fixes. by Dragoș Tiselice · 1 year, 8 months ago
  6. 1ed73b5 Removed sorter size limitation. by Dragoș Tiselice · 1 year, 8 months ago
  7. d92f187 [forma] Fix SoftLight blending on GPU by Pierre Labatut · 1 year, 9 months ago
  8. 3cb00f4 [forma] Fix filling and add more e2e tests. by Pierre Labatut · 1 year, 9 months ago
  9. 771fc3a [forma] Implement GPU textures. by Pierre Labatut · 1 year, 9 months ago
  10. 42a3b93 [forma] Implement clipping. by Pierre Labatut · 1 year, 9 months ago
  11. 300c937 Removes Lines::len and annotate the code. by Pierre Labatut · 1 year, 9 months ago
  12. fb68922 [forma] Port rasterizer to GPU by Pierre Labatut · 1 year, 10 months ago
  13. be2bc28 [forma] Add end to end rendering test. by Pierre Labatut · 1 year, 10 months ago
  14. 30535a5 [forma] Implement GPU gradient. by Pierre Labatut · 1 year, 10 months ago
  15. 62e26b7 Fix typo graient -> graident by Pierre Labatut · 1 year, 11 months ago
  16. de32a41 Fix bench compilation. by Pierre Labatut · 1 year, 11 months ago
  17. 1be5dcf Make `presubmit.sh` work from `.fuchsia` directory by Pierre Labatut · 2 years ago
  18. 3c8fe04 Simplify division rounded toward positive infinity. by Pierre Labatut · 2 years ago
  19. d0474ca Fix clone.sh script. by Pierre Labatut · 2 years ago
  20. 32a8a80 Apply cargo fmt to benchmarks. by Pierre Labatut · 2 years ago
  21. dc8cc17 Update Image constructors. by Pierre Labatut · 2 years ago
  22. 1e16819 Merge "Fix web rive demo default width and height." into main by Dragoș Tiselice · 2 years ago
  23. 3112dad Fix web rive demo default width and height. by Remi Doreau · 2 years ago
  24. 86942fd Merge "Added pre-push to run a presubmit check." into main by Dragoș Tiselice · 2 years ago
  25. 38b4958 Added pre-push to run a presubmit check. by Dragos Tiselice · 2 years ago
  26. 1960e7a Merge "Updated clap." into main by Dragoș Tiselice · 2 years ago
  27. ca58d31 Merge "Updated web and made use of same demos." into main by Dragoș Tiselice · 2 years ago
  28. ad9f263 Merge "Fixed formatting." into main by Dragoș Tiselice · 2 years ago
  29. c25e182 Updated clap. by Dragos Tiselice · 2 years ago
  30. 4a7bb56 Updated web and made use of same demos. by Dragos Tiselice · 2 years ago
  31. 4683d4c Fixed formatting. by Dragos Tiselice · 2 years ago
  32. 090eec7 [forma] Fix benchmarks after introduction of variable tile size. by Pierre Labatut · 2 years ago
  33. 201ce94 [forma] Improve the init script. by Pierre Labatut · 2 years ago
  34. 55b6c1d [forma] Make benchmark code compile conditionally. by Pierre Labatut · 2 years ago
  35. 68e8ae8 [forma] Optimize texture fill performance. by Pierre Labatut · 2 years ago
  36. c33e768 Introduced Renderer type. by Dragoș Tiselice · 2 years ago
  37. 53a333b Added GPU backend. by Dragoș Tiselice · 2 years ago
  38. 4bbe5e6 Made backends generic. by Dragoș Tiselice · 2 years ago
  39. 3e82246 Simplified Composition/Layer API. by Dragoș Tiselice · 2 years ago
  40. a1edb28 Merge "Renamed insert_path to insert." into main by Pierre Labatut · 2 years ago
  41. e95cf86 Merge "Added more options to wasm demo." into main by Dragoș Tiselice · 2 years ago
  42. 9f8e0bd Renamed insert_path to insert. by Dragoș Tiselice · 2 years, 1 month ago
  43. 3c59666 Merge "[forma] Make layer creation more fluent." into main by Dragoș Tiselice · 2 years, 1 month ago
  44. 8f7db29 [forma] Make layer creation more fluent. by Pierre Labatut · 2 years, 1 month ago
  45. 04f85ef Added more options to wasm demo. by Dragoș Tiselice · 2 years, 1 month ago
  46. a0d30c4 Merge "Added web crate for wasm demos." into main by Dragoș Tiselice · 2 years, 1 month ago
  47. 10fd417 Added web crate for wasm demos. by Dragoș Tiselice · 2 years, 1 month ago
  48. 1b53c84 [forma] Improve fuchsia repository configuration. by Pierre Labatut · 2 years, 1 month ago
  49. 13e4fdb Added .cargo configuration. by Dragoș Tiselice · 2 years, 1 month ago
  50. ed68774 Switched blend modes for demo. by Dragoș Tiselice · 2 years, 1 month ago
  51. 4735545 Added screen capture capability. by Dragoș Tiselice · 2 years, 1 month ago
  52. faeca9f Added SVG gradients. by Dragoș Tiselice · 2 years, 1 month ago
  53. 1d29e8c Renamed mold to forma. by Dragoș Tiselice · 2 years, 1 month ago
  54. 0a3bed5 Merge "Blending and other fixes." into main by Dragoș Tiselice · 2 years, 1 month ago
  55. a0d11c8 Blending and other fixes. by Dragoș Tiselice · 2 years, 1 month ago
  56. 60825f9 Merge "[mold] cross-rs propagates environment." into main by Pierre Labatut · 2 years, 1 month ago
  57. e68c17d Merge "[pristine] Migrate deprecated function." into main by Pierre Labatut · 2 years, 1 month ago
  58. 7784481 Merge "Added rasterizer benchmarks." into main by Dragoș Tiselice · 2 years, 1 month ago
  59. 971cacd Added rasterizer benchmarks. by Dragoș Tiselice · 2 years, 2 months ago
  60. 6bc6831 [demo] Add missing blend modes by Remi Doreau · 2 years, 1 month ago
  61. e20d777 [mold] cross-rs propagates environment. by Pierre Labatut · 2 years, 2 months ago
  62. 8d8388f [pristine] Migrate deprecated function. by Pierre Labatut · 2 years, 2 months ago
  63. 56db55c [texture] Add texture demo. by Pierre Labatut · 2 years, 2 months ago
  64. 71461ec Renamed demo to something closer to reality. by Dragos Tiselice · 2 years, 2 months ago
  65. 1f8a516 [mold] Remove template argument from Point. by Pierre Labatut · 2 years, 2 months ago
  66. a385bf2 [mold] Remove template argument from Point. by Pierre Labatut · 2 years, 2 months ago
  67. 27f7283 [demo] Add an interactive demo with an asteroid field. by Pierre Labatut · 2 years, 4 months ago
  68. cd8a2ca Color type. by Remi Doreau · 2 years, 3 months ago
  69. f6121b8 Update README.md. by Dragoș Tiselice · 2 years, 3 months ago
  70. 00a8ec6 Added LTO back. by Dragoș Tiselice · 2 years, 3 months ago
  71. 12429ae Replaced minifb with winit + pixels. by Dragoș Tiselice · 2 years, 3 months ago
  72. 0bdebd8 Initial commit. by Dragoș Tiselice · 2 years, 3 months ago
  73. 69a8948 Update year to 2022 by James Robinson · 2 years, 4 months ago
  74. 2c1cfea Update LICENSE text, year, contributors, and authors list by James Robinson · 3 years, 4 months ago
  75. ab91928 update year by Gary Miguel · 3 years, 10 months ago
  76. 6f79b17 update year by Gary Miguel · 5 years ago
  77. dfae863 update year on LICENSE by Gary Miguel · 6 years ago
  78. fc7fca3 Add PATENTS file by George Kulakowski · 7 years ago
  79. f066aab Update copyright for 2017 by Jason Campbell · 7 years ago
  80. bd622fe Initial commit by Adam Barth · 8 years ago