- 10 Jan, 2021 2 commits
- 09 Jan, 2021 9 commits
-
-
LC authored
common/div_ceil: Return numerator type
-
LC authored
general: Resolve C4062 warnings on MSVC
-
Morph authored
-
ReinUsesLisp authored
Fixes instances where DivCeil(u32, u64) would surprisingly return u64, instead of the more natural u32.
-
Rodrigo Locatti authored
cmake: Enforce C4062, C4265, C4388, and C5038
-
ReinUsesLisp authored
This should match some warnings we treat as errors on gcc and clang, caching bugs early and reducing the number of instances where we have to edit commits to make CI happy when developing from Windows.
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
- 08 Jan, 2021 3 commits
- 07 Jan, 2021 9 commits
-
-
lat9nq authored
Boxcat is a web service but is still enabled if ENABLE_WEB_SERVICE is disabled during the CMake stage, which causes compilation issues with either missing headers or missing libraries. This disables YUZU_ENABLE_BOXCAT regardless of the input if ENABLE_WEB_SERVICE is disabled.
-
bunnei authored
nvdec: Incorporate syncpoint manager
-
Ameer J authored
Co-authored-by: LC <mathew1800@gmail.com>
-
ameerj authored
-
ameerj authored
laying the groundwork for async gpu, although this does not fully implement async nvdec operations
-
Morph authored
vulkan_library: Common::DynamicLibrary::Open is [[nodiscard]]
-
MerryMage authored
Ignore the return value on __APPLE__ systems as well
-
Morph authored
texture_cache: Replace PAGE_SHIFT with PAGE_BITS
-
MerryMage authored
PAGE_SHIFT is a #define in system headers that leaks into user code on some systems
-
- 06 Jan, 2021 5 commits
-
-
JeremyStarTM authored
The MacOS build link was removed in the README.md because it no longer exist.
-
Morph authored
gl_texture_cache: Avoid format views on Intel and AMD
-
bunnei authored
ci/linux: Build an AppImage
-
bunnei authored
core: Enforce C4715 (not all control paths return a value)
-
bunnei authored
vulkan_common: Move device abstraction to the common directory and allow surfaceless devices
-
- 05 Jan, 2021 4 commits
-
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
LC authored
vk_rasterizer: Skip binding empty descriptor sets on compute
-
bunnei authored
yuzu/main: Fix 'Hide mouse on inactivity' and port citra-emu/citra#5476
-
- 04 Jan, 2021 8 commits
-
-
ReinUsesLisp authored
Fixes unit tests where compute shaders had no descriptors in the set, making Vulkan drivers crash when binding an empty set.
-
Morph authored
buffer_queue: Fix data race by protecting queue_sequence access
-
ameerj authored
fixes a data race as this is an unprotected variable manipulated by multiple threads
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
Rodrigo Locatti authored
renderer_vulkan: Rename VKDevice to Device
-
ReinUsesLisp authored
Intel and AMD proprietary drivers are incapable of rendering to texture views of different formats than the original texture. Avoid creating these at a cache level. This will consume more memory, emulating them with copies.
-