Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-16 | Signal buffer event on audio in/out system stop, and force remove all ↵ | Kelebek1 | |
registered audio buffers | |||
2022-12-15 | Merge pull request #9431 from liamwhite/sixty-five-oh-two | Narr the Reg | |
vulkan_common: declare storageBuffer8BitAccess | |||
2022-12-15 | Merge pull request #9430 from liamwhite/capable | Matías Locatti | |
spirv_emit_context: declare GroupNonUniform capability for SubgroupLocalInvocationId | |||
2022-12-15 | Merge pull request #9433 from Tachi107/cmake-is-awful | liamwhite | |
build: tweak the find modules even more | |||
2022-12-15 | Merge pull request #7410 from Nefsen402/wayland-fixes | liamwhite | |
Wayland fixes | |||
2022-12-15 | build: tweak the find modules even more | Andrea Pappacoda | |
As described in https://github.com/yuzu-emu/yuzu/pull/9395#discussion_r1047456172 checking for PKG_CONFIG_FOUND before calling pkg_search_module() is unneeded, and some find modules (like FindFFmpeg.cmake) don't do this already. Consequently, this patch removes these checks. | |||
2022-12-14 | Merge pull request #9441 from yuzu-emu/revert-9232-audio-default-thread | bunnei | |
Revert "hle: service: audio: Use default service thread." | |||
2022-12-14 | Revert "hle: service: audio: Use default service thread." | bunnei | |
2022-12-14 | Merge pull request #6688 from yzct12345/valid-intel-max | liamwhite | |
render_vulkan: Fix validation errors on less compatible Intel GPUs | |||
2022-12-13 | vulkan_common: declare storageBuffer8BitAccess | Liam | |
2022-12-13 | spirv_emit_context: declare GroupNonUniform capability for ↵ | Liam | |
SubgroupLocalInvocationId | |||
2022-12-13 | gl_device: Use a more robust way to use strict context mode | Alexander Orzechowski | |
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. | |||
2022-12-13 | OpenGL: Check for threading support | Alexander Orzechowski | |
We need this. | |||
2022-12-13 | wayland: Always use exclusive fullscreen | Alexander Orzechowski | |
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. | |||
2022-12-13 | RenderWidget: Set WA_DontCreateNativeAncestors | Alexander Orzechowski | |
Some windowing systems like wayland are designed to show hardware accellerated surfaces as subsurfaces and not native windows. | |||
2022-12-13 | emu_window_sdl2: Respect hidpi | Alexander Orzechowski | |
Use SDL_GL_GetDrawableSize instead of SDL_GetWindowSize which will return the true size our swapchain needs to be in even for hidpi displays. | |||
2022-12-13 | video_core/vulkan: Explicity check swapchain size when deciding to recreate | Alexander Orzechowski | |
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. | |||
2022-12-13 | renderer_opengl: refactor context acquire | Liam | |
2022-12-12 | Merge pull request #9425 from german77/german_unlimited | liamwhite | |
yuzu: Make unlimited frame rate non persistent between game boots | |||
2022-12-12 | Fix validation errors on less compatible Intel GPU | yzct12345 | |
2022-12-12 | yuzu: Make unlimited frame rate non persistent between game boots | Narr the Reg | |
2022-12-12 | Merge pull request #9398 from liamwhite/fail | bunnei | |
general: improve handling of system startup failure | |||
2022-12-12 | Merge pull request #9406 from vonchenplus/topology | bunnei | |
video_core: Adjust topology update logic and Adjust Clear Manage | |||
2022-12-12 | Merge pull request #9404 from german77/sdl_filter | liamwhite | |
input_common: Filter SDL GUID | |||
2022-12-12 | input_common: Filter SDL GUID | Narr the Reg | |
2022-12-12 | Merge pull request #9420 from liamwhite/aniso | Mai | |
video_core: fix off by one in anisotropic filtering amount | |||
2022-12-11 | Merge pull request #9419 from liamwhite/no-gl | Mai | |
cmake: make OpenGL loader optional | |||
2022-12-11 | Merge pull request #9415 from liamwhite/dc | Mai | |
memory: correct semantics of data cache management operations | |||
2022-12-11 | memory: correct semantics of data cache management operations | Liam | |
2022-12-11 | Merge pull request #9409 from liamwhite/smaa2 | Matías Locatti | |
video_core: Integrate SMAA | |||
2022-12-10 | video_core: fix off by one in anisotropic filtering amount | Liam | |
2022-12-10 | Merge pull request #9416 from liamwhite/penicillin | Mai | |
cmake: enable faster linkers if available | |||
2022-12-10 | cmake: make OpenGL loader optional | Liam | |
Co-authored-by: liushuyu <liushuyu@users.noreply.github.com> | |||
2022-12-10 | cmake: enable faster linkers if available | Liam | |
2022-12-10 | Merge pull request #9417 from liamwhite/debug-assert | Mai | |
memory: remove DEBUG_ASSERT pointer test | |||
2022-12-10 | Merge pull request #9418 from liamwhite/implicitly-deleted | Mai | |
audio_core: remove explicitly defaulted and implicitly deleted constructors | |||
2022-12-10 | audio_core: remove explicitly defaulted and implicitly deleted constructors | Liam | |
2022-12-10 | memory: remove DEBUG_ASSERT pointer test | Liam | |
2022-12-09 | Merge pull request #9412 from Saalvage/fix/trace-log-compilation | liamwhite | |
Fix compilation error | |||
2022-12-09 | Merge pull request #9411 from Saalvage/fix/unlock-mutex | bunnei | |
Correctly unlock mutex before its destruction | |||
2022-12-09 | Remove the lock entirely as per PR discussion | Salvage | |
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 | |||
2022-12-09 | Fix compilation error | Salvage | |
2022-12-08 | video_core: Integrate SMAA | Liam | |
Co-authored-by: goldenx86 <goldenx86@users.noreply.github.com> Co-authored-by: BreadFish64 <breadfish64@users.noreply.github.com> | |||
2022-12-08 | video_core: Add vertex_array_instance_* sbubbed called warning | FengChen | |
2022-12-08 | video_core: The draw manager manages whether Clear is required. | FengChen | |
2022-12-08 | video_core: Adjust topology update logic | FengChen | |
2022-12-08 | Merge pull request #9401 from vonchenplus/draw_manager | Fernando S | |
video_core: Implement maxwell3d draw manager and split draw logic | |||
2022-12-08 | video_core: Implement maxwell3d draw manager and split draw logic | Feng Chen | |
2022-12-06 | Merge pull request #9365 from liamwhite/val | Morph | |
vulkan_common: quiet some validation errors | |||
2022-12-06 | general: improve handling of system startup failure | Liam | |