aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/HOS/Services/SurfaceFlinger
AgeCommit message (Expand)Author
2023-01-04IPC refactor part 3+4: New server HIPC message processor (#4188)1.1.506gdkchan
2022-12-26Added Generic Math to BitUtils (#3929)1.1.491Hunter
2022-10-02Allow Surface Flinger frame enqueue after process has exited (#3733)1.1.288gdkchan
2022-09-01Change vsync signal to happen at 60hz, regardless of swap interval (#3642)1.1.247riperiperi
2022-08-18Removed unused usings. (#3593)1.1.223Nicholas Rodine
2022-07-06Fix Vi managed and stray layers open/close/destroy (#3438)1.1.166gdkchan
2022-05-31Refactor CPU interface to allow the implementation of other CPU emulators (#3...1.1.134gdkchan
2022-02-09misc: Make PID unsigned long instead of long (#3043)1.1.22Mary
2021-10-19EventWait should not signal the event when it returns Success (#2739)gdkchan
2021-10-12Enqueue frame before signalling the frame is ready. (#2722)riperiperi
2021-06-29Initial support for separate GPU address spaces (#2394)gdkchan
2021-05-16misc: Move configuration management to the Ryujinx project (#2269)Mary
2021-04-24HLE: Fix integer sign inconcistency accross the codebase (#2222)Mary
2021-04-14Initial support for the new 12.x IPC system (#2182)Mary
2021-04-13Surface Flinger: Fix an oversight when closing a layer (#2192)Mary
2021-01-13android-fence: call callback when fence is invalid (#1881)Bruno Macabeus
2021-01-02surfaceflinger: Fix fence callback issue (#1839)Ac_K
2021-01-01Remove long <-> ulong casts from Nvservices code (#1848)Bruno Macabeus
2020-12-17Interrupt GPU command processing when a frame's fence is reached. (#1741)riperiperi
2020-12-15gui/gpu: Implement setting and toggle for Aspect Ratio (#1777)Ac_K
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-07-26Implement BGRA texture support (#1418)gdkchan
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-05-04Implement a new physical memory manager and replace DeviceMemory (#856)gdkchan
2020-05-02nvservice: add a lock around NvHostEvent and remove release fence on SFv2 (#1...Thog
2020-04-25SurfaceFlinger: fix SetPreallocatedBuffer correctness (#1153)Thog
2020-04-22SurfaceFlinger: Invalid GraphicBuffer in SetPreallocatedBuffer (#1145)Thog
2020-04-22SurfaceFlinger v2 (#981)Thog
2020-04-19Implement GPU syncpoints (#980)Thog
2020-01-09Fix R5G6B5 in SurfaceFlinger (#863)Thog
2020-01-09Improved and simplified window texture presentationgdk
2020-01-09Initial workgdk
2019-11-08Add detail of ZbcSetTableArguments (#810)Thomas Guillemard
2019-11-03hle: Fix some inconsistencies in namespace naming in Services (#808)Thomas Guillemard