- 30 Dec, 2023 1 commit
-
-
Reilly Brogan authored
On compliant Wayland compositors windows are matched to their .desktop files by comparing the appId window property to the name of the .desktop file without the .deskop extension. Qt5/6 by default set this property to the basename of the binary (IE `yuzu`) which does not match the expected value `org.yuzu_emu.yuzu`. We can fix this and fix window associations on compliant compositors (like Plasma) by using the `setDesktopFileName()` function which will set the appId window property. This is a no-op on X11 so is safe to be ran without guards.
-
- 26 Dec, 2023 8 commits
-
-
liamwhite authored
kernel: use simple mutex for object list container
-
liamwhite authored
service: fetch objects from the client handle table
-
liamwhite authored
Port citra-emu/citra#7146: "assert/logging: Stop the logging thread and flush the backends before crashing"
-
liamwhite authored
Port citra-emu/citra#7239: "common: Miscellaneous cleanups"
-
liamwhite authored
renderer_vulkan: skip SetObjectNameEXT on unsupported driver
-
liamwhite authored
renderer_vulkan: demote format assert to error log
-
liamwhite authored
gl_rasterizer: Implement DrawTransformFeedback macro
-
FearlessTobi authored
Co-Authored-By: SachinVin <26602104+SachinVin@users.noreply.github.com>
-
- 25 Dec, 2023 5 commits
-
-
FearlessTobi authored
Co-Authored-By: GPUCode <47210458+GPUCode@users.noreply.github.com>
-
FearlessTobi authored
Co-Authored-By: GPUCode <47210458+GPUCode@users.noreply.github.com>
-
Liam authored
-
Liam authored
-
Liam authored
-
- 24 Dec, 2023 1 commit
-
-
Fernando S authored
general: properly support multiple memory instances
-
- 23 Dec, 2023 9 commits
- 22 Dec, 2023 5 commits
-
-
liamwhite authored
OpenGL: Add GL_PRIMITIVES_GENERATED and GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN queries
-
Fernando S authored
shader_recompiler: ensure derivatives for textureGrad are f32
-
Fernando S authored
renderer_vulkan: don't pass null view when nullDescriptor is not supported
-
Fernando S authored
shader_recompiler: use float image operations on load/store when required
-
Liam authored
-
- 21 Dec, 2023 7 commits
- 20 Dec, 2023 4 commits
-
-
liamwhite authored
externals: update Vulkan-Headers to v1.3.274
-
liamwhite authored
vk_query_cache: Fix prefix sum max_accumulation_limit logic
-
Fernando S authored
nce: hide shadowing warnings from dynarmic headers
-
Fernando S authored
nce: fix read size in simd immediate emulation
-