- 02 Sep, 2021 4 commits
-
-
ameerj authored
The present semaphore is being signalled by the call to acquire the swapchain image. This semaphore is meant to be waited on when rendering to the swapchain image. Currently it is waited on when presenting, but moving its usage to be waited on in the command buffer submission allows for proper usage of this semaphore. Fixes the device lost when launching titles on the Intel Linux Mesa driver.
-
bunnei authored
structured_control_flow: Add DemoteCombinationPass
-
Mai M authored
common/logging: Add missing include
-
german77 authored
-
- 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
-
- 23 Aug, 2021 2 commits
- 22 Aug, 2021 1 commit
-
-
Lioncash authored
If we don't set an explicit source and target language for the base english translation, then we'll generate an incorrect number of <numerusform> tags (which Transifex doesn't like).
-
- 21 Aug, 2021 1 commit
-
-
Ameer J authored
settings: Amend language_index maximum setting range
-