- Sep 07, 2021
-
-
Ameer J authored
Rename all shader cache strings to pipeline cache
-
- Sep 06, 2021
-
-
Matías Locatti authored
After Hades, both OpenGL and Vulkan use a pipeline cache instead of single stages of the graphics pipeline. Renamed the Remove menu entries to match.
-
bunnei authored
core: cpu_manager: Use jthread.
-
- Sep 05, 2021
-
-
bunnei authored
core: hle: service: nvflinger/vi: Improve management of KEvent.
-
- Sep 04, 2021
- Sep 02, 2021
- Aug 31, 2021
- Aug 30, 2021
-
-
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.
-
- Aug 29, 2021
-
-
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
-
- Aug 28, 2021
-
-
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
-
- Aug 27, 2021
-
-
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
-
- Aug 26, 2021
- Aug 25, 2021
-
-
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
-
- Aug 24, 2021
-
-
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.
-