aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/HOS/Services/SurfaceFlinger/BufferQueueCore.cs
AgeCommit message (Expand)Author
2023-04-27Move solution and projects to srcTSR Berry
2022-05-31Refactor CPU interface to allow the implementation of other CPU emulators (#3...gdkchan
2022-02-09misc: Make PID unsigned long instead of long (#3043)Mary
2020-12-17Interrupt GPU command processing when a frame's fence is reached. (#1741)riperiperi
2020-12-09Rewrite scheduler context switch code (#1786)gdkchan
2020-12-02IPC refactor part 2: Use ReplyAndReceive on HLE services and remove special h...gdkchan
2020-10-10surfaceflinger: Disable async buffer (#1603)Mary
2020-08-04Improved Logger (#1292)mageven
2020-06-02SurfaceFlinger: fix some bugs (#1262)Thog
2020-05-15surfaceflinger: FreeBufferLocked doesn't reset the graphic bufferThog
2020-05-15Surface Flinger: Implement GetBufferHistory (#1232)Thog
2020-05-04Move kernel state out of the Horizon class (#1107)gdkchan
2020-04-25SurfaceFlinger: fix SetPreallocatedBuffer correctness (#1153)Thog
2020-04-22SurfaceFlinger v2 (#981)Thog