1. 12 Apr, 2020 1 commit
    • ReinUsesLisp's avatar
      shader/video: Partially implement VMNMX · 76f178ba
      ReinUsesLisp authored
      Implements the common usages for VMNMX. Inputs with a different size
      than 32 bits are not supported and sign mismatches aren't supported
      either.
      
      VMNMX works as follows:
      It grabs Ra and Rb and applies a maximum/minimum on them (this is
      defined by .MX), having in mind the input sign. This result can then be
      saturated. After the intermediate result is calculated, it applies
      another operation on it using Rc. These operations are merges,
      accumulations or another min/max pass.
      
      This instruction allows to implement with a more flexible approach GCN's
      min3 and max3 instructions (for instance).
      76f178ba
  2. 28 Mar, 2020 7 commits
  3. 27 Mar, 2020 7 commits
  4. 26 Mar, 2020 4 commits
  5. 25 Mar, 2020 2 commits
  6. 24 Mar, 2020 4 commits
  7. 23 Mar, 2020 4 commits
  8. 22 Mar, 2020 11 commits