Skip to content
  1. Jun 16, 2021
  2. Jun 14, 2021
  3. Jun 13, 2021
    • Igor Shaposhnik's avatar
      Fix testing infrastructure · 343f7864
      Igor Shaposhnik authored
      343f7864
    • Gordon-F's avatar
      Improve hlsl-out · 54d7d7d2
      Gordon-F authored
      54d7d7d2
    • Evgeny Proydakov's avatar
      Fixed compile-time error in spv fuzzer test. (#967) · 753e9608
      Evgeny Proydakov authored
      * Fixed compile-time error in spv fuzzer test.
      
      error[E0061]: this function takes 2 arguments but 1 argument was supplied
         --> fuzz_targets/spv_parser.rs:7:19
          |
      7   |     let _result = Parser::new(data.into_iter()).parse();
          |                   ^^^^^^^^^^^ ---------------- supplied 1 argument
          |                   |
          |                   expected 2 arguments
          |
      note: associated function defined here
         --> /Users/evgeny.proydakov/repository/naga/src/front/spv/mod.rs:411:12
          |
      411 |     pub fn new(data: I, options: &Options) -> Self {
          |            ^^^
      
      error: aborting due to previous error
      
      * Code review. Group imports
      753e9608
    • Jakob Hellermann's avatar
      move bin/naga.rs to a separate crate in workspace (#938) · 4224d14a
      Jakob Hellermann authored
      * move bin/naga.rs to a separate crate
      
      * enable all shader languages for naga binary
      
      * [naga-cli] add env logger
      
      * [naga-cli] remove unneccessary code
      
      * [naga-cli]enable glsl-validate feature
      
      * move naga-cli to cli, add trailing newline
      
      * remove commented env_logger dependency
      4224d14a
  4. Jun 10, 2021
  5. Jun 09, 2021
  6. Jun 08, 2021
  7. Jun 07, 2021
  8. Jun 06, 2021
  9. Jun 04, 2021
  10. Jun 03, 2021