18715 Commits (9408100a80b88b0e9d5df0223c5a5bf5d0b5b45f)

Author SHA1 Message Date
lat9nq cb32d9aff8 default_ini: List use_extended_memory_layout in default config file 4 years ago
bunnei e95bb782f0 core: hle: kernel: init_slab_setup: Move CalculateSlabHeapGapSize to global namespace. 4 years ago
bunnei 5f3e77d93e core: hle: kernel: Allocate dummy threads on host thread storage. 4 years ago
bunnei 82a2463062 core: hle: kernel: Downgrade dangling objects warning to debug. 4 years ago
bunnei f7d1929816 core: hle: kernel: Make object list container global and ensure it is reset on each emulation session. 4 years ago
bunnei 51589c5e21 core: hle: kernel: Remove server session tracking. 4 years ago
bunnei 0defac2f2a core: hle: kernel: k_process: Remove handle table finalize, reset page table. 4 years ago
bunnei 813b2ef253 core: hle: kernel: k_process: Implement thread local storage accurately. 4 years ago
bunnei 3210bc2767 core: hle: kernel: k_page_table: Add implementations of MapPages, UnmapPages, and FindFreeArea for TLS. 4 years ago
bunnei 15d9b0418f core: hle: kernel: k_slab_heap: Refresh to use guest allocations. 4 years ago
bunnei a25cd4bb4b core: hle: kernel: Update init_slab_heap, use device memory, and add KThreadLocalPage and KPageBuffer. 4 years ago
bunnei 91819726b1 core: hle: kernel: k_page_buffer: Add KThreadLocalPage primitive. 4 years ago
bunnei 08434842b3 core: hle: kernel: k_page_buffer: Add KPageBuffer primitive. 4 years ago
bunnei 4a28d8cebb core: hle: kernel: k_thread: Ensure host Fiber is freed. 4 years ago
bunnei ed67e1dd10 core: hle: kernel: k_server_session: Ensure SessionRequestManager is freed. 4 years ago
bunnei bfc4823e36 core: hle: service: kernel_helpers: Use system resource limit. 4 years ago
bunnei 8873c0c3db core: hle: service: sm: Fix KPort reference count. 4 years ago
bunnei 25c0acc388 core: hle: kernel: k_thread: Update to reflect tree changes. 4 years ago
bunnei 07c9d9bdbd core: hle: kernel: Use weak_ptr where possible for SessionRequestHandler and SessionRequestManager. 4 years ago
bunnei ce33503adf core: hle: kernel: k_memory_layout: Update kernel slab memory sizes. 4 years ago
bunnei 0f0e1c25bc core: hle: kernel: svc_types: Add ThreadLocalRegionSize. 4 years ago
bunnei 944d9186ca core: hle: kernel: k_condition_variable: Update to reflect tree changes. 4 years ago
bunnei 158c5845ab core: hle: kernel: k_address_arbiter: Update to reflect tree changes. 4 years ago
bunnei 0fdf1d2a60 common: tree: Various updates. 4 years ago
bunnei 69c2faeb6a common: intrusive_red_black_tree: Various updates. 4 years ago
Liam 52895fab67 shader: add support for const buffer indirect addressing 4 years ago
ameerj 5119a57614 maxwell_3d: Implement a safer CB data upload 4 years ago
byte[] be0e6a2bb4 Maxwell3D: Link to override constant definition in nouveau 4 years ago
byte[] 364c67e49b Maxwell3D: restore original topology when topology overrides are disabled 4 years ago
Liam 37aa472269 Maxwell3D: Use override constants from nouveau 4 years ago
Merry 220674d0d6 dynarmic: Reduce size of code caches 4 years ago
Fernando Sahmkow 185fc03c3c Shader decompiler: do constant propgation before texture pass. 4 years ago
Fernando Sahmkow ec9f0f064e Shader decompiler: Fix storage tracking in deko3d. 4 years ago
ameerj 6b164a80a1 config: Write dynarmic exclusive memory configs 4 years ago
ameerj f87f8d4610 rescaling_pass: Fix rescaling Color2DArray ImageFetch offsets 4 years ago
ameerj e8c50e709e emit_spirv, vk_compute_pass: Resolve VS2022 compiler errors 4 years ago
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