Commit Graph

  • 160f4db634 Kernel: Implement CreateSession SVC Yuri Kunde Schlesner 2017-06-21 17:19:24 -0700
  • 666090a26c Merge b86a069083 into 72b69cea4b Bastien Thonnat 2017-06-21 21:55:50 +0000
  • 1c9edc1dbf Merge 06e99970da into 72b69cea4b Bastien Thonnat 2017-06-21 21:55:49 +0000
  • 72b69cea4b Merge pull request #2792 from wwylele/lutlutlut Yuri Kunde Schlesner 2017-06-21 14:55:23 -0700
  • f64d0b3f26 Kernel/IPC: Support translation of null handles Yuri Kunde Schlesner 2017-06-21 14:27:03 -0700
  • c811e0ca43 fixup! Kernel/SVC: Partially implemented svcReplyAndReceive. Subv 2017-06-21 15:43:23 -0500
  • 457659fe01 gl_state: reset 1d textures wwylele 2017-06-16 22:22:24 +0300
  • 42f7ca7412 gl_rasterizer: fix glGetUniformLocation type wwylele 2017-06-16 16:55:01 +0300
  • be9e952bdc gl_rasterizer: manage texture ids in one place wwylele 2017-06-16 16:16:28 +0300
  • ab60414122 gl_rasterizer/lighting: fix LUT interpolation wwylele 2017-06-16 14:00:15 +0300
  • f0722eb64d gl_state: reset 1d textures wwylele 2017-06-16 22:22:24 +0300
  • 980638ec23 gl_rasterizer: fix glGetUniformLocation type wwylele 2017-06-16 16:55:01 +0300
  • 78466bf2b9 gl_rasterizer: manage texture ids in one place wwylele 2017-06-16 16:16:28 +0300
  • 5979a785d8 gl_rasterizer/lighting: fix LUT interpolation wwylele 2017-06-16 14:00:15 +0300
  • f44b360724 Changing default values for bg_red, bg_green, and bg_blue from 1.0 to 0.0. chris062689 2017-06-21 13:45:07 -0400
  • c4f0927a62 Merge pull request #2789 from yuriks/misc-kernel Weiyi Wang 2017-06-21 20:34:12 +0300
  • b21dfbb295 Merge pull request #2790 from yuriks/remove-movefrom Yuri Kunde Schlesner 2017-06-20 22:04:09 -0700
  • 42b198eb0a Memory: Add enum definitions for the n3DS FCRAM size Yuri Kunde Schlesner 2017-06-18 18:39:17 -0700
  • 96dcccc80c Merge pull request #2779 from Subv/uds_more2 Sebastian Valle 2017-06-21 02:29:00 +0000
  • 92dd29087a fixup! UDS: Run clang-format. Subv 2017-06-20 20:56:57 -0500
  • b3234ecb5a Kernel/SVC: Partially implemented svcReplyAndReceive. Subv 2017-06-20 19:27:20 -0500
  • 3c93e8b220 Kernel/ServerSession: Keep track of which threads have issued sync requests. Subv 2017-06-20 17:33:28 -0500
  • 7f14ecfadb gl_state: reset 1d textures wwylele 2017-06-16 22:22:24 +0300
  • d436a7a1a0 gl_rasterizer: fix glGetUniformLocation type wwylele 2017-06-16 16:55:01 +0300
  • 035542040f gl_rasterizer: manage texture ids in one place wwylele 2017-06-16 16:16:28 +0300
  • 809ecb88d3 gl_rasterizer/lighting: fix LUT interpolation wwylele 2017-06-16 14:00:15 +0300
  • ecd332b1b7 Merge pull request #2787 from yuriks/hle-ipc-tests Yuri Kunde Schlesner 2017-06-19 21:06:31 -0700
  • 723dc644fa ResultVal: Remove MoveFrom() Yuri Kunde Schlesner 2017-06-18 19:03:15 -0700
  • 4cb47b0278 ResultVal: Add an rvalue overload of Unwrap() Yuri Kunde Schlesner 2017-06-18 18:49:46 -0700
  • 90b8d4dd36 Kernel: Add comment about the extended linear heap area Yuri Kunde Schlesner 2017-06-18 18:38:40 -0700
  • 60a882cd50 Kernel/IPC: Add tests for HLERequestContext buffer translation Yuri Kunde Schlesner 2017-06-18 16:05:58 -0700
  • 0dfafdbe59 Kernel/IPC: Make HLERequestContext usable from outside kernel Yuri Kunde Schlesner 2017-06-18 16:05:12 -0700
  • d0888f8548 Merge pull request #2776 from wwylele/geo-factor Yuri Kunde Schlesner 2017-06-18 14:18:48 -0700
  • 5a454173a8 gl_rasterizer/lighting: use the formula from the paper for germetic factor wwylele 2017-06-18 10:17:12 +0300
  • 7dc72daea9 Merge pull request #2785 from yuriks/compile-flags Yuri Kunde Schlesner 2017-06-18 00:27:12 -0700
  • 0136b9a1e7 gl_rasterizer/lighting: use the formula from the paper for germetic factor wwylele 2017-06-18 10:17:12 +0300
  • 2ef7450465 CMake: Set MSVC flags for improved C++ standards conformance Yuri Kunde Schlesner 2017-06-17 12:21:26 -0700
  • f6715f98f5 Stop using reserved operator names (and/or/xor) with Xbyak Yuri Kunde Schlesner 2017-06-17 12:20:22 -0700
  • 4baac0c305 apt: load shared font from system archive wwylele 2017-06-15 19:09:05 +0300
  • 32feefc550 apt: load shared font from system archive wwylele 2017-06-15 19:09:05 +0300
  • 812b404492 UDS: Clarify comment about the first 4 bytes of the SecureData header. Subv 2017-06-14 09:43:05 -0500
  • 61ce89a55a UDS: Return the correct error messages in SendTo when not connected to a network or trying to send to itself. Subv 2017-06-13 21:50:22 -0500
  • 7efb64132d UDS: Stub SendTo to generate the unencrypted data frame with the right headers. Subv 2017-06-13 16:30:17 -0500
  • cd515a37e7 fixup! SwRasterizer: Run clang-format Subv 2017-06-15 12:01:13 -0500
  • 38ceab13f6 UDS: Added a hook for updating the connection status when a client connects to the network. Subv 2017-06-13 13:14:17 -0500
  • 6753a1e886 apt: load shared font from system archive wwylele 2017-06-15 19:09:05 +0300
  • 531d5ef2a6 apt: load shared font from system archive wwylele 2017-04-26 14:54:12 +0300
  • 900c3518c1 apt/shared_font: don't relocate zero offset wwylele 2017-04-26 14:52:40 +0300
  • 7052d43a67 gl_rasterizer/lighting: implement geometric factor wwylele 2017-06-07 22:58:36 +0300
  • da1bec121a Merge pull request #2762 from wwylele/light-cp-tangent Yuri Kunde Schlesner 2017-06-14 20:08:26 -0700
  • 08a9094e13 UDS: Use the ToDS and FromDS fields to properly calculate the AAD used during encryption. Subv 2017-06-14 16:59:16 -0500
  • d56fb7aa75 fixup! UDS: Run clang-format. Subv 2017-06-14 14:52:49 -0500
  • 106eef615c UDS: Move the UDS keyslot used to generate the CCMP key to the AES::KeySlotID enum. Subv 2017-06-14 14:21:35 -0500
  • 4566326814 fixup! UDS: Run clang-format. Subv 2017-06-14 14:08:56 -0500
  • d7adf01781 fixup! UDS: Run clang-format. Subv 2017-06-14 14:08:03 -0500
  • 02c765624d fixup! UDS: Run clang-format. Subv 2017-06-14 13:37:59 -0500
  • 7ad3dfcff6 UDS: Run clang-format. Subv 2017-06-14 13:18:58 -0500
  • 87b21ee771 UDS: Added functions to encrypt and decrypt the data frames. Subv 2017-06-14 12:47:52 -0500
  • 868544340f UDS: Clarify comment about the first 4 bytes of the SecureData header. Subv 2017-06-14 09:43:05 -0500
  • 9137b4103a UDS: Added a hook for updating the connection status when a client connects to the network. Subv 2017-06-13 13:14:17 -0500
  • 5fe5ccac42 Merge pull request #2743 from wwylele/wrap-fix Yuri Kunde Schlesner 2017-06-13 21:28:13 -0700
  • be807b59e5 fixup! UDS: Stub SendTo to generate the unencrypted data frame with the right headers. Subv 2017-06-13 21:51:05 -0500
  • a81fcc0e46 UDS: Return the correct error messages in SendTo when not connected to a network or trying to send to itself. Subv 2017-06-13 21:50:22 -0500
  • d46a80542d UDS: Stub SendTo to generate the unencrypted data frame with the right headers. Subv 2017-06-13 16:30:17 -0500
  • 036b4e216a UDS: Added a hook for updating the connection status when a client connects to the network. Subv 2017-06-13 13:14:17 -0500
  • ac168eeb5d Services/UDS: Set the proper bit in the ConnectionStatus structure when creating a network. (#2738) Sebastian Valle 2017-06-13 19:00:58 +0000
  • ceaab2a430 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
  • 40ad6898fa SwRasterizer: Fixed a few conversion warnings and moved per-light values into the per-light loop. Subv 2017-06-13 12:36:45 -0500
  • 75f8cb20c1 SwRasterizer: Change the comment for the difference values in the lighting LUTs Subv 2017-06-13 12:33:36 -0500
  • 66e56f2f9c SwRasterizer: Run clang-format Subv 2017-06-13 12:31:28 -0500
  • f6555b513c Services/UDS: Reset the connection status's bitmask of changed nodes after reporting it to the game. Subv 2017-06-13 12:47:16 -0500
  • 37cbe63fca Services/UDS: Reset the connection status when destroying the network Subv 2017-06-13 12:46:48 -0500
  • 5ffb13b94d SwRasterizer: Fixed a few conversion warnings and moved per-light values into the per-light loop. Subv 2017-06-13 12:36:45 -0500
  • 4c0310e6f3 SwRasterizer: Change the comment for the difference values in the lighting LUTs Subv 2017-06-13 12:33:36 -0500
  • 7db74ae6fc SwRasterizer: Run clang-format Subv 2017-06-13 12:31:28 -0500
  • 791cd14c8d Merge pull request #2767 from yuriks/quaternion-flip-comment Yuri Kunde Schlesner 2017-06-12 16:31:55 -0700
  • 4325a7c82d Merge pull request #2774 from yuriks/hle-handles Yuri Kunde Schlesner 2017-06-11 21:39:49 -0700
  • d8f6000f54 Kernel/IPC: Use boost::small_vector for HLE context objects Yuri Kunde Schlesner 2017-06-11 12:51:05 -0700
  • 60d70c4f43 Externals: Upgrade bundled Boost to 1.64 Yuri Kunde Schlesner 2017-06-11 12:47:03 -0700
  • 92ca422088 Kernel: Allow clearing request_objects to re-use buffer space Yuri Kunde Schlesner 2017-06-10 17:57:08 -0700
  • 8cb65fe65a Kernel: Basic support for IPC translation for HLE services Yuri Kunde Schlesner 2017-06-09 05:23:13 -0700
  • 7656d83df5 Service/sm: Convert srv: to use IPC helpers Yuri Kunde Schlesner 2017-06-09 00:54:08 -0700
  • 21436f5ef7 IPC: Add Pop/PushObjects methods to RequestParser/Builder Yuri Kunde Schlesner 2017-06-09 00:51:18 -0700
  • 1c4b0ebb1f IPC: Add basic HLERequestContext support to RequestParser/Builder Yuri Kunde Schlesner 2017-06-08 21:30:39 -0700
  • 05fee70211 Kernel: Add methods in HLERequestContext abstracting handle creation Yuri Kunde Schlesner 2017-06-08 23:55:18 -0700
  • 20e5abb308 ServiceFramework: Use separate copy of command buffer Yuri Kunde Schlesner 2017-06-08 23:52:30 -0700
  • 972548e3ee gl_rasterizer/lighting: Implement tangent mapping wwylele 2017-06-08 18:48:12 +0300
  • 40b7d0bf3f gl_rasterizer/lighting: implement lut input 5 (CP) wwylele 2017-05-25 21:13:33 +0300
  • 39c7c1f580 Merge pull request #2727 from wwylele/spot-light Sebastian Valle 2017-06-11 18:23:47 +0000
  • d6440b0beb SwRasterizer: Flip the vertex quaternions before clipping (if necessary). Subv 2017-06-11 11:55:35 -0500
  • b7e5bb4aaa fixup! SwRasterizer: Calculate specular_0 for fragment lighting. Subv 2017-06-11 11:31:19 -0500
  • d2668f9827 fixup! SwRasterizer: Implement primary fragment color. Subv 2017-06-11 11:30:59 -0500
  • f6f9844be8 SwRasterizer: Corrected the light LUT lookups. Subv 2017-06-09 18:18:57 -0500
  • 0bb737551b Set default text when hotkey not set Kloen 2017-06-11 15:57:27 +0200
  • 50732e5aec Better handle timer to prevent strange hotkey bindings Kloen 2017-06-11 15:15:05 +0200
  • a28ed6637f Add Hotkey for Pica Vertex Shader/Dump Kloen 2017-06-11 14:16:18 +0200
  • 696a4e5900 Add Hotkey for CiTrace Recorder/Start-Stop-Abort Recording Kloen 2017-06-11 13:58:44 +0200
  • 321a93a2c4 Add Hotkey for Pica Command List/Toggle Tracing & Copy All Kloen 2017-06-11 13:47:01 +0200
  • 7936ee0423 Add Hotkey for Pica Breakpoints/Resume Kloen 2017-06-11 13:42:54 +0200
  • 14427d47d0 LoadHotkeys before widgets to allow them to have hotkeys Kloen 2017-06-11 14:29:40 +0200