Skip to content
Snippets Groups Projects
  1. Mar 10, 2015
  2. Mar 03, 2015
  3. Feb 27, 2015
  4. Feb 22, 2015
  5. Feb 21, 2015
  6. Feb 18, 2015
  7. Feb 03, 2015
  8. Jan 14, 2015
    • 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
    • Yuri Kunde Schlesner's avatar
    • Yuri Kunde Schlesner's avatar
      GPU: Correct wrong default framebuffer address for sub-screen. · e29dd76e
      Yuri Kunde Schlesner authored
      It appears this is a mistake, since the sub-screen has no right
      framebuffer.
      e29dd76e
    • Yuri Kunde Schlesner's avatar
      GPU: Fire GPU interrupts at the correct places. · 98e32749
      Yuri Kunde Schlesner authored
      PDC0 and PDC1 are both VBlank interrupts. PDC0 was being treated as a
      HBlank interrupt and fired many more times than it should. They now both
      fire together at 60 Hz. This puzzlingly *improves* apparent framerate on
      many applications.
      
      A few other interrupts were being fired inside the GSP command
      processing instead of on the actual GPU register writes, so they were
      moved there, which should cover direct writes tho those registers not
      going through the GX command queue.
      98e32749
  9. Jan 09, 2015
  10. Jan 05, 2015
  11. Dec 31, 2014
    • Tony Wasserka's avatar
      GPU: Pseudo-implement horizontal scaling. · 18a5e888
      Tony Wasserka authored
      It's not really known how this actually works. Some testing has shown that this probably performs no filtering, and common usage in games suggests it's not actually resizing the image at all.
      However, this patch does seem to fix some homebrew showing quasi-duplicated images while still keeping other applications in a working state.
      18a5e888
  12. Dec 29, 2014
  13. Dec 26, 2014
  14. Dec 21, 2014
  15. Dec 13, 2014
  16. Dec 10, 2014
  17. Nov 27, 2014
  18. Oct 30, 2014
  19. Oct 29, 2014
  20. Oct 28, 2014
  21. Oct 12, 2014
  22. Oct 08, 2014
  23. Sep 14, 2014
  24. Sep 09, 2014
  25. Aug 31, 2014
  26. Aug 26, 2014
  27. Aug 12, 2014
  28. Aug 06, 2014
  29. Jul 22, 2014
Loading