| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | Swapped TID and Game name to make it easier to parse | 2019-09-21 | 1 | -1/+1 | ||
| | * | | | | | | Log the current title id and game name which is booting | 2019-09-21 | 1 | -3/+3 | ||
| * | | | | | | | Update README.md (#2871) | 2019-09-21 | 1 | -2/+4 | ||
| * | | | | | | | Merge pull request #2878 from FernandoS27/icmp | 2019-09-21 | 2 | -0/+42 | ||
| |\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| | * | | | | | | Shader_IR: ICMP corrections and fixes | 2019-09-21 | 2 | -6/+11 | ||
| | * | | | | | | Shader_IR: Implement ICMP. | 2019-09-19 | 2 | -0/+37 | ||
| | | |_|/ / / | |/| | | | | ||||||
| * | | | | | | Merge pull request #2885 from Hexagon12/port-4944 | 2019-09-21 | 1 | -0/+8 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Added Host CPU and OS to log | 2019-09-21 | 1 | -0/+8 | ||
| | | |/ / / / | |/| | | | | ||||||
| * | | | | | | Merge pull request #2806 from FearlessTobi/port-4882 | 2019-09-21 | 7 | -10/+93 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Address review comments | 2019-09-10 | 2 | -6/+9 | ||
| | * | | | | | | Add frametime logging for tracking performance over time | 2019-09-10 | 7 | -10/+90 | ||
| * | | | | | | | Merge pull request #2872 from FernandoS27/mem-gpu-opt | 2019-09-21 | 1 | -2/+7 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Core/Memory: Only FlushAndInvalidate GPU if the page is marked as RasterizerC... | 2019-09-18 | 1 | -2/+7 | ||
| | | |_|/ / / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #2576 from DarkLordZach/nsp-fix-1 | 2019-09-21 | 2 | -14/+39 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | nsp: Correct status codes for extracted NSPs | 2019-06-10 | 2 | -13/+17 | ||
| | * | | | | | | | nsp: Use title ID from NPDM metadata for extracted type NSPs | 2019-06-10 | 2 | -1/+22 | ||
| | | |_|_|_|_|/ | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #2866 from Morph1984/checkbox_fix | 2019-09-21 | 1 | -0/+2 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | When docked mode is checked, uncheck "joycons docked" | 2019-09-16 | 1 | -0/+2 | ||
| * | | | | | | | | Merge pull request #2868 from ReinUsesLisp/fix-mipmaps | 2019-09-21 | 1 | -2/+2 | ||
| |\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | | ||||||
| | * | | | | | | | maxwell_to_gl: Fix mipmap filtering | 2019-09-17 | 1 | -2/+2 | ||
| | | |_|_|_|/ / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #2879 from ogniK5377/trace-submitgpfifo | 2019-09-21 | 1 | -4/+4 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Mark KickOffPb & SubmitGPFIFO as trace | 2019-09-21 | 1 | -4/+4 | ||
| | | |_|_|_|_|/ | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #2880 from ogniK5377/drawarrays-trace | 2019-09-21 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| | * | | | | | | Mark DrawArrays as LOG_TRACE | 2019-09-21 | 1 | -1/+1 | ||
| |/ / / / / / | ||||||
| * | | | | | | Merge pull request #2846 from ReinUsesLisp/fixup-viewport-index | 2019-09-20 | 1 | -10/+14 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | gl_shader_decompiler: Avoid writing output attribute when unimplemented | 2019-09-06 | 1 | -10/+14 | ||
| * | | | | | | | Merge pull request #2855 from ReinUsesLisp/shfl | 2019-09-20 | 6 | -9/+182 | ||
| |\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | ||||||
| | * | | | | | | shader_ir/warp: Implement SHFL | 2019-09-17 | 6 | -9/+182 | ||
| | | |/ / / / | |/| | | | | ||||||
| * | | | | | | Merge pull request #2784 from ReinUsesLisp/smem | 2019-09-18 | 5 | -21/+81 | ||
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| | * | | | | | gl_shader_decompiler: Implement shared memory | 2019-09-05 | 1 | -0/+23 | ||
| | * | | | | | shader_ir: Implement LD_S | 2019-09-05 | 1 | -10/+13 | ||
| | * | | | | | shader_ir: Implement ST_S | 2019-09-05 | 4 | -11/+45 | ||
| * | | | | | | Merge pull request #2851 from ReinUsesLisp/srgb | 2019-09-15 | 6 | -30/+9 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | renderer_opengl: Fix rebase mistake | 2019-09-11 | 1 | -1/+1 | ||
| | * | | | | | | gl_rasterizer: Correct sRGB Fix regression | 2019-09-10 | 1 | -0/+12 | ||
| | * | | | | | | renderer_opengl: Fix sRGB blits | 2019-09-10 | 6 | -43/+10 | ||
| * | | | | | | | Merge pull request #2824 from ReinUsesLisp/mme | 2019-09-15 | 3 | -4/+20 | ||
| |\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | ||||||
| | * | | | | | | maxwell_3d: Update firmware 4 call stub commentary | 2019-09-14 | 1 | -1/+2 | ||
| | * | | | | | | Revert "Revert #2466" and stub FirmwareCall 4 | 2019-09-04 | 3 | -4/+19 | ||
| * | | | | | | | Merge pull request #2857 from ReinUsesLisp/surface-srgb | 2019-09-14 | 2 | -0/+22 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | video_core/surface: Add function to detect sRGB surfaces | 2019-09-13 | 2 | -0/+22 | ||
| | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #2858 from ReinUsesLisp/vk-device | 2019-09-14 | 4 | -111/+258 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | vk_device: Add miscellaneous features and minor style changes | 2019-09-13 | 3 | -111/+258 | ||
| | * | | | | | | | externals: Update Vulkan headers | 2019-09-13 | 1 | -0/+0 | ||
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #2667 from DarkLordZach/profile-editor | 2019-09-14 | 5 | -10/+130 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | acc_su: Implement GetProfileEditor (205) | 2019-07-03 | 3 | -1/+13 | ||
| | * | | | | | | | acc: Implement IProfileEditor-specific commands 'Store' and 'StoreWithImage' | 2019-07-03 | 1 | -1/+73 | ||
| | * | | | | | | | profile_manager: Add setter for ProfileBase and ProfileData | 2019-07-03 | 2 | -0/+13 | ||
| | * | | | | | | | acc: Add IProfileCommon for IProfile and IProfileEditor | 2019-07-03 | 1 | -8/+31 | ||
| * | | | | | | | | Merge pull request #2757 from ReinUsesLisp/suatom | 2019-09-14 | 7 | -69/+329 | ||
| |\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||