| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-06-29 | Memory Tracker: Use 64 bit atomics instead of 128 bits | Fernando Sahmkow | |
| 2023-06-29 | Texture cache: Fix YFC regression due to code testing | Fernando Sahmkow | |
| 2023-06-29 | input_common: Allow timeouts to happen while scanning for a ring | german77 | |
| 2023-06-28 | input_common: Tune mouse controls | Narr the Reg | |
| 2023-06-28 | android: Make MemoryUtil an object | Charles Lombardo | |
| 2023-06-28 | Blacklist EDS3 blending from new AMD drivers | Matías Locatti | |
| 2023-06-28 | android: Android 14 support | Charles Lombardo | |
| Specifies the permissions needed for the changes to foreground services in Android 14. | |||
| 2023-06-28 | Memory Tracking: Optimize tracking to only use atomic writes when contested ↵ | Fernando Sahmkow | |
| with the host GPU | |||
| 2023-06-28 | MemoryTracking: Initial setup of atomic writes. | Fernando Sahmkow | |
| 2023-06-28 | input_common: Remove duplicated DriverResult enum | german77 | |
| 2023-06-28 | x64: cpu_wait: Implement MWAITX for non-MSVC compilers | Morph | |
| 2023-06-28 | x64: cpu_wait: Remove magic values | Morph | |
| 2023-06-28 | x64: cpu_wait: Make use of MWAITX in MicroSleep | Morph | |
| MWAITX is equivalent to UMWAIT on Intel's Alder Lake CPUs. We can emulate TPAUSE by using MONITORX in conjunction with MWAITX to wait for 100K cycles. | |||
| 2023-06-28 | x64: Add detection of monitorx instructions | Morph | |
| monitorx introduces 2 instructions: MONITORX and MWAITX. | |||
| 2023-06-27 | fsmitm_romfsbuild: avoid full path lookups | Liam | |
| 2023-06-27 | renderer_vulkan: Prevent crashes when blitting depth stencil | GPUCode | |
| 2023-06-27 | video_core: Add BCn decoding support | GPUCode | |
| 2023-06-27 | renderer_vulkan: Add more feature checking | GPUCode | |
| 2023-06-27 | renderer_vulkan: Don't assume debug tool with debug renderer | GPUCode | |
| * Causes crashes because mali drivers don't support debug utils | |||
| 2023-06-27 | renderer_vulkan: Bump minimum SPIRV version | GPUCode | |
| * 1.3 is guaranteed on all 1.1 drivers | |||
| 2023-06-27 | renderer_vulkan: Respect viewport limit | GPUCode | |
| 2023-06-27 | renderer_vulkan: Don't add transform feedback flag if unsupported | GPUCode | |
| 2023-06-27 | renderer_vulkan: Add suport for debug report callback | GPUCode | |
| 2023-06-27 | Merge pull request #10933 from merryhime/dunno | liamwhite | |
| arm_dynarmic_32: Remove disabling of block linking on arm64 | |||
| 2023-06-27 | settings: Clean up includes | lat9nq | |
| Adds <version> since we are looking at C++ implementation version details. Also moves exception header includes into the if preprocessor command since we only use it there. | |||
| 2023-06-27 | arm_dynarmic_32: Remove disabling of block linking on arm64 | Merry | |
| 2023-06-27 | settings: Catch runtime_error, fallback time zone | lat9nq | |
| Windows will let you select time zones that will fail in their own C++ implementation library. Evidently from the stack trace, we get a runtime error to work with, so catch it and use the fallback. | |||
| 2023-06-27 | yuzu: Fix clang format | german77 | |
| 2023-06-27 | Merge pull request #9663 from EBADBEEF/disable-controller-applet | Narr the Reg | |
| qt: add option to disable controller applet | |||
| 2023-06-27 | Merge pull request #10867 from Kelebek1/dma_safe | liamwhite | |
| Use safe reads in DMA engine | |||
| 2023-06-27 | Merge pull request #10473 from GPUCode/vma | liamwhite | |
| Use vulkan memory allocator | |||
| 2023-06-27 | Merge pull request #10495 from bm01/master | liamwhite | |
| input_common: Redesign mouse panning | |||
| 2023-06-27 | Merge pull request #10679 from zeltermann/wakelock-reason | liamwhite | |
| Only use SDL wakelock on Linux | |||
| 2023-06-27 | Merge pull request #10916 from ameerj/lolmem | liamwhite | |
| OpenGL: Add Local Memory warmup shader for Nvidia | |||
| 2023-06-26 | android: Fix size check for content uris | Charles Lombardo | |
| Fix for checking file size for android content uris | |||
| 2023-06-26 | Merge pull request #10908 from kiri11/clarify-ring-ui | liamwhite | |
| Clarify Ring-Con configuration message in UI | |||
| 2023-06-26 | Merge pull request #10903 from german77/nfc_state | liamwhite | |
| input_common: Improve nfc state handling and 3rd party support | |||
| 2023-06-26 | Merge pull request #10901 from german77/sdl_fix | liamwhite | |
| input_common: Make use of new SDL features | |||
| 2023-06-26 | Merge pull request #10888 from 8bitDream/native | liamwhite | |
| android: (native) Parameter types from Android Studio | |||
| 2023-06-26 | Merge pull request #10865 from t895/extension-meme | liamwhite | |
| android: Clean up file extension checks | |||
| 2023-06-26 | android: Clean up file extension checks | Charles Lombardo | |
| 2023-06-26 | externals: Use cmake subdirectory | GPUCode | |
| 2023-06-26 | Use safe reads in DMA engine | Kelebek1 | |
| 2023-06-25 | PR feedback + constification | comex | |
| 2023-06-25 | network.cpp: include expected.h | comex | |
| 2023-06-25 | re-format | comex | |
| 2023-06-25 | Fix more Windows build errors | comex | |
| I did test this beforehand, but not on MinGW, and the error that showed up on the msvc builder didn't happen for me... | |||
| 2023-06-25 | ssl: fix compatibility with OpenSSL 1.1.1 | comex | |
| Turns out changes were needed after all. | |||
| 2023-06-25 | OpenGL: Limit lmem warmup to NVIDIA | ameerj | |
| :frog: | |||
| 2023-06-25 | shaders: Track local memory usage | ameerj | |
