9713 Commits (44d91d561a4e491d65138df2ef296511fe66bb30)

Author SHA1 Message Date
ReinUsesLisp 95ee46bebb process: Fix up compilation 7 years ago
bunnei 03a5dce0e9 gpu_thread: Improve synchronization by using CoreTiming. 7 years ago
Lioncash ccc6f2ce01 kernel/thread: Make AllWaitObjectsReady() a const qualified member function 7 years ago
Lioncash f842f4c699 kernel/wait_object: Make ShouldWait() take thread members by pointer-to-const 7 years ago
Lioncash 2cdd110a6c kernel/thread: Avoid sign conversion within GetCommandBufferAddress() 7 years ago
Lioncash 06b6ca37a5 kernel/thread: Make parameter of GetWaitObjectIndex() const qualified 7 years ago
Lioncash fc653dce16 kernel/resource_limit: Remove the name member from resource limits 7 years ago
Lioncash eb88e9d088 general: Use deducation guides for std::lock_guard and std::unique_lock 7 years ago
Lioncash 7bbde5f645 kernel/scheduler: Remove unused parameter to AddThread() 7 years ago
Lioncash 27c96604cf kernel/scheduler: Use deduction guides on mutex locks 7 years ago
Lioncash 0a2fae4a69 service/fatal: Mark local variables as const where applicable 7 years ago
Lioncash f5a9c8de08 service/fatal: Remove unnecessary semicolon 7 years ago
Lioncash a590686285 service/fatal: Name FatalInfo structure members 7 years ago
Lioncash 0727ec14d4 kernel/shared_memory: Remove unused core/memory.h include 7 years ago
Lioncash a764ca6e1a kernel/shared_memory: Sanitize supplied size when unmapping 7 years ago
Lioncash 3fe8582363 common/thread: Remove unused functions 7 years ago
unknown 92e1f5a5a9 gl_shader_disk_cache: Use LZ4HC with compression level 9 instead of compression level 12 for less compression time 7 years ago
unknown 27aac8d363 Addressed feedback 7 years ago
unknown 44e5cc7a29 core: Do not link LZ4 to core. Use common/data_compression for nso segment decompression instead. 7 years ago
unknown 19f787cdea gl_shader_disk_cache: Use better compression for transferable and precompiled shader disk chache files 7 years ago
unknown 96e14e0718 data_compression: Move LZ4 compression from video_core/gl_shader_disk_cache to common/data_compression 7 years ago
fearlessTobi 86a7ab36ba core/yuzu: Remove enable_nfc setting 7 years ago
ReinUsesLisp 90d3207122 vk_swapchain: Implement a swapchain manager 7 years ago
Lioncash 60167a13eb kernel/process: Report total physical memory used to svcGetInfo 7 years ago
Lioncash 4ee615b15a kernel/process: Store the total size of the code memory loaded 7 years ago
Lioncash 9a748d6f28 kernel/process: Store the main thread stack size to a data member 7 years ago
Lioncash 62afbfe707 kernel/process: Make Run's stack size parameter a u64 7 years ago
Lioncash ccbb4dd036 kernel/process: Ensure that given stack size is always page-aligned 7 years ago
Lioncash 781f4d8440 gl_shader_manager: Remove unnecessary gl_shader_manager inclusion 7 years ago
Lioncash 70a42ea349 gl_shader_manager: Move using statement into the cpp file 7 years ago
Lioncash 1df62d861c gl_shader_manager: Remove reliance on global accessor within MaxwellUniformData::SetFromRegs() 7 years ago
Fernando Sahmkow 1e7fd04059 Fixes and corrections on formatting. 7 years ago
Fernando Sahmkow 15307bc4d1 Fixes to multilevelqueue's iterator. 7 years ago
Fernando Sahmkow 19cec0236a Use MultiLevelQueue instead of old ThreadQueueList 7 years ago
Fernando Sahmkow 8fd9babe62 Add MultiLevelQueue Tests 7 years ago
Fernando Sahmkow 10cedd8bd7 Implement intrinsics CountTrailingZeroes and test it. 7 years ago
Fernando Sahmkow 8c04ac69c5 Implement a MultiLevelQueue 7 years ago
Lioncash 4c07a71739 gl_shader_manager: Amend Doxygen string for MaxwellUniformData 7 years ago
Lioncash 3b04b916bb gpu_thread: Remove unused dma_pusher class member variable from ThreadManager 7 years ago
Lioncash 549882f019 gl_rasterizer: Remove unused reference member variable from RasterizerOpenGL 7 years ago
Lioncash e2256a1d54 video_core: Amend constructor initializer list order where applicable 7 years ago
Lioncash 5b0afa2188 video_core: Add missing override specifiers 7 years ago
Lioncash c34cb4ebcc video_core/gpu: Amend typo in GPU member variable name 7 years ago
Lioncash 16498c1ff4 service/am: Implement EnterFatalSection and LeaveFatalSection 7 years ago
Lioncash a02f8af45a service/am: Sort ISelfController's member functions according to table order 7 years ago
Lioncash ff47991967 core/cheat_engine: Make MemoryReadImpl and MemoryWriteImpl internally linked 7 years ago
Lioncash 7739479e15 core/core_timing: Make callback parameters consistent 7 years ago
Lioncash 39dabe1fd9 kernel/kernel: Remove unnecessary forward declaration 7 years ago
Lioncash fde6555f64 kernel/process: Remove unused AddressMapping struct 7 years ago
Lioncash 4a886e14f9 kernel/vm_manager: Handle shrinking of the heap size within SetHeapSize() 7 years ago