| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | gpu: fix edge cases for TextureCopy | 2017-06-27 | 1 | -18/+23 | ||
| * | | | | | | Merge pull request #2800 from wwylele/fog-lutlutlut | 2017-06-28 | 7 | -31/+34 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | gl_rasterizer: use texture buffer for fog LUT | 2017-06-22 | 7 | -29/+32 | ||
| | * | | | | | | gl_rasterizer: create the texture before applying the state | 2017-06-22 | 1 | -2/+2 | ||
| | | |_|/ / / | |/| | | | | ||||||
| * | | | | | | Merge pull request #2811 from MerryMage/qtdebug | 2017-06-28 | 1 | -0/+7 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | configure_debug: Add label warning that CPU JIT needs to be disabled for gdbs... | 2017-06-28 | 1 | -0/+7 | ||
| | | |/ / / / | |/| | | | | ||||||
| * | | | | | | Merge pull request #2812 from tiagmoraismorgado/patch-1 | 2017-06-28 | 1 | -2/+2 | ||
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| | * | | | | | fixing a couple of typos | 2017-06-28 | 1 | -2/+2 | ||
| |/ / / / / | ||||||
| * | | | | | Merge pull request #2778 from Subv/uds_more | 2017-06-26 | 5 | -1/+436 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | UDS: Use the ToDS and FromDS fields to properly calculate the AAD used during... | 2017-06-26 | 1 | -15/+32 | ||
| | * | | | | | UDS: Move the UDS keyslot used to generate the CCMP key to the AES::KeySlotID... | 2017-06-26 | 2 | -4/+3 | ||
| | * | | | | | UDS: Run clang-format. | 2017-06-26 | 3 | -51/+55 | ||
| | * | | | | | UDS: Added functions to encrypt and decrypt the data frames. | 2017-06-26 | 3 | -12/+156 | ||
| | * | | | | | UDS: Clarify comment about the first 4 bytes of the SecureData header. | 2017-06-15 | 2 | -1/+5 | ||
| | * | | | | | UDS: Return the correct error messages in SendTo when not connected to a netw... | 2017-06-15 | 1 | -6/+13 | ||
| | * | | | | | UDS: Stub SendTo to generate the unencrypted data frame with the right headers. | 2017-06-15 | 4 | -1/+261 | ||
| | | |/ / / | |/| | | | ||||||
| * | | | | | externals: silence warning C4390 on MSVC for cryptopp (#2805) | 2017-06-24 | 1 | -0/+5 | ||
| * | | | | | Set global definition WIN32_LEAN_AND_MEAN (#2807) | 2017-06-24 | 2 | -0/+5 | ||
| * | | | | | Merge pull request #2801 from yuriks/session-svcs | 2017-06-23 | 5 | -7/+52 | ||
| |\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| | * | | | | Kernel: Implement AcceptSession SVC | 2017-06-23 | 4 | -3/+38 | ||
| | * | | | | Kernel: Fix SVC wrapper for CreatePort | 2017-06-23 | 1 | -3/+2 | ||
| | * | | | | Kernel: Implement CreateSessionToPort SVC | 2017-06-23 | 1 | -1/+12 | ||
| |/ / / / | ||||||
| * | | | | Merge pull request #2798 from yuriks/svc-create-session | 2017-06-23 | 2 | -3/+26 | ||
| |\ \ \ \ | ||||||
| | * | | | | Kernel: Implement CreateSession SVC | 2017-06-22 | 2 | -3/+26 | ||
| | | |/ / | |/| | | ||||||
| * | | | | Merge pull request #2795 from chris062689/master | 2017-06-22 | 2 | -6/+6 | ||
| |\ \ \ \ | ||||||
| | * | | | | Changing default values for bg_red, bg_green, and bg_blue from 1.0 to 0.0. | 2017-06-21 | 2 | -6/+6 | ||
| * | | | | | Merge pull request #2796 from yuriks/hle-null-handles | 2017-06-22 | 2 | -8/+36 | ||
| |\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| | * | | | | Kernel: Fix typo in test name | 2017-06-22 | 1 | -1/+1 | ||
| | * | | | | Kernel/IPC: Support translation of null handles | 2017-06-21 | 2 | -7/+35 | ||
| * | | | | | Merge pull request #2792 from wwylele/lutlutlut | 2017-06-21 | 7 | -151/+175 | ||
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | gl_state: reset 1d textures | 2017-06-21 | 1 | -0/+14 | ||
| | * | | | | gl_rasterizer: fix glGetUniformLocation type | 2017-06-21 | 1 | -8/+8 | ||
| | * | | | | gl_rasterizer: manage texture ids in one place | 2017-06-21 | 3 | -31/+55 | ||
| | * | | | | gl_rasterizer/lighting: fix LUT interpolation | 2017-06-21 | 7 | -116/+102 | ||
| * | | | | | Merge pull request #2789 from yuriks/misc-kernel | 2017-06-21 | 2 | -1/+5 | ||
| |\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| | * | | | | Memory: Add enum definitions for the n3DS FCRAM size | 2017-06-20 | 1 | -1/+3 | ||
| | * | | | | Kernel: Add comment about the extended linear heap area | 2017-06-18 | 1 | -0/+2 | ||
| | |/ / / | ||||||
| * | | | | Merge pull request #2790 from yuriks/remove-movefrom | 2017-06-20 | 24 | -56/+57 | ||
| |\ \ \ \ | ||||||
| | * | | | | ResultVal: Remove MoveFrom() | 2017-06-18 | 24 | -57/+53 | ||
| | * | | | | ResultVal: Add an rvalue overload of Unwrap() | 2017-06-18 | 1 | -1/+6 | ||
| | |/ / / | ||||||
| * | | | | Merge pull request #2779 from Subv/uds_more2 | 2017-06-21 | 1 | -0/+36 | ||
| |\ \ \ \ | ||||||
| | * | | | | UDS: Added a hook for updating the connection status when a client connects t... | 2017-06-15 | 1 | -0/+36 | ||
| | | |/ / | |/| | | ||||||
| * | | | | Merge pull request #2787 from yuriks/hle-ipc-tests | 2017-06-19 | 5 | -7/+206 | ||
| |\ \ \ \ | |_|/ / |/| | | | ||||||
| | * | | | Kernel/IPC: Add tests for HLERequestContext buffer translation | 2017-06-18 | 2 | -2/+196 | ||
| | * | | | Kernel/IPC: Make HLERequestContext usable from outside kernel | 2017-06-18 | 3 | -5/+10 | ||
| |/ / / | ||||||
| * | | | Merge pull request #2776 from wwylele/geo-factor | 2017-06-18 | 3 | -7/+26 | ||
| |\ \ \ | ||||||
| | * | | | gl_rasterizer/lighting: use the formula from the paper for germetic factor | 2017-06-18 | 1 | -8/+8 | ||
| | * | | | gl_rasterizer/lighting: implement geometric factor | 2017-06-15 | 3 | -1/+20 | ||
| * | | | | Merge pull request #2785 from yuriks/compile-flags | 2017-06-18 | 4 | -19/+20 | ||
| |\ \ \ \ | |/ / / |/| | | | ||||||
| | * | | | CMake: Set MSVC flags for improved C++ standards conformance | 2017-06-17 | 1 | -3/+6 | ||