Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-12 | ui: Touching QPalette::Text broke dark -> light UI. don't do | Kyle K | |
2022-04-11 | ui: Set Link Color when setting theme | Kyle K | |
Long story short, QT doesn't allow the link colors to be set via their stylesheets. There are two ways to work with this, specify the color manually for every link (See the About dialog) The other way is to change the default palette. IsDarkTheme is copy/pasted from src/yuzu/debugger/wait_tree.cpp | |||
2022-04-09 | Merge pull request #8149 from liamwhite/front-face | bunnei | |
OpenGL: flip front faces if Z scale is inverted | |||
2022-04-08 | Merge pull request #8138 from german77/data-no-race | bunnei | |
core: hid: Reduce the amount of data races | |||
2022-04-08 | Merge pull request #8169 from merryhime/scoped_lock | bunnei | |
Replace lock_guard with scoped_lock | |||
2022-04-08 | Merge pull request #8173 from Morph1984/msvc-warn-unused-fn | Mai M | |
CMakeLists: Enforce C4505 and C5245 | |||
2022-04-07 | CMakeLists: Enforce C4505 and C5245 | Morph | |
These are similar to Wunused-function on gcc/clang | |||
2022-04-07 | core: hid: Fix double lock on softlock and forced updates | Narr the Reg | |
2022-04-07 | Merge pull request #8167 from Tachi107/patch-1 | merry | |
fix: remove #pragma once in .cpp file | |||
2022-04-07 | core: hid: Replace lock_guard with scoped_lock | Narr the Reg | |
2022-04-07 | core/hle: Standardize scoped_lock initializers | Merry | |
2022-04-07 | yuzu/util: Replace lock_guard with scoped_lock | Merry | |
2022-04-07 | web_service: Replace lock_guard with scoped_lock | Merry | |
2022-04-07 | video_core: Replace lock_guard with scoped_lock | Merry | |
2022-04-07 | input_common: Replace lock_guard with scoped_lock | Merry | |
2022-04-07 | core: Replace lock_guard with scoped_lock | Merry | |
2022-04-07 | core/hle: Replace lock_guard with scoped_lock | Merry | |
2022-04-07 | common: Replace lock_guard with scoped_lock | Merry | |
2022-04-07 | core: hid: Reduce the amount of dataraces | german77 | |
2022-04-07 | Merge pull request #8161 from liamwhite/gl-s8d24 | Fernando S | |
OpenGL: fix S8D24 to ABGR8 conversions | |||
2022-04-07 | Merge pull request #8152 from liamwhite/gl-crop | Fernando S | |
OpenGL: fix cropping | |||
2022-04-07 | Merge pull request #8150 from liamwhite/vk-crop | Fernando S | |
Vulkan: crop to screen dimensions if crop not explicitly requested | |||
2022-04-07 | Merge pull request #8148 from merryhime/interrupts | Fernando S | |
dynarmic: Better interrupts | |||
2022-04-07 | Merge pull request #8143 from merryhime/rdtsc | Fernando S | |
native_clock: Use lfence with rdtsc | |||
2022-04-07 | Merge pull request #8133 from liamwhite/gl-spv-cbuf | Fernando S | |
shader_recompiler: support const buffer indirect addressing on OpenGL | |||
2022-04-07 | fix: remove #pragma once in .cpp file | Andrea Pappacoda | |
2022-04-06 | Merge pull request #8164 from liamwhite/jit-stub | bunnei | |
service: jit: stub JIT service | |||
2022-04-06 | service: jit: stub JIT service | Liam | |
2022-04-06 | OpenGL: fix S8D24 to ABGR8 conversions | Liam | |
2022-04-06 | Merge pull request #8122 from bunnei/improve-thread-usage | bunnei | |
Improve usage of service host threads | |||
2022-04-05 | Merge pull request #8162 from german77/bombslinger | bunnei | |
service: hid: Partially revert #8123 | |||
2022-04-05 | service: hid: Partially revert #8123 | german77 | |
2022-04-05 | Merge pull request #8137 from bunnei/improve-nvflinger-2 | bunnei | |
Follow-up fixes for NVFlinger rewrite (Part 2) | |||
2022-04-05 | Merge pull request #8100 from Morph1984/registered-crash | bunnei | |
registered_cache: Prevent nullptr dereference when accumulating files | |||
2022-04-05 | Merge pull request #8159 from merryhime/pst | Mai M | |
dynarmic: Print stack trace on unrecognised instruction or other exception | |||
2022-04-05 | Merge pull request #8158 from Tachi107/patch-1 | Mai M | |
build: remove -fconcepts | |||
2022-04-05 | dynarmic: Print stack trace on unrecognised instruction or other exception | merry | |
2022-04-05 | build: remove -fconcepts | Andrea Pappacoda | |
It was needed on GCC versions not supporting `-std=c++20`, but GCC 10 and newer (required to compile yuzu) don't need it anymore | |||
2022-04-04 | Merge pull request #8156 from yuzu-emu/revert-8154-unneeded-read-block | bunnei | |
Revert "texture_cache/util: Remove unneeded ReadBlockUnsafe" | |||
2022-04-04 | Revert "texture_cache/util: Remove unneeded ReadBlockUnsafe" | bunnei | |
2022-04-04 | Merge pull request #8154 from ameerj/unneeded-read-block | bunnei | |
texture_cache/util: Remove unneeded ReadBlockUnsafe | |||
2022-04-04 | shader_recompiler: Decrease indirect cbuf limit to match hardware | Liam | |
2022-04-04 | texture_cache/util: Remove unneeded ReadBlockUnsafe | ameerj | |
This call was reading GPU memory into the dst buffer, which is then overwritten by the SwizzleTexture call. | |||
2022-04-04 | Merge pull request #8089 from merryhime/paranoia | bunnei | |
configuration: Add Paranoid CPU accuracy level | |||
2022-04-04 | OpenGL: fix cropping | Liam | |
2022-04-04 | Vulkan: crop to screen dimensions if crop not explicitly requested | Liam | |
2022-04-04 | OpenGL: propagate face flip condition | Liam | |
2022-04-04 | OpenGL: flip front faces if Z scale is inverted | Liam | |
2022-04-03 | native_clock: Internal linkage for FencedRDTSC | Merry | |
__forceinline required on MSVC for function to be inlined | |||
2022-04-03 | native_clock: Use lfence with rdtsc | merry | |