summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvflinger/nvflinger.h (unfollow)
Commit message (Expand)AuthorFilesLines
2020-06-27NvFlinger: Clang Format.Fernando Sahmkow1-1/+1
2020-06-27Services/NvFlinger: Do vSync in a sepparate thread on Multicore.Fernando Sahmkow1-0/+14
2020-06-27NVFlinger: Lock race condition between CPU, Host Timing, VSync.Fernando Sahmkow1-0/+7
2020-01-04service: vi: Implement CloseLayer.bunnei1-0/+3
2019-11-27core_timing: Use better reference tracking for EventType. (#3159)bunnei1-1/+1
2019-11-25kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154)bunnei1-1/+1
2019-10-05NVFlinger: Reverse the change that only signaled events on buffer acquire.Fernando Sahmkow1-2/+0
2019-10-05GPU_Async: Correct fences, display events and more.Fernando Sahmkow1-0/+2
2019-09-22RebaseDavid Marcec1-4/+1
2019-09-22Deglobalize System: NvFlingerDavid Marcec1-1/+3
2019-07-05NVServices: Styling, define constructors as explicit and correctionsFernando Sahmkow1-1/+1
2019-07-05nvflinger: Implement swap intervalsFernando Sahmkow1-0/+4
2019-02-22service/nvflinger: Store BufferQueue instances as regular data membersLioncash1-2/+5
2019-02-21service/vi/vi_layer: Convert Layer struct into a classLioncash1-1/+1
2019-02-21service/nvflinger: Move display specifics over to vi_displayLioncash1-1/+1
2019-02-20service/nvflinger: Relocate definitions of Layer and Display to the vi serviceLioncash1-32/+11
2019-02-16core_timing: Convert core timing into a classLioncash1-2/+6
2019-02-12core_timing: Rename CoreTiming namespace to Core::TimingLioncash1-3/+3
2019-02-06service/nvflinger,service/vi: Handle failure cases with exposed APILioncash1-7/+16
2019-02-05service/nvflinger: Mark FindVsyncEvent() as a const member functionLioncash1-1/+1
2019-02-05service/nvflinger: Rename GetVsyncEvent() to FindVsyncEvent()Lioncash1-1/+1
2019-01-30service/nvflinger: Make FindBufferQueueId() a const member functionLioncash1-1/+7
2019-01-30service/nvflinger: Rename Get prefix on function to FindLioncash1-10/+10
2019-01-30nvflinger: Add the Null displayLioncash1-1/+2
2019-01-30nvflinger: Use a std::array for the available displays instead of std::vectorLioncash1-1/+7
2018-11-29kernel/event: Reference ReadableEvent from WritableEventZach Hilman1-1/+1
2018-11-29core: Port all current usages of Event to Readable/WritableEventZach Hilman1-3/+8
2018-09-11hle/service: Default constructors and destructors in the cpp file where applicableLioncash1-2/+2
2018-08-08nvdrv: Get rid of global std::weak_ptrLioncash1-0/+9
2018-08-07nvflinger: Get rid of indirect inclusionsLioncash1-1/+4
2018-08-07nvflinger: Use std::string_view in OpenDisplay()Lioncash1-1/+2
2018-04-20service: Use nested namespace specifiers where applicableLioncash1-4/+2
2018-01-22VI: Move BufferQueue and NVFlinger to their own folder/namespace.Subv1-0/+84