summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvflinger/buffer_queue.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-11-29kernel/event: Reference ReadableEvent from WritableEventZach Hilman1-8/+6
2018-11-29core: Port all current usages of Event to Readable/WritableEventZach Hilman1-2/+15
2018-11-26Changed logging to be "Log before execution", Added more error logging, all services should now log on some levelDavid Marcec1-2/+3
2018-10-30global: Use std::optional instead of boost::optional (#1578)Frederic L1-4/+4
2018-09-13service: Use nested namespace specifiers where applicableLioncash1-4/+2
2018-09-11hle/service: Default constructors and destructors in the cpp file where applicableLioncash1-0/+2
2018-08-29kernel: Eliminate kernel global stateLioncash1-1/+3
2018-08-09buffer_queue: Make reference parameter of SetPreallocatedBuffer constLioncash1-1/+1
2018-08-02kernel: Move object class to its own source filesLioncash1-3/+2
2018-07-18vi: Partially implement buffer crop parameters.bunnei1-1/+3
2018-07-17nvflinger: Fix for BufferQueue event handling.bunnei1-16/+4
2018-07-03Rename logging macro back to LOG_*James Rowe1-2/+2
2018-04-24nvflinger: Move logging macros over to new fmt-compatible onesLioncash1-2/+2
2018-04-21Qt: Update the WaitTree widget to show info about the current mutex of each thread.Subv1-2/+4
2018-04-20service: Use nested namespace specifiers where applicableLioncash1-4/+2
2018-03-19vi: Remove DequeueBuffer and wait until next available buffer.bunnei1-5/+20
2018-03-17nvflinger: Remove superfluous buffer format check.bunnei1-3/+1
2018-02-12vi: Parse IGBPQueueBufferRequestParcel params and expose buffer flip vertical.bunnei1-1/+2
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.Subv1-0/+96