- 30 Jan, 2021 6 commits
-
-
bunnei authored
video_core/memory_manager: Add BytesToMapEnd
-
Morph authored
prepo: Stub GetSystemSessionId
-
bunnei authored
externals: Dynarmic: Update to latest to include A32 ISB hook.
-
german authored
-
bunnei authored
Fix connect and disconnect controller events
-
bunnei authored
- Fixes perf. issues with Megadimension Neptunia VII.
-
- 29 Jan, 2021 2 commits
- 28 Jan, 2021 9 commits
-
-
LC authored
dynarmic: Do not flush cache when executing an ISB instruction
-
LC authored
vk_scheduler: Fix unaligned placement new expressions
-
LC authored
prepo: Fix BufferDescriptorX invalid buffer index errors and add New variants of SaveReport
-
LC authored
hid: Cleanup SixAxisFusionParameters
-
Morph authored
-
Morph authored
The second input buffer could be optional when prepo/srepo is called, test for the availability of the second buffer prior to reading from it.
-
Morph authored
Allows us to test whether a buffer can be read from or written to memory
-
german authored
-
ReinUsesLisp authored
We were accidentaly creating an object in an unaligned memory address. Fix this by manually aligning the offset.
-
- 27 Jan, 2021 4 commits
-
-
bunnei authored
gl_shader_decompiler: Fix constant buffer size calculation
-
Rodrigo Locatti authored
Astral Chain crashes Intel's SPIR-V compiler when using fp16. Disable this while the vendor works on a fix.
-
bunnei authored
renderer_opengl: Avoid precompiled cache and force NV GL cache directory
-
Morph authored
-
- 26 Jan, 2021 5 commits
- 25 Jan, 2021 9 commits
-
-
bunnei authored
lm: Recode LM service
-
Chloe Marcec authored
-
Chloe Marcec authored
Used by homebrew menu
-
bunnei authored
nvdrv: Unregister already registered events
-
bunnei authored
video_core/memory_manager: Flush destination buffer on CopyBlock
-
Rodrigo Locatti authored
Revert "Start of Integer flags implementation"
-
ReinUsesLisp authored
This reverts #4713. The implementation in that PR is not accurate. It does not reflect the behavior seen in hardware.
-
bunnei authored
vk_graphics_pipeline: Fix narrowing conversion on MSVC
-
ReinUsesLisp authored
-
- 24 Jan, 2021 5 commits
-
-
LC authored
video_core: Silence the remaining gcc warnings and enforce them
-
Rodrigo Locatti authored
vk_texture_cache: Support image store on sRGB images with VkImageViewUsageCreateInfo
-
bunnei authored
vfs_real: When moving files or directories, don't assume file opening will succeed
-
ReinUsesLisp authored
Vulkan 1.0 didn't support creating sRGB image views on an ABGR8 VkImage with storage usage bits. VK_KHR_maintenance2 addressed this allowing to reduce the usage bits on a VkImageView. To allow image store on non-sRGB image views when the VkImage is created with sRGB, always create VkImages without sRGB and add the sRGB format on the view.
-
LC authored
vulkan_device: Lift VK_EXT_extended_dynamic_state blacklist on RDNA
-