Commit Graph

6119 Commits

Author SHA1 Message Date
Gliniak a10fff279b Added missing paramteter to KeSetAffinityThread 2020-10-18 14:35:43 -04:00
Triang3l fa96ec4352 [D3D12] Await UpdateTileMappings when syncing with the GPU 2020-10-18 14:35:43 -04:00
Triang3l 398721e04f [UI] Replace ImmediateTexture handles with pointers + small cleanup 2020-10-18 14:35:43 -04:00
Triang3l b8131c5895 [D3D12] Delayed ImmediateTexture releasing 2020-10-18 14:35:42 -04:00
Triang3l 3fc7ad6d15 [UI] Remove immdraw restrict_texture_samples + cleanup 2020-10-18 14:35:42 -04:00
Triang3l d4f8215f38 [D3D12] Immdraw texture upload leak fix + cleanup 2020-10-18 14:35:26 -04:00
Cancerous 90484308ee [Kernel/XAM] Let swapdisc request be cancelled (fixes GTAV) 2020-10-18 14:35:26 -04:00
illusion 15bd9c2169 Update README.md 2020-10-18 14:35:25 -04:00
illusion 490d582b96 Remove discord server
Superseded by #canary-channel in main server
2020-10-18 14:35:25 -04:00
Gliniak d82abd053d Reverted problematic change (It breaks Crysis again, but FH2 works again) 2020-10-18 14:35:25 -04:00
Triang3l 4afbd0c446 [D3D12] Move D3D12ImmediateTexture to D3D12ImmediateDrawer 2020-10-18 14:35:25 -04:00
Triang3l 5e936a3382 [D3D12] Swap R/B in Capture 2020-10-18 14:35:25 -04:00
Triang3l be42f3a721 [UI] Remove pass-unfriendly UpdateTexture of ImmediateDrawer 2020-10-18 14:35:24 -04:00
Triang3l fd18a97f3a [GPU] Shaders: Make label_addresses accessible to translators 2020-10-14 21:19:33 +03:00
Triang3l 7e9e37bd09 [DXBC] Remove dxbc_source_map cvar export 2020-10-08 23:08:40 +03:00
Triang3l 81bc33523a [GPU] Remove unused FinalizeTrace 2020-10-08 21:37:29 +03:00
Triang3l 603150af64 [D3D12] Minor shared memory cleanup 2020-10-07 23:16:15 +03:00
Triang3l b91c24870b [D3D12] Remove await result check in trace init - unsafe too, but not leaking 2020-10-06 22:35:43 +03:00
Triang3l 19121130a3 [GPU] SharedMemory: common sparse memory allocation 2020-10-06 21:32:44 +03:00
Triang3l 75bf2d3c7d [D3D12] Minor deferred command list refactoring 2020-10-04 21:53:52 +03:00
Triang3l 81ee7b4c39 [D3D12] Minor FINE_GRAINED_DRAW_SCOPES refactoring 2020-10-04 21:49:10 +03:00
Triang3l e0916be5cd [D3D12] Remove SHM EnsureTilesResident declaration 2020-10-03 16:15:25 +03:00
Triang3l 9f404090d3 [GPU] Split SharedMemory into common and D3D12 2020-10-03 16:13:17 +03:00
Triang3l 6cb8f0aab4 [D3D12] Nicer DeferredCommandList uintmax_t alignment 2020-10-03 14:12:30 +03:00
Triang3l 1014458783 [D3D12] Only await submission fence in one place 2020-09-29 21:17:20 +03:00
Triang3l 0156d3ef26 [D3D12] Await UpdateTileMappings when syncing with the GPU 2020-09-28 12:16:09 +03:00
Triang3l c2e8c5554d [UI] Replace ImmediateTexture handles with pointers + small cleanup 2020-09-27 16:30:53 +03:00
Triang3l f5f8714c3f [D3D12] Delayed ImmediateTexture releasing 2020-09-27 16:21:14 +03:00
Triang3l d437555036 [UI] Remove immdraw restrict_texture_samples + cleanup 2020-09-26 22:06:04 +03:00
Triang3l 18031a8f6d [D3D12] Immdraw texture upload leak fix + cleanup 2020-09-26 18:36:31 +03:00
Joel Linn 65a7b6eb0e [HID] Use SDL as default. 2020-09-24 01:19:00 +02:00
Triang3l c218d6dc10 [D3D12] Move D3D12ImmediateTexture to D3D12ImmediateDrawer 2020-09-21 23:15:51 +03:00
Triang3l dfeeb959c3 [D3D12] Swap R/B in Capture 2020-09-21 21:56:30 +03:00
Gliniak 5f9f4e6de4 [Kernel/Memory] Reserved pages should be aligned to 64kb page
Also removed incorrect code
2020-09-21 19:59:06 +02:00
Gliniak 761fcccc40 [Kernel/Memory] Resolved bug introduced in last commit 2020-09-21 18:37:35 +02:00
Gliniak 0d71596200 Fixed compilation & removed useless code 2020-09-20 20:00:47 +02:00
Gliniak e130f666b4 [Kernel/Memory] Added check for zeroing noaccess or readonly pages 2020-09-20 19:38:23 +02:00
Gliniak fc15a0a0dc [Kernel/Memory] Added check for providing region_size value 2020-09-20 19:36:50 +02:00
Triang3l fc55b1f81d [UI] Remove pass-unfriendly UpdateTexture of ImmediateDrawer 2020-09-20 20:34:22 +03:00
Gliniak 422e3cd523 [Kernel/Memory] Removed useless checks 2020-09-20 19:32:29 +02:00
Gliniak 1382dec066 XNotifyGetNext - Overall improvements 2020-09-20 19:31:13 +02:00
Gliniak 48e5924508 Removed redundant BaseHeap::IsGuestPhysicalHeap 2020-09-20 19:30:53 +02:00
Gliniak ed3512177c Restrict NtVirtualMemory only to virtual memory range 2020-09-20 19:30:53 +02:00
Gliniak 801f4c2232 Specify heap type on initialization 2020-09-20 19:30:53 +02:00
Gliniak 6fe668724e NtCreateFile - Return error while trying to create directory with non-directory flag 2020-09-20 19:30:42 +02:00
Gliniak 749a59e424 Changed default stack location 2020-09-20 19:30:28 +02:00
Gliniak 40f858baec Merge branch 'master' of https://github.com/xenia-project/xenia into canary_new 2020-09-20 19:25:39 +02:00
Gliniak 04890cbe89 Merge branch 'canary_new' of https://github.com/xenia-canary/xenia-canary into canary_new 2020-09-20 19:25:21 +02:00
Triang3l 183c7eee2b [D3D12] Various refactoring mostly on the immediate drawer side, cache immdraw scissor, force stretch alpha to 1 2020-09-20 15:15:08 +03:00
Triang3l 6ba0620b10 [UI] Fix build error due to undeclared size_t 2020-09-18 21:20:37 +03:00