9641 Commits (a56c4ac91bbfeb5982fd14f5aa89b666614d3fb6)

Author SHA1 Message Date
Lioncash 65ae1ac4e5 yuzu/applets/software_keyboard: Use QDialogButtonBox standard buttons instead of custom buttons 7 years ago
Lioncash a504bad3fb yuzu/applets/profile_select: Use QDialogButtonBox standard buttons instead of custom buttons 7 years ago
Lioncash 7ccb0b16cd kernel/object: Remove unused handle type entry 7 years ago
Lioncash 6b629f4816 yuzu/debugger/profiler: Remove unnecessary includes 7 years ago
Lioncash 28719ee3b4 kernel/svc: Implement svcGetThreadList 7 years ago
Lioncash cb2bce8006 kernel/svc: Implement svcGetProcessList 7 years ago
ReinUsesLisp 592a24ae53 process: Fix up compilation 7 years ago
Lioncash 4366241739 kernel/thread: Make AllWaitObjectsReady() a const qualified member function 7 years ago
Lioncash 20cc0b8d3c kernel/wait_object: Make ShouldWait() take thread members by pointer-to-const 7 years ago
Lioncash 2d70c30fb2 kernel/thread: Avoid sign conversion within GetCommandBufferAddress() 7 years ago
Lioncash 26d0381161 kernel/thread: Make parameter of GetWaitObjectIndex() const qualified 7 years ago
Lioncash d09e98f566 kernel/resource_limit: Remove the name member from resource limits 7 years ago
Lioncash 781ab8407b general: Use deducation guides for std::lock_guard and std::unique_lock 7 years ago
Lioncash 824b8e4086 kernel/scheduler: Remove unused parameter to AddThread() 7 years ago
Lioncash cb805f45ae kernel/scheduler: Use deduction guides on mutex locks 7 years ago
Lioncash 4b33a346ed service/fatal: Mark local variables as const where applicable 7 years ago
Lioncash 11505d3d9f service/fatal: Remove unnecessary semicolon 7 years ago
Lioncash cc737e5832 service/fatal: Name FatalInfo structure members 7 years ago
Lioncash 108be41316 kernel/shared_memory: Remove unused core/memory.h include 7 years ago
Lioncash c6147a439d kernel/shared_memory: Sanitize supplied size when unmapping 7 years ago
Lioncash 394095438a common/thread: Remove unused functions 7 years ago
unknown 4fad477aeb gl_shader_disk_cache: Use LZ4HC with compression level 9 instead of compression level 12 for less compression time 7 years ago
unknown c791192d64 Addressed feedback 7 years ago
unknown 6a1a2d4aa5 core: Do not link LZ4 to core. Use common/data_compression for nso segment decompression instead. 7 years ago
unknown 74cee1b65d gl_shader_disk_cache: Use better compression for transferable and precompiled shader disk chache files 7 years ago
unknown 798d76f4c7 data_compression: Move LZ4 compression from video_core/gl_shader_disk_cache to common/data_compression 7 years ago
fearlessTobi ff7e6a42c1 core/yuzu: Remove enable_nfc setting 7 years ago
ReinUsesLisp 746dab407e vk_swapchain: Implement a swapchain manager 7 years ago
Lioncash 3a846aa80f kernel/process: Report total physical memory used to svcGetInfo 7 years ago
Lioncash 2289e895aa kernel/process: Store the total size of the code memory loaded 7 years ago
Lioncash 5d4ab5ec2f kernel/process: Store the main thread stack size to a data member 7 years ago
Lioncash 427f1e3e3d kernel/process: Make Run's stack size parameter a u64 7 years ago
Lioncash 2aca7b9e1e kernel/process: Ensure that given stack size is always page-aligned 7 years ago
Lioncash c1ba3e3d4a gl_shader_manager: Remove unnecessary gl_shader_manager inclusion 7 years ago
Lioncash 1650593927 gl_shader_manager: Move using statement into the cpp file 7 years ago
Lioncash 7d88fc83bf gl_shader_manager: Remove reliance on global accessor within MaxwellUniformData::SetFromRegs() 7 years ago
Fernando Sahmkow db42bcb306 Fixes and corrections on formatting. 7 years ago
Fernando Sahmkow f35e09fe0d Fixes to multilevelqueue's iterator. 7 years ago
Fernando Sahmkow dde0814837 Use MultiLevelQueue instead of old ThreadQueueList 7 years ago
Fernando Sahmkow 9dbba9240b Add MultiLevelQueue Tests 7 years ago
Fernando Sahmkow 3bc815a5dc Implement intrinsics CountTrailingZeroes and test it. 7 years ago
Fernando Sahmkow 522957f9f3 Implement a MultiLevelQueue 7 years ago
Lioncash d68716efdc gl_shader_manager: Amend Doxygen string for MaxwellUniformData 7 years ago
Lioncash 947d364dba gpu_thread: Remove unused dma_pusher class member variable from ThreadManager 7 years ago
Lioncash e2131f7310 gl_rasterizer: Remove unused reference member variable from RasterizerOpenGL 7 years ago
Lioncash a5fa4b311e video_core: Amend constructor initializer list order where applicable 7 years ago
Lioncash bbe700359d video_core: Add missing override specifiers 7 years ago
Lioncash e36f1a5ba9 video_core/gpu: Amend typo in GPU member variable name 7 years ago
Lioncash 758d84db9a service/am: Implement EnterFatalSection and LeaveFatalSection 7 years ago
Lioncash 96d518a59f service/am: Sort ISelfController's member functions according to table order 7 years ago