| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | VideoCore/GPU: Delegate subchannel engines to the dma pusher. | 2020-04-27 | 3 | -4/+49 | |
| * | VideoCore/Engines: Refactor Engines CallMethod. | 2020-04-27 | 13 | -62/+82 | |
| * | Merge pull request #3785 from ogniK5377/set-buffer-count-unit | 2020-04-27 | 1 | -1/+9 | |
| |\ | |||||
| | * | vi: Don't let uninitialized data pass as a response for SetBufferCount | 2020-04-24 | 1 | -1/+9 | |
| * | | Merge pull request #3766 from ReinUsesLisp/renderpass-cache-key | 2020-04-27 | 8 | -126/+129 | |
| |\ \ | |||||
| | * | | vk_rasterizer: Pack texceptions and color formats on invalid formats | 2020-04-24 | 2 | -5/+19 | |
| | * | | vk_rasterizer: Fix framebuffer creation validation errors | 2020-04-23 | 1 | -2/+4 | |
| | * | | vk_pipeline_cache: Unify pipeline cache keys into a single operation | 2020-04-23 | 5 | -47/+59 | |
| | * | | vk_renderpass_cache: Pack renderpass cache key to 12 bytes | 2020-04-23 | 4 | -84/+59 | |
| * | | | Merge pull request #3756 from ReinUsesLisp/integrated-devices | 2020-04-27 | 5 | -35/+6 | |
| |\ \ \ | |||||
| | * | | | vk_memory_manager: Remove unified memory model flag | 2020-04-21 | 5 | -35/+6 | |
| * | | | | Merge pull request #3797 from slashiee/hid-stub | 2020-04-27 | 2 | -1/+13 | |
| |\ \ \ \ | |||||
| | * | | | | services: hid: Stub StopSevenSixAxisSensor. | 2020-04-25 | 2 | -1/+13 | |
| * | | | | | Merge pull request #3742 from FernandoS27/command-list | 2020-04-27 | 20 | -15/+215 | |
| |\ \ \ \ \ | |||||
| | * | | | | | Clang Format. | 2020-04-23 | 6 | -11/+19 | |
| | * | | | | | GPU: Add Fast GPU Time Option. | 2020-04-23 | 7 | -1/+21 | |
| | * | | | | | Maxwell3D: Process Macros on MultiMethod. | 2020-04-23 | 1 | -25/+47 | |
| | * | | | | | DMAPusher: Propagate multimethod writes into the engines. | 2020-04-23 | 14 | -14/+164 | |
| * | | | | | | Merge pull request #3795 from vitor-k/fix-folder | 2020-04-26 | 1 | -7/+7 | |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Fix the mistake in the port and update the comment for clarity | 2020-04-25 | 1 | -7/+7 | |
| | | |/ / / / | |/| | | | | |||||
| * | | | | | | Merge pull request #3744 from lioncash/table2 | 2020-04-26 | 19 | -7/+108 | |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | service: Update function tables | 2020-04-20 | 19 | -7/+108 | |
| * | | | | | | | Merge pull request #3753 from ReinUsesLisp/ac-vulkan | 2020-04-26 | 5 | -12/+53 | |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | vk_rasterizer: Add lazy default buffer maker and use it for empty buffers | 2020-04-21 | 3 | -4/+40 | |
| | * | | | | | | | gl_rasterizer: Fix buffers without size | 2020-04-21 | 3 | -8/+13 | |
| * | | | | | | | | Merge pull request #3791 from Kewlan/hotkey-config-plus | 2020-04-26 | 5 | -18/+116 | |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | Add Restore Defaults and Clear options to hotkeys | 2020-04-24 | 5 | -18/+116 | |
| * | | | | | | | | | Merge pull request #3761 from Kewlan/stick-modifier-slider | 2020-04-25 | 3 | -30/+52 | |
| |\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | | |||||
| | * | | | | | | | | Edit modifier_scale with the deadzone slider | 2020-04-23 | 3 | -30/+52 | |
| | |/ / / / / / / | |||||
| * | | | | | | | | 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 | |
| | | |_|_|_|/ / / / | |/| | | | | | | | |||||
| * | | | | | | | | | 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 | |
| | |/ / / / / / / | |||||
| * / / / / / / / | 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 | |
| |\ \ \ \ \ \ \ | |||||