- 15 Dec, 2022 1 commit
-
-
liamwhite authored
Wayland fixes
-
- 14 Dec, 2022 3 commits
- 13 Dec, 2022 10 commits
-
-
Alexander Orzechowski authored
Instead of checking a environment variable which may not actually exist or is just wrong, ask QT if it's running on the wayland platform.
-
Alexander Orzechowski authored
We need this.
-
Alexander Orzechowski authored
Wayland does not allow clients to choose their own size and position on the screen. The concept of fullscreening an application by sizing it to the screen and removing decorations does not exist. Use exclusive fullscreen instead.
-
Alexander Orzechowski authored
Some windowing systems like wayland are designed to show hardware accellerated surfaces as subsurfaces and not native windows.
-
Alexander Orzechowski authored
Use SDL_GL_GetDrawableSize instead of SDL_GetWindowSize which will return the true size our swapchain needs to be in even for hidpi displays.
-
Alexander Orzechowski authored
Vulkan for whatever reason does not return VK_ERROR_OUT_OF_DATE_KHR when the swapchain is the wrong size. Explicity make sure the size is indeed up to date to workaround this.
-
Liam authored
-
liamwhite authored
yuzu: Make unlimited frame rate non persistent between game boots
-
yzct12345 authored
-
Narr the Reg authored
-
- 12 Dec, 2022 5 commits
-
-
bunnei authored
general: improve handling of system startup failure
-
bunnei authored
video_core: Adjust topology update logic and Adjust Clear Manage
-
liamwhite authored
input_common: Filter SDL GUID
-
Narr the Reg authored
-
Mai authored
video_core: fix off by one in anisotropic filtering amount
-
- 11 Dec, 2022 5 commits
-
-
Mai authored
cmake: make OpenGL loader optional
-
Mai authored
memory: correct semantics of data cache management operations
-
Liam authored
-
Matías Locatti authored
video_core: Integrate SMAA
-
Liam authored
-
- 10 Dec, 2022 7 commits
-
-
Mai authored
cmake: enable faster linkers if available
-
Liam authored
Co-authored-by: liushuyu <liushuyu@users.noreply.github.com>
-
Liam authored
-
Mai authored
memory: remove DEBUG_ASSERT pointer test
-
Mai authored
audio_core: remove explicitly defaulted and implicitly deleted constructors
-
Liam authored
-
Liam authored
-
- 09 Dec, 2022 4 commits
-
-
liamwhite authored
Fix compilation error
-
bunnei authored
Correctly unlock mutex before its destruction
-
Salvage authored
Correctly unlock mutex before its destruction As per https://en.cppreference.com/w/cpp/thread/mutex/~mutex destroying a locked mutex is undefined behavior and MSVC++ decides to throw in this case Swap out unique for scoped lock and readd comment
-
Salvage authored
-
- 08 Dec, 2022 5 commits
-
-
Liam authored
Co-authored-by: goldenx86 <goldenx86@users.noreply.github.com> Co-authored-by: BreadFish64 <breadfish64@users.noreply.github.com>
-
FengChen authored
-
FengChen authored
-
FengChen authored
-
Fernando S authored
video_core: Implement maxwell3d draw manager and split draw logic
-