Age | Commit message (Collapse) | Author |
|
|
|
|
|
scheduling.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
implementation.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- This is a workaround that does not belong in a kernel primitive.
|
|
|
|
- This can happen if called from an idle or suspension thread.
|
|
|
|
sockets: Stub GetSockOpt
|
|
vk_scheduler: Fix unaligned placement new expressions
|
|
prepo: Fix BufferDescriptorX invalid buffer index errors and add New variants of SaveReport
|
|
hid: Cleanup SixAxisFusionParameters
|
|
|
|
SaveReport
The second input buffer could be optional when prepo/srepo is called, test for the availability of the second buffer prior to reading from it.
|
|
Allows us to test whether a buffer can be read from or written to memory
|
|
|
|
We were accidentaly creating an object in an unaligned memory address.
Fix this by manually aligning the offset.
|
|
gl_shader_decompiler: Fix constant buffer size calculation
|
|
Astral Chain crashes Intel's SPIR-V compiler when using fp16.
Disable this while the vendor works on a fix.
|
|
renderer_opengl: Avoid precompiled cache and force NV GL cache directory
|
|
|
|
HID: Stub Set/Get/Reset SixaxisSensorFusionParameters
|
|
hle: Implement remaining services for Stereo Vision
|
|
psm: IPsmSession
|
|
mii: Fix BuildRandomStoreData & Cleanup raw_data
|
|
lm: Recode LM service
|
|
|
|
Used by homebrew menu
|
|
nvdrv: Unregister already registered events
|
|
video_core/memory_manager: Flush destination buffer on CopyBlock
|
|
This reverts #4713. The implementation in that PR is not accurate.
It does not reflect the behavior seen in hardware.
|
|
|