liamwhite

Results 71 issues of liamwhite

Rewrites and adds new functionality for partial qlaunch support

hle-new
early-access-merge
android-merge

The limit register for vertex buffers is purely advisory. Since I'm pretty sure we don't support sparse buffers at all, this will ensure we don't expand to fill all available...

mainline-merge
android-merge

Too many service files still depend on kernel headers directly or indirectly, but this should speed up the build a little bit and make recompiles after changing kernel headers shorter.

hle-fix

This adds focus state handling and process lifecycle management to am, which now allows e.g. processes to be suspended when they fall out of focus and for process termination to...

mainline-merge
android-merge

Fixes #13025 Can't use ConstOffset with the scaler because resolution info is dynamic, so...

gpu-fix
mainline-merge
vulkan
android-merge

This was intended to keep vram usage from expanding to fill the entire gpu on dedicated cards. I am not convinced this limit is really necessary and it is causing...

Fixes crashes when closing applets. This just stops the crash, the code is clearly not working correctly because the call in Unmap to invalidate the region fails to fully invalidate...

do-not-merge
mainline-merge
android-merge

1. Not necessary to record the parent directory for offset files as we never care about the parent. 2. When enumerating a directory to get the file sizes we also...

early-access-merge
android-merge

Literally just for AMD. This was already handled for D24S8 but forgotten for the dontcare version. https://github.com/yuzu-emu/yuzu/pull/13122#issuecomment-1965630414

gpu-fix
mainline-merge
vulkan
amd