| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #3725 from MerryMage/fpcr | 2020-04-22 | 1 | -2/+1 | |
| |\ | |||||
| | * | thread: FPCR.FZ is likely not 1 | 2020-04-19 | 1 | -2/+1 | |
| * | | Merge pull request #3763 from H27CK/vk-cmd | 2020-04-22 | 1 | -1/+1 | |
| |\ \ | |||||
| | * | | Add missing ; | 2020-04-22 | 1 | -1/+1 | |
| * | | | Merge pull request #3758 from H27CK/vk-cmd | 2020-04-22 | 2 | -1/+4 | |
| |\| | | |||||
| | * | | Init SDL info structure and add dummy context | 2020-04-22 | 2 | -1/+4 | |
| * | | | Merge pull request #3653 from ReinUsesLisp/nsight-aftermath | 2020-04-22 | 12 | -77/+389 | |
| |\ \ \ | |/ / |/| | | |||||
| | * | | renderer_vulkan: Integrate Nvidia Nsight Aftermath on Windows | 2020-04-14 | 9 | -22/+360 | |
| | * | | renderer_vulkan: Remove Nvidia checkpoints | 2020-04-13 | 4 | -34/+0 | |
| | * | | renderer_vulkan: Catch device losses in more places | 2020-04-13 | 3 | -21/+29 | |
| * | | | Merge pull request #3699 from FearlessTobi/port-5185 | 2020-04-21 | 1 | -4/+3 | |
| |\ \ \ | |||||
| | * | | | gdbstub: Fix some gdbstub jankiness | 2020-04-17 | 1 | -4/+3 | |
| * | | | | Merge pull request #3714 from lioncash/copies | 2020-04-21 | 1 | -3/+3 | |
| |\ \ \ \ | |||||
| | * | | | | gl_shader_decompiler: Avoid copies where applicable | 2020-04-17 | 1 | -3/+3 | |
| * | | | | | Merge pull request #3745 from bunnei/fix-homebrew-load | 2020-04-21 | 5 | -12/+35 | |
| |\ \ \ \ \ | |||||
| | * | | | | | loader: nro: Fix process initialization using ProgramMetadata default. | 2020-04-20 | 2 | -11/+14 | |
| | * | | | | | loader: elf: Fix process initialization using ProgramMetadata default. | 2020-04-20 | 1 | -0/+5 | |
| | * | | | | | file_sys: program_metadata: Add a helper function for generating reasonable d... | 2020-04-20 | 2 | -1/+16 | |
| * | | | | | | Merge pull request #3718 from ReinUsesLisp/better-pipeline-state | 2020-04-21 | 6 | -479/+531 | |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | fixed_pipeline_state: Hash and compare the whole structure | 2020-04-18 | 2 | -105/+9 | |
| | * | | | | | | fixed_pipeline_state: Pack blending state | 2020-04-18 | 3 | -98/+227 | |
| | * | | | | | | fixed_pipeline_state: Pack rasterizer state | 2020-04-18 | 4 | -163/+155 | |
| | * | | | | | | fixed_pipeline_state: Pack depth stencil state | 2020-04-18 | 3 | -97/+140 | |
| | * | | | | | | fixed_pipeline_state: Pack attribute state | 2020-04-18 | 6 | -101/+85 | |
| * | | | | | | | Merge pull request #3698 from lioncash/warning | 2020-04-21 | 4 | -15/+17 | |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | key_manager: Resolve missing field initializer warning | 2020-04-16 | 1 | -1/+2 | |
| | * | | | | | | | decode/memory: Resolve unused variable warning | 2020-04-16 | 1 | -1/+1 | |
| | * | | | | | | | decode/texture: Resolve unused variable warnings. | 2020-04-16 | 1 | -5/+7 | |
| | * | | | | | | | decode/texture: Collapse loop down into std::generate | 2020-04-16 | 1 | -3/+1 | |
| | * | | | | | | | decode/texture: Eliminate trivial missing field initializer warnings | 2020-04-16 | 1 | -3/+4 | |
| | * | | | | | | | time_zone_manager: Resolve sign conversion warnings | 2020-04-16 | 1 | -2/+2 | |
| * | | | | | | | | Merge pull request #3724 from bunnei/fix-unicorn | 2020-04-20 | 1 | -0/+11 | |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | core: arm_unicorn: Fix interpret fallback by temporarily mapping instruction ... | 2020-04-19 | 1 | -0/+11 | |
| * | | | | | | | | | audio_renderer: Preliminary BehaviorInfo (#3736) | 2020-04-20 | 7 | -13/+249 | |
| * | | | | | | | | | Merge pull request #3695 from ReinUsesLisp/default-attributes | 2020-04-20 | 1 | -0/+4 | |
| |\ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | maxwell_3d: Initialize format attributes constant as one | 2020-04-16 | 1 | -0/+4 | |
| * | | | | | | | | | | Merge pull request #3733 from ambasta/patch-2 | 2020-04-20 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | | | |||||
| | * | | | | | | | | | Initialize quad_indexed_pass before uint8_pass | 2020-04-20 | 1 | -1/+1 | |
| * | | | | | | | | | | Merge pull request #3739 from MerryMage/disable_cpu_opt | 2020-04-20 | 7 | -2/+26 | |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | dynarmic: Add option to disable CPU JIT optimizations | 2020-04-20 | 7 | -2/+26 | |
| * | | | | | | | | | | | npad: Lower log level for VibrateController to Debug | 2020-04-20 | 1 | -1/+1 | |
| * | | | | | | | | | | | audren: Lower log level for RequestUpdateImpl to Debug | 2020-04-20 | 1 | -1/+1 | |
| * | | | | | | | | | | | Merge pull request #3700 from ReinUsesLisp/stream-buffer-sizes | 2020-04-20 | 2 | -33/+48 | |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | vk_stream_buffer: Fix out of memory on boot on recent Nvidia drivers | 2020-04-17 | 2 | -33/+48 | |
| | | |_|_|_|_|/ / / / / | |/| | | | | | | | | | |||||
| * | | | | | | | | | | | Merge pull request #3712 from lioncash/remove | 2020-04-20 | 2 | -3/+0 | |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | service: Remove unused RequestParser instances | 2020-04-17 | 2 | -3/+0 | |
| * | | | | | | | | | | | | Merge pull request #3709 from lioncash/am | 2020-04-20 | 1 | -2/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / |/| | | | | | | | | | | | |||||
| | * | | | | | | | | | | | am: Resolve ineffective moves | 2020-04-17 | 1 | -2/+2 | |
| | |/ / / / / / / / / / | |||||
| * | | | | | | | | | | | Merge pull request #3729 from lioncash/globals | 2020-04-19 | 3 | -6/+11 | |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | dma_pusher: Remove reliance on the global system instance | 2020-04-19 | 3 | -6/+11 | |
| | | |_|/ / / / / / / / | |/| | | | | | | | | | |||||