| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | vk_pipeline_cache: Properly bypass VertexA shaders | 2021-01-23 | 1 | -9/+3 | |
| * | Merge pull request #4713 from behunin/int-flags | 2021-01-22 | 3 | -3/+59 | |
| |\ | |||||
| | * | Merge remote-tracking branch 'upstream/master' into int-flags | 2021-01-10 | 868 | -23050/+34921 | |
| | |\ | |||||
| | * | | More forgetting... duh | 2020-09-24 | 1 | -2/+2 | |
| | * | | Forgot to apply suggestion here as well | 2020-09-24 | 1 | -1/+1 | |
| | * | | Address Comments | 2020-09-24 | 3 | -25/+34 | |
| | * | | Start of Integer flags implementation | 2020-09-24 | 3 | -3/+50 | |
| * | | | Merge pull request #5765 from ogniK5377/StoreSaveDataThumbnail-stub | 2021-01-22 | 5 | -6/+66 | |
| |\ \ \ | |||||
| | * | | | acc: Stub StoreSaveDataThumbnail | 2021-01-19 | 5 | -6/+66 | |
| * | | | | common: Add missing include to bit_util.h | 2021-01-21 | 1 | -0/+1 | |
| * | | | | Merge pull request #5781 from lioncash/bits | 2021-01-21 | 1 | -35/+13 | |
| |\ \ \ \ | |||||
| | * | | | | bit_util: Unify implementations of MostSignificantBit32/MostSignificantBit64 | 2021-01-21 | 1 | -35/+13 | |
| * | | | | | Merge pull request #5270 from german77/multiTouch | 2021-01-20 | 19 | -263/+365 | |
| |\ \ \ \ \ | |||||
| | * | | | | | Always initialize keyboard input | 2021-01-15 | 5 | -25/+20 | |
| | * | | | | | Add mutitouch support for touch screens | 2021-01-15 | 10 | -85/+137 | |
| | * | | | | | Allow to return up to 16 touch inputs per engine | 2021-01-15 | 10 | -154/+202 | |
| | * | | | | | Allow all touch inputs at the same time and remove config options that are no... | 2021-01-15 | 8 | -99/+36 | |
| | * | | | | | Add multitouch support | 2021-01-15 | 2 | -23/+93 | |
| * | | | | | | Merge pull request #5361 from ReinUsesLisp/vk-shader-comment | 2021-01-20 | 1 | -1/+4 | |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | vk_shader_decompiler: Show comments as OpUndef with a type | 2021-01-15 | 1 | -1/+4 | |
| * | | | | | | | Merge pull request #5743 from german77/HandheldFix | 2021-01-20 | 2 | -1/+12 | |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | Always update configuration for handheld | 2021-01-17 | 1 | -0/+10 | |
| | * | | | | | | | Fix player 1 default connected value | 2021-01-17 | 1 | -1/+2 | |
| * | | | | | | | | Merge pull request #5755 from FearlessTobi/port-5344 | 2021-01-19 | 2 | -28/+32 | |
| |\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | | |||||
| | * | | | | | | | game_list: Fix folder reordering | 2021-01-18 | 2 | -28/+32 | |
| | | |_|_|/ / / | |/| | | | | | |||||
| * | | | | | | | Merge pull request #5746 from lioncash/sign-compare | 2021-01-18 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | texture_cache/util: Resolve -Wsign-compare warning | 2021-01-17 | 1 | -1/+1 | |
| | | |/ / / / / | |/| | | | | | |||||
| * | | | | | | | Merge pull request #5754 from lat9nq/fix-disable-boxcat | 2021-01-17 | 1 | -0/+2 | |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | configure_service: Only compile FormatEventStatusString when YUZU_ENABLE_BOXC... | 2021-01-17 | 1 | -0/+2 | |
| | | |/ / / / / | |/| | | | | | |||||
| * / | | | | | | npad: Add check for HANDHELD_INDEX in UpdateControllerAt() | 2021-01-17 | 1 | -1/+1 | |
| |/ / / / / / | |||||
| * | | | | | | Merge pull request #5360 from ReinUsesLisp/enforce-memclass-access | 2021-01-17 | 18 | -205/+216 | |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | core/cmake: Enforce Wclass-memaccess | 2021-01-15 | 1 | -0/+1 | |
| | * | | | | | | core: Silence Wclass-memaccess warnings | 2021-01-15 | 17 | -205/+215 | |
| * | | | | | | | Merge pull request #5745 from lioncash/documentation | 2021-01-17 | 2 | -4/+3 | |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | video_core: Resolve -Wdocumentation warnings | 2021-01-17 | 2 | -4/+3 | |
| | | |/ / / / / | |/| | | | | | |||||
| * / | | | | | | vulkan_debug_callback: Add missing header guard | 2021-01-17 | 1 | -0/+2 | |
| |/ / / / / / | |||||
| * | | | | | | Merge pull request #5740 from lioncash/const-fn | 2021-01-16 | 1 | -4/+4 | |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | input_interpreter: Mark two member functions as const | 2021-01-16 | 1 | -4/+4 | |
| * | | | | | | | Merge pull request #5262 from ReinUsesLisp/buffer-base | 2021-01-16 | 4 | -0/+970 | |
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||||
| | * | | | | | | tests: Add unit tests for the GPU range tracking buffer container | 2021-01-13 | 2 | -0/+474 | |
| | * | | | | | | buffer_cache/buffer_base: Add a range tracking buffer container | 2021-01-13 | 2 | -0/+496 | |
| * | | | | | | | input_interpreter: Add method to check for a button press state | 2021-01-16 | 2 | -0/+25 | |
| * | | | | | | | Merge pull request #5275 from FernandoS27/fast-native-clock | 2021-01-15 | 5 | -104/+174 | |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | X86/NativeClock: Reimplement RTDSC access to be lock free. | 2021-01-02 | 5 | -103/+107 | |
| | * | | | | | | | X86/NativeClock: Improve performance of clock calculations on hot path. | 2021-01-02 | 2 | -5/+71 | |
| * | | | | | | | | Merge pull request #5336 from lioncash/tree | 2021-01-15 | 2 | -841/+668 | |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | common/tree: Convert defines over to templates | 2021-01-12 | 2 | -592/+666 | |
| | * | | | | | | | | common/tree: Remove unused splay tree defines | 2021-01-12 | 1 | -249/+2 | |
| | | |/ / / / / / | |/| | | | | | | |||||
| * | | | | | | | | Merge pull request #5297 from ReinUsesLisp/vulkan-allocator-common | 2021-01-15 | 19 | -554/+609 | |
| |\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | |||||
| | * | | | | | | | vulkan_memory_allocator: Remove unnecesary 'device' memory from commits | 2021-01-15 | 2 | -15/+15 | |