| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | Merge pull request #2829 from Morph1984/audio | 2019-09-04 | 1 | -2/+15 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | remove <f32> | 2019-09-03 | 1 | -1/+1 | ||
| | * | | | | | | explicitly represent 1 as a float (1.0f instead of 1) | 2019-09-03 | 1 | -1/+1 | ||
| | * | | | | | | Change u32 -> f32 | 2019-09-03 | 1 | -1/+1 | ||
| | * | | | | | | service/audio/audren_u: Stub IAudioDevice::GetAudioDeviceOutputVolume | 2019-09-03 | 1 | -2/+15 | ||
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #2708 from DarkLordZach/mii-db-source-crash | 2019-09-04 | 1 | -0/+4 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | mii: Handle logging of unknown database source | 2019-07-10 | 1 | -0/+4 | ||
| | | |/ / / / | |/| | | | | ||||||
| * | | | | | | Merge pull request #2793 from ReinUsesLisp/bgr565 | 2019-09-03 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| | * | | | | | gpu: Change optional<reference_wrapper<T>> to T* for FramebufferConfig | 2019-08-21 | 1 | -1/+1 | ||
| * | | | | | | Merge pull request #2748 from FernandoS27/align-memory | 2019-08-21 | 14 | -37/+59 | ||
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| | * | | | | | Kernel: Address Feedback | 2019-07-19 | 2 | -3/+9 | ||
| | * | | | | | VM_Manager: Align allocated memory to 256bytes | 2019-07-19 | 14 | -36/+52 | ||
| * | | | | | | Merge pull request #2747 from lioncash/audio | 2019-08-18 | 7 | -108/+179 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | service/audren_u: Handle audio USB output revision queries in ListAudioDevice... | 2019-07-19 | 2 | -16/+45 | ||
| | * | | | | | | service/audren_u: Move revision testing code out of AudRenU | 2019-07-19 | 2 | -63/+63 | ||
| | * | | | | | | service/audio: Remove global system accessors | 2019-07-19 | 7 | -34/+54 | ||
| | * | | | | | | service/audren_u: Remove unnecessary return value from GetActiveAudioDeviceNa... | 2019-07-19 | 1 | -2/+1 | ||
| | * | | | | | | service/audren_u: Report proper device names | 2019-07-19 | 1 | -6/+29 | ||
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #2592 from FernandoS27/sync1 | 2019-07-26 | 35 | -170/+627 | ||
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| | * | | | | | NVServices: Correct delayed responses. | 2019-07-05 | 1 | -24/+19 | ||
| | * | | | | | Nv_Host_Ctrl: Correct difference calculation | 2019-07-05 | 1 | -5/+7 | ||
| | * | | | | | NVServices: Address Feedback | 2019-07-05 | 8 | -21/+38 | ||
| | * | | | | | NVServices: Styling, define constructors as explicit and corrections | 2019-07-05 | 20 | -41/+49 | ||
| | * | | | | | NVFlinger: Correct GCC compile error | 2019-07-05 | 6 | -17/+16 | ||
| | * | | | | | NVServices: Make NVEvents Automatic according to documentation. | 2019-07-05 | 2 | -4/+7 | ||
| | * | | | | | NVServices: Correct CtrlEventWaitSync to block the ipc until timeout. | 2019-07-05 | 23 | -31/+104 | ||
| | * | | | | | GPU: Correct Interrupts to interrupt on syncpt/value instead of event, mirror... | 2019-07-05 | 7 | -19/+22 | ||
| | * | | | | | nvflinger: Make the force 30 fps still force 30 fps | 2019-07-05 | 1 | -1/+1 | ||
| | * | | | | | nv_services: Fixes to event liberation. | 2019-07-05 | 1 | -6/+14 | ||
| | * | | | | | nvflinger: Acquire buffers in the same order as they were queued. | 2019-07-05 | 2 | -3/+11 | ||
| | * | | | | | nv_services: Deglobalize NvServices | 2019-07-05 | 23 | -51/+65 | ||
| | * | | | | | nv_host_ctrl: Make Sync GPU variant always return synced result. | 2019-07-05 | 1 | -0/+5 | ||
| | * | | | | | nvhost_ctrl: Corrections to event handling | 2019-07-05 | 2 | -8/+12 | ||
| | * | | | | | Gpu: Mark areas as protected. | 2019-07-05 | 1 | -0/+6 | ||
| | * | | | | | nv_services: Stub CtrlEventSignal | 2019-07-05 | 2 | -12/+34 | ||
| | * | | | | | Gpu: Implement Hardware Interrupt Manager and manage GPU interrupts | 2019-07-05 | 8 | -9/+69 | ||
| | * | | | | | nv_services: Implement NvQueryEvent, NvCtrlEventWait, NvEventRegister, NvEven... | 2019-07-05 | 7 | -17/+192 | ||
| | * | | | | | nv_services: Create GPU channels correctly | 2019-07-05 | 2 | -2/+5 | ||
| | * | | | | | video_core: Implement GPU side Syncpoints | 2019-07-05 | 3 | -7/+33 | ||
| | * | | | | | nv_services: Correct buffer queue fencing and GPFifo fencing | 2019-07-05 | 8 | -57/+70 | ||
| | * | | | | | nvflinger: Implement swap intervals | 2019-07-05 | 5 | -8/+21 | ||
| * | | | | | | Merge pull request #2687 from lioncash/tls-process | 2019-07-18 | 3 | -14/+30 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | kernel/process: Allocate the process' TLS region during initialization | 2019-07-07 | 3 | -3/+14 | ||
| | * | | | | | | kernel/process: Move main thread stack allocation to its own function | 2019-07-07 | 2 | -12/+17 | ||
| | | |_|/ / / | |/| | | | | ||||||
| * | | | | | | Kernel: Downgrade WaitForAddress and SignalToAddress messages to Trace. | 2019-07-17 | 1 | -4/+4 | ||
| * | | | | | | Merge pull request #2726 from lioncash/access | 2019-07-17 | 2 | -7/+6 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | core: Remove CurrentArmInterface() global accessor | 2019-07-12 | 2 | -7/+6 | ||
| * | | | | | | | Merge pull request #2690 from SciresM/physmem_fixes | 2019-07-14 | 8 | -41/+477 | ||
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| | * | | | | | | Remove unicorn mappings/unmappings | 2019-07-11 | 1 | -19/+0 | ||
| | * | | | | | | Prevent merging of device mapped memory blocks. | 2019-07-08 | 1 | -0/+5 | ||