Age | Commit message (Collapse) | Author |
|
|
|
vulkan: disable extendedDynamicState3ColorBlendEquation on radv
|
|
vk_scheduler: split work queue waits and execution waits
|
|
|
|
video_core: Update texture format
|
|
configure_audio: Fix output mode setting not saving
|
|
|
|
input_common: sdl: Only send last vibration command
|
|
yuzu: Move audio settings to audio section
|
|
video_core: Fix inline_index and draw_texture error
|
|
kernel: use consistent style
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
KSharedMemory, KSpinLock
|
|
|
|
KPriorityQueue
|
|
|
|
|
|
|
|
|
|
KScopedSchedulerLockAndSleep, KThreadQueue to new style
|
|
general: use codespell to identify spelling mistakes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
AccelerateDMA: Refactor Buffer/Image copy code and implement for OGL
|
|
kernel: add timer pointer to KThreadQueue
|
|
service: nfp: Improve implementation
|
|
OpenGL: Prefer glClientWaitSync for OGLSync objects
|
|
native_clock: Re-adjust the RDTSC frequency to its real frequency
|
|
|
|
|
|
kernel: clone fpu status on CreateThread
|
|
buffer_cache: Add logic for non-NVN storage buffer tracking
|
|
At least on Nvidia, glClientWaitSync with a timeout of 0 (non-blocking) is faster than glGetSynciv of GL_SYNC_STATUS.
|
|
input_common: Increase mouse sensitivity range
|