| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | shader/arithmetic_integer: Fix edge case and mark IADD.X Rd.CC as unimplemented | 2020-04-25 | 1 | -1/+6 | |
| * | shader/arithmetic_integer: Change IAdd to UAdd to avoid signed overflow | 2020-04-25 | 1 | -2/+2 | |
| * | shader/arithmetic_integer: Implement IADD.X | 2020-04-25 | 2 | -0/+10 | |
| * | shader/arithmetic_integer: Implement CC for IADD | 2020-04-25 | 5 | -3/+42 | |
| * | decode/register_set_predicate: Implement CC | 2020-04-25 | 1 | -9/+14 | |
| * | decode/register_set_predicate: Use move for shared pointers | 2020-04-25 | 1 | -16/+17 | |
| * | Merge pull request #3721 from ReinUsesLisp/sort-devices | 2020-04-25 | 1 | -1/+20 | |
| |\ | |||||
| | * | vulkan/wrapper: Sort physical devices | 2020-04-18 | 1 | -1/+20 | |
| * | | Merge pull request #3734 from ReinUsesLisp/half-float-mods | 2020-04-25 | 2 | -16/+37 | |
| |\ \ | |||||
| | * | | decode/arithmetic_half: Fix HADD2 and HMUL2 absolute and negation bits | 2020-04-23 | 2 | -16/+37 | |
| * | | | Merge pull request #3780 from lioncash/process | 2020-04-24 | 1 | -2/+138 | |
| |\ \ \ | |||||
| | * | | | svc: Re-add MapProcessCodeMemory/UnmapProcessCodeMemory | 2020-04-23 | 1 | -2/+138 | |
| * | | | | Merge pull request #3749 from ReinUsesLisp/lea-imm | 2020-04-24 | 1 | -2/+2 | |
| |\ \ \ \ | |||||
| | * | | | | shader/arithmetic_integer: Fix LEA_IMM encoding | 2020-04-20 | 1 | -2/+2 | |
| * | | | | | Merge pull request #3786 from degasus/fix_warnings | 2020-04-24 | 3 | -2/+3 | |
| |\ \ \ \ \ | |||||
| | * | | | | | Fix -Wdeprecated-copy warning. | 2020-04-24 | 1 | -0/+1 | |
| | * | | | | | Fix -Werror=conversion error. | 2020-04-24 | 2 | -2/+2 | |
| |/ / / / / | |||||
| * | | | | | Merge pull request #3760 from Morph1984/trailing-filedir-separator | 2020-04-24 | 1 | -1/+1 | |
| |\ \ \ \ \ | |||||
| | * | | | | | Add a trailing separator to the string path | 2020-04-22 | 1 | -1/+1 | |
| * | | | | | | Merge pull request #3777 from lioncash/warn | 2020-04-23 | 1 | -2/+2 | |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | page_table: Remove unused captures | 2020-04-23 | 1 | -2/+2 | |
| | | |_|/ / / | |/| | | | | |||||
| * | | | | | | Merge pull request #3778 from lioncash/unused-var | 2020-04-23 | 1 | -3/+0 | |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | svc: Remove unused variable | 2020-04-23 | 1 | -3/+0 | |
| | |/ / / / / | |||||
| * | | | | | | Merge pull request #3781 from lioncash/docs | 2020-04-23 | 2 | -5/+5 | |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| | * | | | | | shared_memory: Amend doxygen reference | 2020-04-23 | 2 | -5/+5 | |
| |/ / / / / | |||||
| * | | | | | Merge pull request #3768 from H27CK/cmd-title-fmt | 2020-04-23 | 1 | -3/+4 | |
| |\ \ \ \ \ | |||||
| | * | | | | | Fix format error in performance statistics | 2020-04-23 | 1 | -3/+4 | |
| * | | | | | | kernel: memory: Improve implementation of device shared memory. (#3707) | 2020-04-23 | 6 | -16/+110 | |
| * | | | | | | Merge pull request #3730 from lioncash/time | 2020-04-23 | 1 | -24/+26 | |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | service/time: Remove reliance on the global system accessor | 2020-04-19 | 1 | -24/+26 | |
| * | | | | | | | Merge pull request #3697 from lioncash/declarations | 2020-04-23 | 12 | -88/+91 | |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | CMakeLists: Make missing declarations a compile-time error | 2020-04-16 | 1 | -0/+1 | |
| | * | | | | | | | General: Resolve warnings related to missing declarations | 2020-04-16 | 11 | -88/+89 | |
| | * | | | | | | | CMakeLists: Enable -Wmissing-declarations on Linux builds | 2020-04-16 | 1 | -0/+1 | |
| * | | | | | | | | Merge pull request #3677 from FernandoS27/better-sync | 2020-04-22 | 41 | -63/+1193 | |
| |\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | |||||
| | * | | | | | | | GL_Fence_Manager: use GL_TIMEOUT_IGNORED instead of a loop, | 2020-04-22 | 1 | -2/+1 | |
| | * | | | | | | | Address Feedback. | 2020-04-22 | 3 | -24/+18 | |
| | * | | | | | | | Async GPU: Correct flushing behavior to be similar to old async GPU behavior. | 2020-04-22 | 3 | -0/+11 | |
| | * | | | | | | | MaxwellDMA: Correct copying on accuracy level. | 2020-04-22 | 1 | -2/+7 | |
| | * | | | | | | | ShaderCache/PipelineCache: Cache null shaders. | 2020-04-22 | 4 | -8/+31 | |
| | * | | | | | | | Address Feedback. | 2020-04-22 | 13 | -132/+117 | |
| | * | | | | | | | Fix GCC error. | 2020-04-22 | 2 | -6/+5 | |
| | * | | | | | | | Correct Linux Compile Error. | 2020-04-22 | 2 | -7/+10 | |
| | * | | | | | | | Clang format. | 2020-04-22 | 1 | -1/+2 | |
| | * | | | | | | | QueryCache: Only do async flushes on async gpu. | 2020-04-22 | 1 | -1/+4 | |
| | * | | | | | | | Async GPU: Only do reactive flushing on Extreme Level. | 2020-04-22 | 1 | -1/+1 | |
| | * | | | | | | | vk_fence_manager: Initial implementation | 2020-04-22 | 8 | -12/+222 | |
| | * | | | | | | | QueryCache: Implement Async Flushes. | 2020-04-22 | 5 | -12/+77 | |
| | * | | | | | | | OpenGL: Guarantee writes to Buffers. | 2020-04-22 | 3 | -4/+2 | |
| | * | | | | | | | GPU: Implement Flush Requests for Async mode. | 2020-04-22 | 6 | -8/+70 | |