summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvflinger/nvflinger.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-07-24core_timing: Split off utility functions into core_timing_utilMerryMage1-0/+1
2018-07-19nvflinger: Emplace Display instances directlyLioncash1-9/+4
We can use emplace_back to construct the Display instances directly, instead of constructing them separately and copying them, avoiding the need to copy std::string and std::vector instances that are part of the Display struct.
2018-07-18vi: Partially implement buffer crop parameters.bunnei1-1/+2
2018-07-17nvflinger: Fix for BufferQueue event handling.bunnei1-3/+0
2018-07-03Rename logging macro back to LOG_*James Rowe1-1/+1
2018-04-30core_timing: Namespace all functions and constants in core_timing's headerLioncash1-1/+1
All of these variables and functions are related to timings and should be within the namespace.
2018-04-24nvflinger: Move logging macros over to new fmt-compatible onesLioncash1-1/+1
2018-04-20service: Use nested namespace specifiers where applicableLioncash1-4/+2
Tidies up namespace declarations
2018-04-19nvflinger: Call MicroProfileFlip on NVFlinger::Compose.bunnei1-0/+3
2018-03-03Vi: Signal the BufferQueue's Native Handle right after ReleaseBuffer is called.Subv1-0/+3
This prevents a thread starvation issue in Puyo Puyo Tetris. We should hwtest this behavior and figure out where exactly this event is signaled.
2018-02-14Fix fps counter to correctly measure frame end when there was no frame to drawJames Rowe1-0/+2
2018-02-12vi: Parse IGBPQueueBufferRequestParcel params and expose buffer flip vertical.bunnei1-1/+1
2018-01-22VI: Move BufferQueue and NVFlinger to their own folder/namespace.Subv1-0/+161