18620 Commits (15f9472b150e8881f8e034f9571c9aa578b0821c)

Author SHA1 Message Date
Liam 56c646d82c Maxwell3D: Restrict topology override effect to after the register is set 4 years ago
Wunkolo d248c1203e cpu_detect: Add additional x86 flags and telemetry 4 years ago
Wunkolo 29a7a61806 common/telemetry: Update `AddField` name type to `string_view` 4 years ago
Liam 70e632f153 Maxwell3D: mark index buffers as dirty after updating counts 4 years ago
Liam 82c3042c0f TextureCacheRuntime: allow converting D24S8 to ABGR8 4 years ago
Liam f1521183f8 Maxwell3D: read small-index draw and primitive topology override registers 4 years ago
Merry 22f50c6bc1 backend: Ensure backend_thread is destructed before message_queue 4 years ago
Wunkolo d9b1199ffb cpu_detect: Revert `__cpuid{ex}` array-type argument 4 years ago
Wunkolo 873a9fa7e5 cpu_detect: Add missing `lzcnt` detection 4 years ago
Wunkolo ec5f3351b6 cpu_detect: Refactor cpu/manufacturer identification 4 years ago
Wunkolo 86e9e60f07 cpu_detect: Update array-types to `span` and `array` 4 years ago
Wunkolo 3c33ba7f18 cpu_detect: Utilize `Bit<N>` utility function 4 years ago
Wunkolo d233de8194 cpu_detect: Compact capability fields 4 years ago
Wunkolo add2cfcb96 bit_util: Add `bit` utility function 4 years ago
bunnei 853e58e593 hle: service: ldr: Use deterministic addresses when mapping NROs. 4 years ago
Markus Wick c78c8190d5 shader_recompiler/LOP3: Use brute force python results within switch/case. 4 years ago
bunnei 749f76e6fe hle: kernel: KPageTable: Improve implementations of MapCodeMemory and UnmapCodeMemory. 4 years ago
lat9nq b5e60ae1b0 video_core: Cancel Scoped's exit call on GPU failure 4 years ago
lat9nq 1f24a4e520 emu_window: Create a way to Cancel the exit of a Scoped 4 years ago
lat9nq 381f1dd2c9 core: Don't shutdown a null GPU 4 years ago
Lody 4498908e72 MaxwellDMA: Implement semaphore operations 4 years ago
Ameer J 370e480c8c
gl_graphics_pipeline: Improve shader builder synchronization using fences (#7969) 4 years ago
Morph b33f23cc46 host_memory: Fix fastmem crashes in debug builds 4 years ago
german77 03d671fabc applet: mii: Simple implementation of mii applet 4 years ago
bunnei 14d28a043d hle: kernel: Re-create memory layout at initialization. 4 years ago
bunnei 16e5954fcb hle: kernel: Remove unused pool locals. 4 years ago
bunnei f87f076162 hle: kernel: k_memory_manager: Rework for latest kernel behavior. 4 years ago
Wunkolo 913c2bd2cb logging: Convert `backend_thread` into an `std::jthread` 4 years ago
ameerj 7f7df43da2 gl_fence_manager: Minor optimization to signal querying 4 years ago
merry 16784e5bb3 dynarmic: Inline exclusive memory accesses 4 years ago
bunnei adbb9c2b00 hle: kernel: k_page_heap: GetPhysicalAddr can be const. 4 years ago
bunnei f7e65eb971 hle: kernel: k_page_heap: Remove superfluous consexpr. 4 years ago
bunnei 06e2b76c75 hle: kernel: k_page_heap: Various updates and improvements. 4 years ago
bunnei 5d1a81520c hle: kernel: Add initial_process.h header. 4 years ago
bunnei a6496deeed hle: kernel: board: nx: Add k_memory_layout.h header. 4 years ago
bunnei 9b5e7971dc hle: kernel: k_system_control: Add GetRealMemorySize and update GetKernelPhysicalBaseAddress. 4 years ago
bunnei 18e77a54c3 hle: kernel: k_memory_layout: Add GetPhysicalLinearRegion. 4 years ago
bunnei 06a21ac229 hle: kernel: k_memory_region_types: Update for new regions. 4 years ago
Ameer J 5f8d6bc504 vulkan_device: Blacklist RADV on RDNA2 from VK_EXT_vertex_input_dynamic_state 4 years ago
Morph e292b2d991 maxwell_to_(gl/vk): Add 11_11_10 float vertex format 4 years ago
Lody 6978093404 vk_blit_screen: Add missing format bgra8 4 years ago
Narr the Reg d44464829b service: am: Update enum names to match documentation 4 years ago
bunnei 71f62a346d hle: kernel: KSystemControl: Use 6GB memory layout when "use_extended_memory_layout" setting is enabled. 4 years ago
bunnei c0e45a3c78 core: device_memory: Use memory size reported by KSystemControl. 4 years ago
bunnei 70482e6b26 settings: Add a new "use_extended_memory_layout" setting. 4 years ago
bunnei ca5e843bf6 core: hle: kernel: Remove resource limit hack for PhysicalMemory. 4 years ago
bunnei a74fddc98f core: hle: kernel: KProcess: Pass in KResourceLimit on process creation. 4 years ago
bunnei 57ebcbf2c4 core: hle: kernel: KEvent: Pass in owner KProcess on event creation. 4 years ago
bunnei c7019db6f4 core: hle: kernel: KResourceLimit: Add a helper function for creating a KResourceLimit for a process. 4 years ago
voidanix 7712e46d64
vulkan_device: fix missing format in ANV 4 years ago