aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/nvflinger/buffer_queue.cpp
AgeCommit message (Expand)Author
2020-04-12Merge pull request #3606 from ReinUsesLisp/nvflingerbunnei
2020-04-10Buffer queue: Correct behavior of free buffer.Fernando Sahmkow
2020-04-10service/vi: Partially implement BufferQueue disconnectReinUsesLisp
2019-11-24kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel...bunnei
2019-11-03kernel: events: Remove ResetType::Automatic.bunnei
2019-10-12nvflinger/buffer_queue: Remove use of a global system accessorLioncash
2019-07-05NVServices: Address FeedbackFernando Sahmkow
2019-07-05NVServices: Styling, define constructors as explicit and correctionsFernando Sahmkow
2019-07-05nvflinger: Acquire buffers in the same order as they were queued.Fernando Sahmkow
2019-07-05nv_services: Correct buffer queue fencing and GPFifo fencingFernando Sahmkow
2019-07-05nvflinger: Implement swap intervalsFernando Sahmkow
2019-05-18core/kernel/object: Rename ResetType enum membersLioncash
2019-02-27common/math_util: Move contents into the Common namespaceLioncash
2018-11-29kernel/event: Reference ReadableEvent from WritableEventZach Hilman
2018-11-29core: Port all current usages of Event to Readable/WritableEventZach Hilman
2018-11-26Changed logging to be "Log before execution", Added more error logging, all s...David Marcec
2018-10-30global: Use std::optional instead of boost::optional (#1578)Frederic L
2018-09-13service: Use nested namespace specifiers where applicableLioncash
2018-09-10hle/service: Default constructors and destructors in the cpp file where appli...Lioncash
2018-08-28kernel: Eliminate kernel global stateLioncash
2018-08-09buffer_queue: Make reference parameter of SetPreallocatedBuffer constLioncash
2018-08-01kernel: Move object class to its own source filesLioncash
2018-07-17vi: Partially implement buffer crop parameters.bunnei
2018-07-17nvflinger: Fix for BufferQueue event handling.bunnei
2018-07-02Rename logging macro back to LOG_*James Rowe
2018-04-24nvflinger: Move logging macros over to new fmt-compatible onesLioncash
2018-04-20Qt: Update the WaitTree widget to show info about the current mutex of each t...Subv
2018-04-19service: Use nested namespace specifiers where applicableLioncash
2018-03-18vi: Remove DequeueBuffer and wait until next available buffer.bunnei
2018-03-16nvflinger: Remove superfluous buffer format check.bunnei
2018-02-11vi: Parse IGBPQueueBufferRequestParcel params and expose buffer flip vertical.bunnei
2018-02-09nvflinger: (Hack) Use first available buffer if none are found.bunnei
2018-02-04nvflinger: Signal BufferQueue native handle event.bunnei
2018-01-22VI: Move BufferQueue and NVFlinger to their own folder/namespace.Subv