index
:
Ryujinx
master
A backup of the Ryujinx master git branch.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Ryujinx.HLE
/
HOS
/
Services
/
SurfaceFlinger
Age
Commit message (
Expand
)
Author
2023-04-27
Move solution and projects to src
TSR Berry
2023-04-24
Reducing Memory Allocations 202303 (#4624)
jhorv
2023-04-14
Rename Hipc to Cmif where appropriate (#3880)
Alex Barney
2023-01-04
IPC refactor part 3+4: New server HIPC message processor (#4188)
gdkchan
2022-12-26
Added Generic Math to BitUtils (#3929)
Hunter
2022-10-02
Allow Surface Flinger frame enqueue after process has exited (#3733)
gdkchan
2022-09-01
Change vsync signal to happen at 60hz, regardless of swap interval (#3642)
riperiperi
2022-08-18
Removed unused usings. (#3593)
Nicholas Rodine
2022-07-06
Fix Vi managed and stray layers open/close/destroy (#3438)
gdkchan
2022-05-31
Refactor CPU interface to allow the implementation of other CPU emulators (#3...
gdkchan
2022-02-09
misc: Make PID unsigned long instead of long (#3043)
Mary
2021-10-19
EventWait should not signal the event when it returns Success (#2739)
gdkchan
2021-10-12
Enqueue frame before signalling the frame is ready. (#2722)
riperiperi
2021-06-29
Initial support for separate GPU address spaces (#2394)
gdkchan
2021-05-16
misc: Move configuration management to the Ryujinx project (#2269)
Mary
2021-04-24
HLE: Fix integer sign inconcistency accross the codebase (#2222)
Mary
2021-04-14
Initial support for the new 12.x IPC system (#2182)
Mary
2021-04-13
Surface Flinger: Fix an oversight when closing a layer (#2192)
Mary
2021-01-13
android-fence: call callback when fence is invalid (#1881)
Bruno Macabeus
2021-01-02
surfaceflinger: Fix fence callback issue (#1839)
Ac_K
2021-01-01
Remove long <-> ulong casts from Nvservices code (#1848)
Bruno Macabeus
2020-12-17
Interrupt GPU command processing when a frame's fence is reached. (#1741)
riperiperi
2020-12-15
gui/gpu: Implement setting and toggle for Aspect Ratio (#1777)
Ac_K
2020-12-09
Rewrite scheduler context switch code (#1786)
gdkchan
2020-12-02
IPC refactor part 2: Use ReplyAndReceive on HLE services and remove special h...
gdkchan
2020-10-10
surfaceflinger: Disable async buffer (#1603)
Mary
2020-08-04
Improved Logger (#1292)
mageven
2020-07-26
Implement BGRA texture support (#1418)
gdkchan
2020-06-02
SurfaceFlinger: fix some bugs (#1262)
Thog
2020-05-15
surfaceflinger: FreeBufferLocked doesn't reset the graphic buffer
Thog
2020-05-15
Surface Flinger: Implement GetBufferHistory (#1232)
Thog
2020-05-04
Move kernel state out of the Horizon class (#1107)
gdkchan
2020-05-04
Implement a new physical memory manager and replace DeviceMemory (#856)
gdkchan
2020-05-02
nvservice: add a lock around NvHostEvent and remove release fence on SFv2 (#1...
Thog
2020-04-25
SurfaceFlinger: fix SetPreallocatedBuffer correctness (#1153)
Thog
2020-04-22
SurfaceFlinger: Invalid GraphicBuffer in SetPreallocatedBuffer (#1145)
Thog
2020-04-22
SurfaceFlinger v2 (#981)
Thog
2020-04-19
Implement GPU syncpoints (#980)
Thog
2020-01-09
Fix R5G6B5 in SurfaceFlinger (#863)
Thog
2020-01-09
Improved and simplified window texture presentation
gdk
2020-01-09
Initial work
gdk
2019-11-08
Add detail of ZbcSetTableArguments (#810)
Thomas Guillemard
2019-11-03
hle: Fix some inconsistencies in namespace naming in Services (#808)
Thomas Guillemard