1. 26 Mar, 2020 1 commit
    • ReinUsesLisp's avatar
      shader/conversion: Fix F2F rounding operations with different sizes · 46791c46
      ReinUsesLisp authored
      Rounding operations only matter when the conversion size of source and
      destination is the same, i.e. .F16.F16, .F32.F32 and .F64.F64.
      
      When there is a mismatch (.F16.F32), these bits are used for IEEE
      rounding, we don't emulate this because GLSL and SPIR-V don't support
      configuring it per operation.
      46791c46
  2. 25 Mar, 2020 2 commits
  3. 24 Mar, 2020 1 commit
  4. 23 Mar, 2020 4 commits
  5. 22 Mar, 2020 13 commits
  6. 21 Mar, 2020 1 commit
  7. 20 Mar, 2020 1 commit
  8. 19 Mar, 2020 4 commits
  9. 18 Mar, 2020 13 commits