Skip to content
  1. Oct 20, 2020
  2. Oct 19, 2020
  3. 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
  4. 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
  5. Oct 12, 2020
  6. Oct 08, 2020
  7. Oct 07, 2020
  8. Oct 06, 2020
  9. Oct 05, 2020
  10. Oct 04, 2020
  11. Oct 02, 2020
  12. Oct 01, 2020
  13. Sep 30, 2020
  14. Sep 29, 2020
  15. Sep 28, 2020
  16. Sep 25, 2020
    • Pelle Johnsen's avatar
      [glsl-in] Implement swizzle for r-values (#213) · df983425
      Pelle Johnsen authored
      * [glsl-in] Implement swizzle for r-values
      
      Related to #210
      
      * [glsl-in] Just return Result from field_selection
      
      Removed unneccessary Otion in return type
      
      * [glsl-in] Always match on type in field_selection
      
      * [glsl.in] Borrow by value in field_selection
      df983425
  17. Sep 23, 2020
  18. Sep 22, 2020
  19. Sep 19, 2020
  20. Sep 18, 2020
  21. Sep 17, 2020