Skip to content
  1. Sep 08, 2020
  2. Sep 07, 2020
  3. Sep 06, 2020
    • Timo de Kort's avatar
      [Spirv-out] Move instructions to own module (#174) · a3bac5ee
      Timo de Kort authored
      * [spirv-out] Move instructions to own module
      
      * [spirv-out] Fix wrong function use of some instructions
      
      * [spirv-out] Update instruction parameters
      
      * [spirv-out] Update current instruction tests
      
      * [spirv-out] Order current instruction tests
      
      * [spirv-out] Add missing instruction tests
      a3bac5ee
  4. Sep 02, 2020
  5. Sep 01, 2020
  6. Aug 31, 2020
    • Matus Talcik's avatar
      Implement Execution Modes (#169) · b6773903
      Matus Talcik authored
      Add documentation, make clippy happy
      
      
      Compilation errors
      
      
      Add some more docs
      
      
      Few more compilation errors
      
      
      Changes based on the review
      
      
      glsl-new parser fix
      
      
      Set default local size to (0, 0, 0)
      
      
      final cleanup
      
      
      Last design
      
      
      New design
      b6773903
  7. Aug 29, 2020
  8. Aug 28, 2020
  9. Aug 27, 2020
  10. Aug 26, 2020
  11. Aug 25, 2020
  12. Aug 24, 2020
    • Pelle Johnsen's avatar
      Add initial Rosetta testing (#148) · 92c1ffb5
      Pelle Johnsen authored
      * Add initial Rosetta testing
      
      * Make rosetta tests run as part of cargo test
      
      * Fix rosetta test failure
      92c1ffb5
    • Matus Talcik's avatar
      init control flow graph (#122) · c12c9a9f
      Matus Talcik authored
      format
      
      major refactor
      
      
      Change spirv to spirv_headers
      
      
      Remove files
      
      
      First translation to naga + format
      
      
      Fix Int Constant error
      
      
      Don't add unnecessary blocks.
      
      
      Some cleanups
      
      
      format
      
      
      remove constructs
      
      
      docs
      
      
      fix debug leftovers
      
      
      format, clippy
      
      
      satisfy clippy
      c12c9a9f
  13. Aug 22, 2020
    • João Capucho's avatar
      Add support for glsl es in the glsl backend (#128) · 5d948987
      João Capucho authored
      * Initial glsl es 300 support
      
      * Set float default precision
      
      * Generate interface blocks and check storage class in es
      
      * Added more checks on es and fixed uniform blocks with same name type
      
      * Added image checks
      
      * Added the test to the makefile
      
      * applied comments
      5d948987
  14. Aug 21, 2020
  15. Aug 20, 2020