- 30 Dec, 2023 7 commits
-
-
liamwhite authored
Report more SDL errors
-
liamwhite authored
Fix Wayland appId
-
liamwhite authored
android: Small settings tweaks
-
Nikita Strygin authored
-
Fernando S authored
video_core: Fix buffer_row_length for linear compressed textures
-
Fernando S authored
shader_recompiler: use default value for clip distances array
-
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.
-
- 29 Dec, 2023 3 commits
- 27 Dec, 2023 2 commits
- 26 Dec, 2023 9 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
-
GPUCode authored
-
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 4 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
-