1. 18 Jul, 2021 2 commits
    • ReinUsesLisp's avatar
      texture_cache/util: Fix size calculations of multisampled images · 6d9f347e
      ReinUsesLisp authored
      On the texture cache we handle multisampled images by keeping their real
      size in samples (e.g. 1920x1080 with 4 samples is 3840x2160).
      
      This works nicely with size matches and other comparisons, but the
      calculation for guest sizes was not having this in mind, and the size
      was being multiplied (again) by the number of samples per dimension.
      For example a 3840x2160 texture cache image had its width and height
      multiplied by 2, resulting in a much larger texture.
      
      Fix this issue.
      
      - Fixes performance regression on cooking related titles when an
        unrelated bug was fixed.
      6d9f347e
    • bunnei's avatar
      Merge pull request #6647 from lat9nq/specify-system-path · 8b532093
      bunnei authored
      cmake: Be more specific with Qt
      8b532093
  2. 17 Jul, 2021 1 commit
  3. 16 Jul, 2021 5 commits
  4. 15 Jul, 2021 9 commits
  5. 14 Jul, 2021 3 commits
  6. 13 Jul, 2021 7 commits
  7. 12 Jul, 2021 5 commits
  8. 11 Jul, 2021 4 commits
  9. 10 Jul, 2021 4 commits