- 07 Sep, 2021 1 commit
-
-
Feng Chen authored
-
- 06 Sep, 2021 1 commit
-
-
bunnei authored
core: cpu_manager: Use jthread.
-
- 05 Sep, 2021 1 commit
-
-
bunnei authored
core: hle: service: nvflinger/vi: Improve management of KEvent.
-
- 04 Sep, 2021 2 commits
- 02 Sep, 2021 3 commits
- 31 Aug, 2021 2 commits
- 30 Aug, 2021 3 commits
-
-
bunnei authored
vk_blit_screen: Fix non-accelerated texture size calculation
-
ameerj authored
Nested demote branches add complexity with combining the condition if it has not been initialized yet. Skip them for the time being.
-
ameerj authored
This is only needed on select drivers when a fragment shader discards/demotes.
-
- 29 Aug, 2021 5 commits
-
-
Fernando Sahmkow authored
-
Fernando Sahmkow authored
-
bunnei authored
nifm/network_interface: Cleanup and populate fields in GetCurrentNetworkProfile
-
bunnei authored
vp9_types: Remove unusued VP9 info struct members
-
Morph authored
ngct: Stub NGCT:U service
-
- 28 Aug, 2021 3 commits
-
-
Fernando Sahmkow authored
-
Fernando Sahmkow authored
-
ameerj authored
Some drivers misread data when demotes are interleaved in the program. This moves demote branches to be checked at the end of the program. Fixes "wireframe" issue in Pokemon SwSh on some drivers
-
- 27 Aug, 2021 9 commits
-
-
german77 authored
-
bunnei authored
Revert "logging: Display backtrace on crash"
-
Morph authored
-
Morph authored
Populates the current_address, subnet_mask, and gateway fields from the selected network interface.
-
Morph authored
-
Morph authored
-
Morph authored
-
ameerj authored
The IR expects GetAttribute to return an F32 value. This case was returning a U32 instead.
-
bunnei authored
logging: Display backtrace on crash
-
- 26 Aug, 2021 4 commits
- 25 Aug, 2021 4 commits
-
-
Fernando S authored
vulkan_device: Add a check for int8 support
-
Ameer J authored
GPU_MemoryManger: Fix GetSubmappedRange.
-
bunnei authored
logging: Fix log filter during initialization
-
ameerj authored
Silences validation errors when shaders use int8 without specifying its support to the API
-
- 24 Aug, 2021 2 commits
-
-
ameerj authored
The log filter was being ignored on initialization due to the logging instance being initialized before the config instance, so the log filter was set to its default value. This fixes that oversight, along with using descriptive exceptions instead of abort() calls.
-
Ameer J authored
kernel: Optimize GetHostThreadID
-