- 04 Jan, 2022 1 commit
-
-
Fernando Sahmkow authored
-
- 03 Jan, 2022 1 commit
-
-
Fernando S authored
core: hle: kernel: Implement thread pinning.
-
- 02 Jan, 2022 2 commits
-
-
Fernando S authored
vk_texture_cache: Use 3D scale helpers for MSAA texture scaling on Intel Windows drivers
-
Fernando S authored
shaders: Add fixes for NVIDIA drivers 495+
-
- 01 Jan, 2022 2 commits
-
-
Fernando S authored
texture_cache/util: Fix s32 overflow when resolving overlaps
-
ameerj authored
-
- 31 Dec, 2021 3 commits
- 30 Dec, 2021 7 commits
-
-
bunnei authored
- We largely had the mechanics in place for thread pinning, this change hooks these up. - Validated with tests https://github.com/Atmosphere-NX/Atmosphere/blob/master/tests/TestSvc/source/test_thread_pinning.cpp.
-
german77 authored
-
bunnei authored
core: hle: kernel: Updated implementation of svcSetHeapSize.
-
ameerj authored
-
ameerj authored
some drivers have a bug bitwise converting floating point cbuf values to uint variables. This adds a workaround for these drivers to make all cbufs uint and convert to floating point as needed.
-
ameerj authored
-
ameerj authored
Works around an nvidia driver bug, where casting the integer attributes to float and back to an integer always returned 0.
-
- 29 Dec, 2021 1 commit
-
-
bunnei authored
Increase boost requirement to 1.78.0
-
- 28 Dec, 2021 6 commits
-
-
Matías Locatti authored
-
Matías Locatti authored
-
bunnei authored
- Updates our svcSetHeapSize with latest HOS, furthermore allowing heap size to properly be extended/shrunk. - Validated with tests https://github.com/Atmosphere-NX/Atmosphere/blob/master/tests/TestSvc/source/test_set_heap_size.cpp.
-
bunnei authored
vk_texture_cache: Fix invalidated pointer access
-
bunnei authored
core: hle: kernel: Implement SetMemoryPermission.
-
bunnei authored
emit_glasm_context_get_set: Fix GetAttribute return value type.
-
- 25 Dec, 2021 3 commits
- 24 Dec, 2021 4 commits
-
-
bunnei authored
blit_image: Remove unused function
-
ameerj authored
Fixes a crash when scaling MSAA textures in titles such as Sonic Colors Ultimate.
-
ameerj authored
-
ameerj authored
The vulkan ImageView held a reference to its source image for rescale status checking. This pointer is sometimes invalidated when the texture cache slot_images container is resized. To avoid an invalid pointer dereference, the ImageView now holds a reference to the container itself.
-
- 23 Dec, 2021 3 commits
-
-
bunnei authored
- Not seen in any games yet, but validated with kernel tests.
-
bunnei authored
- This was added with firmware 11.0.0 (https://switchbrew.org/wiki/11.0.0). - X18 is OR'd by kernel with 1, to make sure it is odd.
-
bunnei authored
main: Fix wake lock (prevent sleep) in Flatpak
-
- 22 Dec, 2021 7 commits
-
-
Matías Locatti authored
Liu's finding, this allows to build yuzu on VS 2022. Ignore at will.
-
Fernando S authored
hle: kernel: svc: GetInfo: Fix error checking with IdleTickCount.
-
Fernando S authored
Convert all legacy attributes to generic attributes
-
liushuyu authored
-
liushuyu authored
... by using the XDP system
-
bunnei authored
Vulkan: Fix Primitive Restart and implement Logical Operations
-
bunnei authored
build: enable VA-API on FreeBSD
-