Skip to content
  1. Mar 26, 2020
    • 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. Mar 25, 2020
  3. Mar 24, 2020
  4. Mar 23, 2020
  5. Mar 22, 2020
  6. Mar 21, 2020
  7. Mar 20, 2020
  8. Mar 19, 2020
  9. Mar 18, 2020
Loading