1. 26 Sep, 2017 2 commits
  2. 25 Sep, 2017 10 commits
  3. 24 Sep, 2017 8 commits
  4. 23 Sep, 2017 1 commit
  5. 22 Sep, 2017 1 commit
  6. 19 Sep, 2017 4 commits
  7. 17 Sep, 2017 2 commits
  8. 16 Sep, 2017 3 commits
  9. 15 Sep, 2017 6 commits
  10. 12 Sep, 2017 1 commit
  11. 11 Sep, 2017 2 commits
    • bunnei's avatar
      Merge pull request #2922 from jroweboy/mingw-telemetry · 3e2e9be6
      bunnei authored
      Build: Enable SSL in mingw by linking against WinSSL
      3e2e9be6
    • James Rowe's avatar
      GPU: Add draw for immediate and batch modes · ad0b57f4
      James Rowe authored
      PR #1461 introduced a regression where some games would change configuration
      even while in the poorly named "drawing" mode, which broke the heuristic
      citra was using to determine when to draw the batch. This change adds
      back in a draw call for batching, and also adds in a draw call in
      immediate mode each time it adds a triangle.
      ad0b57f4