Skip to content
  1. Nov 11, 2020
  2. Nov 09, 2020
  3. Nov 04, 2020
  4. Nov 03, 2020
  5. Nov 02, 2020
  6. Nov 01, 2020
  7. Oct 31, 2020
  8. Oct 30, 2020
  9. Oct 29, 2020
  10. Oct 28, 2020
  11. Oct 27, 2020
  12. Oct 20, 2020
  13. Oct 19, 2020
  14. Oct 15, 2020
    • Pelle Johnsen's avatar
      [glsl-in] Add initial pre-processor (#238) · 78c9e451
      Pelle Johnsen authored
      * [glsl-in] Add initial pre-processor
      
      * [glsl-in] Tweak preprocessor after review
      
      - Add IfState struct
      - Use FastHashMap to pre-defines
      - Use ok-or() for some errors
      
      * [glsl-in] Remove Option in defines arg
      78c9e451
  15. Oct 13, 2020
    • Pelle Johnsen's avatar
      [clippy] Fix clippy issues after upgrading to 1.47 (#237) · 6fb195cd
      Pelle Johnsen authored
      * [clippy] disable match_like_matches_macro for now
      
      * [wgsl-in] Return error instead of panic
      
      * [typifier] Convert panics to return error
      
      Still one panic in clone impl for Resolution,
      disabled clippy for that one
      
      * [spv-in] REturn error instead of panic'ing
      
      * [spv-out] Return error instead of panic'ing
      
      * [typifier] Use IncompatibleOperand(s) error
      
      Instead of just Other
      
      * [typifier] Use Expression for op in Error
      
      For IncompatibleOperands
      
      * [typifier] revert last commit
      6fb195cd
  16. Oct 12, 2020
  17. Oct 08, 2020
  18. Oct 07, 2020
  19. Oct 06, 2020
  20. Oct 05, 2020
  21. Oct 04, 2020
  22. Oct 02, 2020
  23. Oct 01, 2020