Commit Graph

  • 497bbc4d81 Service/boss:P: Add some functions to FunctionTable mailwl 2017-06-30 12:32:09 +0300
  • 0e428823f0 Remove unnecessary WIN32_LEAN_AND_MEAN macro definition Kloen 2017-06-30 01:57:37 +0200
  • 56d718b2a1 Merge pull request #2793 from Subv/replyandreceive Sebastian Valle 2017-06-29 17:05:22 -0500
  • 8b7817871b fixup! Moved ENetHost* and ENetPeer* into pimpl classes B3n30 2017-06-29 22:50:24 +0200
  • ad36410af7 fixup! Clang again B3n30 2017-06-29 21:12:04 +0200
  • 3fa68dc3e6 fixup! Moved ENetHost* and ENetPeer* into pimpl classes B3n30 2017-06-29 21:05:13 +0200
  • b53fa9514f Kernel/SVC: Pass the current thread as a parameter to ClientSession::SendSyncRequest. Subv 2017-06-29 12:30:34 -0500
  • 686fde7e52 Merge pull request #2809 from wwylele/texture-copy-fix Yuri Kunde Schlesner 2017-06-29 09:29:40 -0700
  • 020a5d5823 ACT wwylele 2017-01-08 00:25:19 +0200
  • 85a448d405 gpu: add comments for TextureCopy wwylele 2017-06-29 13:09:23 +0300
  • a613d45de9 Merge pull request #2800 from wwylele/fog-lutlutlut Yuri Kunde Schlesner 2017-06-28 21:52:20 -0700
  • 96394c74a4 Moved ENetHost* and ENetPeer* into pimpl classes B3n30 2017-06-28 21:36:06 +0200
  • b6c3bf5a13 More fixups! B3n30 2017-06-28 20:02:11 +0200
  • 91698a8bc8 Merge 0b0fa375d6 into 19f1216e72 Sebastian Valle 2017-06-28 18:19:32 +0000
  • 19f1216e72 Merge pull request #2811 from MerryMage/qtdebug James Rowe 2017-06-28 12:19:05 -0600
  • 00da7e6008 SwRasterizer/Lighting: Move the clamp highlight calculation to the end of the per-light loop body. Subv 2017-06-28 12:43:00 -0500
  • 5036ff940a SwRasterizer/Lighting: Move the lighting enable check outside the ComputeFragmentsColors function. Subv 2017-06-28 12:37:14 -0500
  • 2481f9bf63 SwRasterizer/Lighting: Do not use global registers state in ComputeFragmentsColors. Subv 2017-06-28 12:35:35 -0500
  • eb35cc3195 SwRasterizer/Lighting: Do not use global state in LookupLightingLut. Subv 2017-06-28 12:34:16 -0500
  • e31cb171fa SwRasterizer/Lighting: Fixed a bug where the distance attenuation bias was being set to the dist atten scale. Subv 2017-06-13 12:53:50 -0500
  • d1de52ee5d SwRasterizer: Fixed a few conversion warnings and moved per-light values into the per-light loop. Subv 2017-06-13 12:36:45 -0500
  • 6100748e30 SwRasterizer: Run clang-format Subv 2017-06-13 12:31:28 -0500
  • c6564a6c31 SwRasterizer: Flip the vertex quaternions before clipping (if necessary). Subv 2017-06-11 11:55:35 -0500
  • c97937a4c4 SwRasterizer: Corrected the light LUT lookups. Subv 2017-06-09 18:18:57 -0500
  • 60323a12a1 SwRasterizer: Corrected the light LUT lookups. Subv 2017-06-09 17:33:25 -0500
  • 46184cd301 SwRasterizer: Fixed the lighting lut lookup function. Subv 2017-06-09 15:24:28 -0500
  • 938a46354f SwRasterizer: Calculate fresnel for fragment lighting. Subv 2017-06-09 14:55:54 -0500
  • 39289517f0 SwRasterizer: Calculate specular_1 for fragment lighting. Subv 2017-06-09 14:44:02 -0500
  • 7939cfd45b SwRasterizer: Calculate specular_0 for fragment lighting. Subv 2017-06-09 14:25:41 -0500
  • 488bc3740f SwRasterizer: Implement primary fragment color. Subv 2017-06-09 13:14:55 -0500
  • 7af6931fb5 Merge pull request #2812 from tiagmoraismorgado/patch-1 James Rowe 2017-06-28 07:32:45 -0600
  • 470c6bdca9 fixing a couple of typos Tiago Morais Morgado 2017-06-28 12:56:10 +0100
  • f1790e6d91 configure_debug: Add label warning that CPU JIT needs to be disabled for gdbstub to work MerryMage 2017-06-28 08:50:22 +0100
  • bf16c73260 gpu: fix edge cases for TextureCopy wwylele 2017-06-27 23:20:13 +0300
  • c635565d1f fixup! Clang format B3n30 2017-06-27 16:39:59 +0200
  • 07ed2f94ee fixup! Added support for network with ENet lib, B3n30 2017-06-27 16:11:14 +0200
  • a86d94cb40 fixup! Added support for network with ENet lib, B3n30 2017-06-27 10:18:26 +0200
  • fa53ccc74b Merge pull request #2778 from Subv/uds_more Sebastian Valle 2017-06-26 19:35:52 -0500
  • 2eb174713b UDS: Use the ToDS and FromDS fields to properly calculate the AAD used during encryption. Subv 2017-06-14 16:59:16 -0500
  • 1f1739d366 UDS: Move the UDS keyslot used to generate the CCMP key to the AES::KeySlotID enum. Subv 2017-06-14 14:21:35 -0500
  • 87168bfe8b UDS: Run clang-format. Subv 2017-06-14 13:18:58 -0500
  • 9befb8c887 UDS: Added functions to encrypt and decrypt the data frames. Subv 2017-06-14 12:47:52 -0500
  • c3c9175a1c Kernel/Sessions: Clean up the list of pending request threads of a session when the client endpoint is closed. Subv 2017-06-25 20:14:04 -0500
  • 88c93a7436 Kernel/SVC: Partially implemented svcReplyAndReceive. Subv 2017-06-20 19:27:20 -0500
  • f1b50318f8 fixup! Kernel/SVC: Partially implemented svcReplyAndReceive. Subv 2017-06-25 20:18:37 -0500
  • 37ca0edb13 Kernel/Sessions: Clean up the list of pending request threads of a session when the client endpoint is closed. Subv 2017-06-25 20:14:04 -0500
  • 9549eed0be apt: load shared font from system archive wwylele 2017-06-15 19:09:05 +0300
  • 22994607cc apt/shared_font: don't relocate zero offset wwylele 2017-04-26 14:52:40 +0300
  • 07f543e152 fixup! CLang B3n30 2017-06-24 11:16:19 +0200
  • aec016ec16 fixup! Added support for network with ENet lib, B3n30 2017-06-23 21:58:09 +0200
  • eafe50f7db Added support for network with ENet lib, B3n30 2017-06-20 14:22:21 +0200
  • fc784c9896 Kernel/SVC: Partially implemented svcReplyAndReceive. Subv 2017-06-20 19:27:20 -0500
  • 8feeb81af2 Kernel/ServerSession: Keep track of which threads have issued sync requests. Subv 2017-06-20 17:33:28 -0500
  • 8537447e4c apt: load shared font from system archive wwylele 2017-06-15 19:09:05 +0300
  • d1e414d813 externals: silence warning C4390 on MSVC for cryptopp (#2805) Klöen Lansfiel 2017-06-25 02:38:52 +0200
  • 6ba089fafb Set global definition WIN32_LEAN_AND_MEAN (#2807) B3n30 2017-06-25 02:38:16 +0200
  • 34de848142 fixup! Kernel/SVC: Partially implemented svcReplyAndReceive. Subv 2017-06-24 13:35:05 -0500
  • 9dace1a07f fixup! Kernel/SVC: Partially implemented svcReplyAndReceive. Subv 2017-06-24 13:20:30 -0500
  • 03caed9f45 fixup! Kernel/ServerSession: Keep track of which threads have issued sync requests. Subv 2017-06-24 13:19:45 -0500
  • 090b3368b7 externals: silence warning C4390 on MSVC for cryptopp Kloen 2017-06-24 04:01:41 +0200
  • c0ba565bf3 fixup! Set definition WIN32_LEAN_AND_MEAN to avoid windows.h to include a lot of libs that are usally not used. B3n30 2017-06-24 18:00:45 +0200
  • 6db30c5905 Set definition WIN32_LEAN_AND_MEAN to avoid windows.h to include a lot of libs that are usally not used. B3n30 2017-06-24 17:14:48 +0200
  • cf15b651ed Merge pull request #2801 from yuriks/session-svcs Yuri Kunde Schlesner 2017-06-23 22:34:02 -0700
  • b4fab4bd64 Change u8 to ClassType and fix an issue with the latest spdlog on not MSVC James Rowe 2017-06-23 23:12:58 -0600
  • 74cf73f9d3 citra-qt: Add option to configure the UI theme Kloen 2017-06-24 02:41:48 +0200
  • 9c2335b984 citra-qt: load ui theme at startup and config change. Kloen 2017-06-24 02:41:11 +0200
  • 1355f0f39e citra-qt: Add Dark theme from https://github.com/ColinDuquesnoy/QDarkStyleSheet Kloen 2017-06-24 02:39:42 +0200
  • bbeb9f1dbb citra-qt: add new uisetting->theme Kloen 2017-06-24 02:35:17 +0200
  • ae820b4160 externals: silence warning C4390 on MSVC for cryptopp Kloen 2017-06-24 04:01:41 +0200
  • ce424dc627 citra-qt: Add option to configure the UI theme Kloen 2017-06-24 02:41:48 +0200
  • c712d86289 citra-qt: load ui theme at startup and config change. Kloen 2017-06-24 02:41:11 +0200
  • d23aa8ea43 citra-qt: Add Dark theme from https://github.com/ColinDuquesnoy/QDarkStyleSheet Kloen 2017-06-24 02:39:42 +0200
  • 9e06e2934b citra-qt: add new uisetting->theme Kloen 2017-06-24 02:35:17 +0200
  • e192d417ec Kernel: Implement AcceptSession SVC Yuri Kunde Schlesner 2017-06-22 23:57:05 -0700
  • 8c6a8edaca Kernel: Fix SVC wrapper for CreatePort Yuri Kunde Schlesner 2017-06-22 23:56:17 -0700
  • aa0f3047d3 Kernel: Implement CreateSessionToPort SVC Yuri Kunde Schlesner 2017-06-22 23:54:36 -0700
  • 6d436d7a52 Merge pull request #2798 from yuriks/svc-create-session Yuri Kunde Schlesner 2017-06-23 11:18:49 -0700
  • c08bc75687 Update spdlog to the latest master to fix a compilation issue on linux James Rowe 2017-06-23 09:49:30 -0600
  • c567e714ec Change linux logger from stdout to stderr James Rowe 2017-06-23 09:43:48 -0600
  • 26f8f4edb7 Save the log file in the user directory James Rowe 2017-06-23 08:04:15 -0600
  • 3c9939752f Kernel: Implement AcceptSession SVC Yuri Kunde Schlesner 2017-06-22 23:57:05 -0700
  • 26e0cd8150 Kernel: Fix SVC wrapper for CreatePort Yuri Kunde Schlesner 2017-06-22 23:56:17 -0700
  • e1d64c9c02 Kernel: Implement CreateSessionToPort SVC Yuri Kunde Schlesner 2017-06-22 23:54:36 -0700
  • 747ff1f65e Updates from review. James Rowe 2017-06-22 23:02:57 -0600
  • cac1133bc4 Merge pull request #2795 from chris062689/master bunnei 2017-06-22 22:00:03 -0400
  • 8223d18088 Merge pull request #2796 from yuriks/hle-null-handles bunnei 2017-06-22 21:59:25 -0400
  • 8fed8e439d Logging: Changed to a class based logger like the original logger James Rowe 2017-05-30 21:50:33 -0600
  • f9d6f7bc32 Functional spdlogging implementation with fmtlib James Rowe 2017-05-16 21:11:30 -0600
  • fee58ce458 Logging: Add custom formatter James Rowe 2017-05-09 21:23:33 -0600
  • 73658a7629 Move TrimSourcePath to string_util James Rowe 2017-03-16 21:00:16 -0600
  • 50efaebbae Add spdlog as a dependency James Rowe 2017-03-14 23:35:48 -0600
  • 8978ecb09c gl_rasterizer: use texture buffer for fog LUT wwylele 2017-06-22 17:22:45 +0300
  • e9de8b83b2 gl_rasterizer: use texture buffer for fog LUT wwylele 2017-06-22 17:22:45 +0300
  • f1e377f57e gl_rasterizer: create the texture before applying the state wwylele 2017-06-22 17:33:51 +0300
  • cdefefc539 Kernel: Fix typo in test name Yuri Kunde Schlesner 2017-06-22 02:21:18 -0700
  • f94093d0fd Kernel: Implement CreateSession SVC Yuri Kunde Schlesner 2017-06-21 17:19:24 -0700
  • d553135748 Memory: Add function to flush a virtual range from the rasterizer cache Yuri Kunde Schlesner 2017-06-21 22:48:00 -0700
  • f2a5a77e27 Memory: Fix crash when unmapping a VMA covering cached surfaces Yuri Kunde Schlesner 2017-06-21 21:55:24 -0700
  • 6ae0086b39 Memory: Add TryVirtualToPhysicalAddress, returning a boost::optional Yuri Kunde Schlesner 2017-06-21 20:25:46 -0700
  • 326e7c7020 Memory: Make PhysicalToVirtualAddress return a boost::optional Yuri Kunde Schlesner 2017-06-21 20:21:49 -0700