Skip to content
  1. Aug 20, 2020
    • Lachlan Sneff's avatar
      Interpolation support for wgsl, glsl, glsl-new, spirv (front and back), and glsl-out (#140) · 8c0b1636
      Lachlan Sneff authored
      * Add interpolation support to naga core and wgsl
      
      * Add glsl-new fragment shader support to examples/convert.rs
      
      * Add interpolation support to glsl_new
      
      * Add interpolation support to spirv frontend
      
      * Add interpolation support to spirv backend
      
      * Add interpolation support to glsl backend
      
      * Add interpolation support to old glsl backend
      
      * Fix interpolation field syntax in glsl backend
      
      * Formatting fix
      
      * thanks clippy
      
      * Add wgsl struct interpolation decoration
      
      * Change wgsl interpolation syntax
      
      * Modify interpolation enum
      
      * Changes responding to review
      
      * Remove interpolation struct member qualifier
      
      * code changes after review
      8c0b1636
  2. Aug 19, 2020
  3. Aug 18, 2020
  4. Aug 17, 2020
  5. Aug 16, 2020
  6. Aug 15, 2020
  7. Aug 13, 2020
  8. Aug 11, 2020
    • João Capucho's avatar
      WIP: glsl 450 backend and common glsl module (#123) · a1620445
      João Capucho authored
      * Initial backend implementation
      
      * Refractored glsl450 backend to have a common module between further glsl backends
      Implemented more missing functionality
      
      * Error handling
      
      * Implemented most of the suggestions
      
      * Addresed all comments
      Fixed some bugs
      
      * Made code style consistent
      a1620445
  9. Aug 10, 2020
  10. Aug 09, 2020
  11. Aug 05, 2020
  12. Aug 04, 2020
  13. Jul 29, 2020
  14. Jul 25, 2020
  15. Jul 23, 2020
  16. Jul 21, 2020
  17. Jul 20, 2020
  18. Jul 16, 2020
  19. Jul 14, 2020
  20. Jul 13, 2020
    • Pelle Johnsen's avatar
      Glsl new handle version (#109) · 244c5874
      Pelle Johnsen authored
      * Fix TokenMetadata for #version
      
      * Add glsl-new #version parsing
      
      * Fix clippy issues
      
      * glsl-new only core profile, allow 440-460
      
      * Cleanup glsl-new profile matching
      244c5874
  21. Jul 12, 2020
  22. Jul 10, 2020
  23. Jul 08, 2020
  24. Jul 06, 2020