1. 21 Jan, 2015 2 commits
  2. 20 Jan, 2015 10 commits
  3. 19 Jan, 2015 1 commit
  4. 18 Jan, 2015 4 commits
  5. 17 Jan, 2015 3 commits
  6. 16 Jan, 2015 1 commit
  7. 15 Jan, 2015 16 commits
  8. 14 Jan, 2015 3 commits
    • Sebastian Valle's avatar
      fd1b600e
    • bunnei's avatar
      Merge pull request #480 from Subv/arb_2 · 394d44cf
      bunnei authored
      AddrArbiter: Implement arbitration types 3 and 4.
      394d44cf
    • Yuri Kunde Schlesner's avatar
      GPU: Fix buffer overrun in Display Transfers · a09f7152
      Yuri Kunde Schlesner authored
      Display transfers with the horizontal downscaling flag were calculating
      the wrong output size, causing them to write double the amount of data
      intended. It is likely that this was perceived as correct due to a
      separate bug in calculating source indices which caused the image to be
      padded unless the previous bug was present.
      
      This fixes both issues, correcting flickering issues in 3dscraft,
      blargSnes and more (caused by the transfer overwriting the back buffer
      which followed) as well as potentially fixing other crashes.
      a09f7152