| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | Merge pull request #9943 from vonchenplus/gentleman | 2023-03-13 | 3 | -2/+3 | ||
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | video_core: Fix inline_index and draw_texture error | |||||
| | * | | | | | | video_core: Fix ogl status error when draw_texture | 2023-03-12 | 2 | -2/+2 | ||
| | | | | | | | | ||||||
| | * | | | | | | video_core: Invalid index_buffer flag when inline_index draw | 2023-03-12 | 1 | -0/+1 | ||
| | | |_|/ / / | |/| | | | | ||||||
| * | | | | | | kernel: additional style fixes to KThread, KProcess | 2023-03-12 | 2 | -27/+27 | ||
| | | | | | | | ||||||
| * | | | | | | kernel: fix clang build | 2023-03-12 | 1 | -2/+2 | ||
| | | | | | | | ||||||
| * | | | | | | kernel: remove unnecessary finalize calls | 2023-03-12 | 2 | -7/+1 | ||
| | | | | | | | ||||||
| * | | | | | | kernel: convert KProcess to new style | 2023-03-12 | 10 | -240/+254 | ||
| | | | | | | | ||||||
| * | | | | | | kernel: convert KThread to new style | 2023-03-12 | 15 | -670/+519 | ||
| | | | | | | | ||||||
| * | | | | | | kernel: prefer std::addressof | 2023-03-12 | 21 | -134/+139 | ||
| | | | | | | | ||||||
| * | | | | | | kernel: convert KResourceLimit | 2023-03-12 | 2 | -59/+59 | ||
| | | | | | | | ||||||
| * | | | | | | kernel: remove kernel_ | 2023-03-12 | 41 | -295/+290 | ||
| | | | | | | | ||||||
| * | | | | | | kernel: remove gratitutous attribute usage | 2023-03-12 | 8 | -29/+24 | ||
| | | | | | | | ||||||
| * | | | | | | kernel/svc: convert to new style | 2023-03-12 | 21 | -304/+192 | ||
| | | | | | | | ||||||
| * | | | | | | kernel: convert miscellaneous | 2023-03-12 | 7 | -94/+81 | ||
| | | | | | | | ||||||
| * | | | | | | kernel: conver KScopedLock, KScopedResourceReservation, KSessionRequest, ↵ | 2023-03-12 | 9 | -97/+99 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | KSharedMemory, KSpinLock | |||||
| * | | | | | | kernel: convert KAbstractSchedulerLock | 2023-03-12 | 1 | -31/+24 | ||
| | | | | | | | ||||||
| * | | | | | | kernel: convert KMemoryLayout, KMemoryRegion*, KPageTableSlabHeap, ↵ | 2023-03-12 | 6 | -121/+121 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | KPriorityQueue | |||||
| * | | | | | | kernel: move KMemoryLayout for NX board | 2023-03-12 | 2 | -1/+1 | ||
| | | | | | | | ||||||
| * | | | | | | kernel: remove KLinkedList | 2023-03-12 | 5 | -245/+0 | ||
| | | | | | | | ||||||
| * | | | | | | kernel: convert KConditionVariable, KLightConditionVariable, KLightLock | 2023-03-12 | 7 | -75/+77 | ||
| | | | | | | | ||||||
| * | | | | | | kernel: convert KPort, KSession | 2023-03-12 | 28 | -226/+196 | ||
| | | | | | | | ||||||
| * | | | | | | kernel: convert GlobalSchedulerContext, KAddressArbiter, ↵ | 2023-03-12 | 8 | -142/+130 | ||
| | |_|/ / / |/| | | | | | | | | | | | | | | KScopedSchedulerLockAndSleep, KThreadQueue to new style | |||||
| * | | | | | general: fix spelling mistakes | 2023-03-12 | 102 | -206/+206 | ||
| | | | | | | ||||||
| * | | | | | Merge pull request #9913 from ameerj/acc-dma-refactor | 2023-03-11 | 10 | -260/+208 | ||
| |\ \ \ \ \ | | | | | | | | | | | | | AccelerateDMA: Refactor Buffer/Image copy code and implement for OGL | |||||
| | * | | | | | gl_rasterizer: Implement AccelerateDMA DmaBufferImageCopy | 2023-03-06 | 2 | -9/+52 | ||
| | | | | | | | ||||||
| | * | | | | | Refactor AccelerateDMA code | 2023-03-06 | 8 | -251/+156 | ||
| | | | | | | | ||||||
| * | | | | | | Merge pull request #9923 from liamwhite/kht | 2023-03-10 | 8 | -15/+42 | ||
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | kernel: add timer pointer to KThreadQueue | |||||
| | * | | | | | | kernel: add timer pointer to KThreadQueue | 2023-03-07 | 8 | -15/+42 | ||
| | | | | | | | | ||||||
| * | | | | | | | Merge pull request #9928 from german77/super_nfp | 2023-03-10 | 5 | -52/+234 | ||
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | service: nfp: Improve implementation | |||||
| | * | | | | | | | service: nfp: Improve implementation | 2023-03-09 | 5 | -52/+234 | ||
| | | |_|_|/ / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #9925 from ameerj/gl-sync-signal | 2023-03-10 | 5 | -10/+16 | ||
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | OpenGL: Prefer glClientWaitSync for OGLSync objects | |||||
| | * | | | | | | | OpenGL: Prefer glClientWaitSync for OGLSync objects | 2023-03-08 | 5 | -10/+16 | ||
| | | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | At least on Nvidia, glClientWaitSync with a timeout of 0 (non-blocking) is faster than glGetSynciv of GL_SYNC_STATUS. | |||||
| * | | | | | | | Merge pull request #9917 from Morph1984/the-real-time | 2023-03-10 | 11 | -18/+83 | ||
| |\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | native_clock: Re-adjust the RDTSC frequency to its real frequency | |||||
| | * | | | | | | perf_stats: Check multicore first | 2023-03-07 | 1 | -2/+2 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SpeedLimiting is SC only. Since MC is performance oriented we should check for it first to skip checking use_speed_limit. | |||||
| | * | | | | | | hid: Use nanosecond timestamps instead of ticks | 2023-03-07 | 2 | -5/+5 | ||
| | | | | | | | | ||||||
| | * | | | | | | core: Promote CPU/GPU threads to time critical | 2023-03-07 | 4 | -4/+4 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | And also demote Audren and CoreTiming to High thread priority. | |||||
| | * | | | | | | native_clock: Wait for 10 seconds instead of 30 | 2023-03-07 | 1 | -3/+3 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It was experimentally determined to be sufficient. | |||||
| | * | | | | | | native_clock: Use RealTimeClock instead of SteadyClock | 2023-03-07 | 1 | -4/+4 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We want to synchronize RDTSC to real time. | |||||
| | * | | | | | | steady_clock: Introduce a real time clock | 2023-03-07 | 2 | -0/+36 | ||
| | | | | | | | | ||||||
| | * | | | | | | native_clock: Re-adjust the RDTSC frequency | 2023-03-07 | 2 | -5/+34 | ||
| | | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | The RDTSC frequency reported by CPUID is not accurate to its true frequency. We will spawn a separate thread to calculate the true RDTSC frequency after a measurement period of 30 seconds has elapsed. | |||||
| * | | | | | | Merge pull request #9916 from liamwhite/fpu | 2023-03-09 | 3 | -1/+28 | ||
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | kernel: clone fpu status on CreateThread | |||||
| | * | | | | | | kernel: clone fpu status on CreateThread | 2023-03-07 | 3 | -1/+28 | ||
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #9822 from ameerj/buffcache-ssbo-addr | 2023-03-09 | 2 | -5/+27 | ||
| |\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | buffer_cache: Add logic for non-NVN storage buffer tracking | |||||
| | * | | | | | buffer_cache: Add logic for non-NVN storage buffer tracking | 2023-02-25 | 2 | -5/+27 | ||
| | | | | | | | ||||||
| * | | | | | | Merge pull request #9906 from german77/metroid2 | 2023-03-08 | 3 | -10/+20 | ||
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | input_common: Increase mouse sensitivity range | |||||
| | * | | | | | | input_common: Increase mouse sensitivity range | 2023-03-07 | 3 | -10/+20 | ||
| | | | | | | | | ||||||
| * | | | | | | | Merge pull request #9912 from liamwhite/err | 2023-03-08 | 35 | -183/+169 | ||
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | hle: rename legacy errors to Results | |||||
| | * | | | | | | | hle: rename legacy errors to Results | 2023-03-06 | 35 | -183/+169 | ||
| | | |_|_|/ / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #9904 from liamwhite/ws | 2023-03-08 | 1 | -16/+29 | ||
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | kernel: fix WaitSynchronization | |||||
| | * | | | | | | | kernel: fix WaitSynchronization | 2023-03-05 | 1 | -16/+29 | ||
| | | |/ / / / / | |/| | | | | | ||||||