1. 25 Sep, 2017 8 commits
  2. 24 Sep, 2017 8 commits
  3. 23 Sep, 2017 1 commit
  4. 22 Sep, 2017 1 commit
  5. 19 Sep, 2017 4 commits
  6. 17 Sep, 2017 2 commits
  7. 16 Sep, 2017 3 commits
  8. 15 Sep, 2017 6 commits
  9. 12 Sep, 2017 1 commit
  10. 11 Sep, 2017 3 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
    • James Rowe's avatar
      Build: Enable SSL in mingw by linking against WinSSL · 9e847b75
      James Rowe authored
      The mingw builds aren't submitting telemetry because the curl library
      they are linked against is configured to use openSSL and openSSL looks
      for the certificates in the users home folder. This keeps it from
      contacting web services because it can't communicate over SSL.
      
      This commit adds a download in mingw builds that will download a
      precompiled curl for mingw linked against winssl and sspi.
      9e847b75
  11. 10 Sep, 2017 3 commits