summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvflinger (unfollow)
Commit message (Expand)AuthorFilesLines
2018-09-11hle/service: Default constructors and destructors in the cpp file where applicableLioncash4-3/+8
2018-08-31core: Make the main System class use the PImpl idiomLioncash1-1/+2
2018-08-29kernel: Eliminate kernel global stateLioncash2-2/+5
2018-08-11video_core; Get rid of global g_toggle_framelimit_enabled variableLioncash1-0/+1
2018-08-09buffer_queue: Make reference parameter of SetPreallocatedBuffer constLioncash2-2/+2
2018-08-08nvdrv: Get rid of global std::weak_ptrLioncash2-3/+13
2018-08-07nvflinger: Correct typo in name of composition eventLioncash1-1/+1
2018-08-07nvflinger: Get rid of indirect inclusionsLioncash2-1/+7
2018-08-07nvflinger: Use std::string_view in OpenDisplay()Lioncash2-2/+3
2018-08-04video_core: Eliminate the g_renderer global variableLioncash1-2/+4
2018-08-02kernel: Move object class to its own source filesLioncash1-3/+2
2018-07-24core_timing: Split off utility functions into core_timing_utilMerryMage1-0/+1
2018-07-19nvflinger: Emplace Display instances directlyLioncash1-9/+4
2018-07-18vi: Partially implement buffer crop parameters.bunnei3-3/+9
2018-07-17nvflinger: Fix for BufferQueue event handling.bunnei3-25/+6
2018-07-03Rename logging macro back to LOG_*James Rowe2-3/+3
2018-04-30core_timing: Namespace all functions and constants in core_timing's headerLioncash1-1/+1
2018-04-24nvflinger: Move logging macros over to new fmt-compatible onesLioncash2-3/+3
2018-04-21Qt: Update the WaitTree widget to show info about the current mutex of each thread.Subv2-4/+8
2018-04-20service: Use nested namespace specifiers where applicableLioncash4-16/+8
2018-04-19nvflinger: Call MicroProfileFlip on NVFlinger::Compose.bunnei1-0/+3
2018-03-23renderer_opengl: Better handling of framebuffer transform flags.bunnei1-0/+2
2018-03-19vi: Remove DequeueBuffer and wait until next available buffer.bunnei2-6/+25
2018-03-17nvflinger: Remove superfluous buffer format check.bunnei1-3/+1
2018-03-03Vi: Signal the BufferQueue's Native Handle right after ReleaseBuffer is called.Subv1-0/+3
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.bunnei3-3/+18
2018-02-10nvflinger: (Hack) Use first available buffer if none are found.bunnei1-1/+5
2018-02-05nvflinger: Signal BufferQueue native handle event.bunnei1-0/+1
2018-01-22VI: Move BufferQueue and NVFlinger to their own folder/namespace.Subv4-0/+423