- 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 9 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.
-
ReinUsesLisp authored
This breaks accelerated decoders trying to imageStore into images with sRGB. The decoders are currently disabled so this won't cause issues at runtime.
-
- 03 Jan, 2021 8 commits
-
-
Rodrigo Locatti authored
main: Resolve error string not displaying
-
ReinUsesLisp authored
The "VK" prefix predates the "Vulkan" namespace. It was carried around the codebase for consistency. "VKDevice" currently is a bad alias with "VkDevice" (only an upcase character of difference) that can cause confusion. Rename all instances of it.
-
Rodrigo Locatti authored
vulkan_common: Move reusable Vulkan abstractions to a separate directory
-
Lioncash authored
During the transition to make the error dialog translatable, I accidentally got rid of the conversion to ResultStatus, which prevented operator<< from being invoked during formatting. This adds a function to directly retrieve the result status string instead so that it displays again.
-
bunnei authored
dynarmic: Add Unsafe_InaccurateNaN optimization
-
bunnei authored
hle: service: nvflinger: buffer_queue: Do not reset id/layer_id on Connect.
-
Morph authored
Port citra-emu/citra#5668: "Update zstd to v1.4.8"
-
FearlessTobi authored
Co-Authored-By: Vitor K <29167336+vitor-k@users.noreply.github.com>
-
- 02 Jan, 2021 7 commits
- 01 Jan, 2021 7 commits
-
-
bunnei authored
configure_input: Modify controller connection delay
-
Timotej Leginus authored
typo fix
-
LC authored
memory: Remove MemoryHook
-
Morph authored
Increases the controller connection delay to 60ms and refactors it to attempt to disconnect all controllers prior to connecting all controllers in HID.
-
MerryMage authored
-
bunnei authored
core/memory: Read and write page table atomically
-
bunnei authored
.ci/templates: Enable QT translation for MSVC CI
-