summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvflinger/buffer_queue.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* kernel/event: Reference ReadableEvent from WritableEventZach Hilman2018-11-291-8/+6
* core: Port all current usages of Event to Readable/WritableEventZach Hilman2018-11-291-2/+15
* Changed logging to be "Log before execution", Added more error logging, all services should now log on some levelDavid Marcec2018-11-261-2/+3
* global: Use std::optional instead of boost::optional (#1578)Frederic L2018-10-301-4/+4
* service: Use nested namespace specifiers where applicableLioncash2018-09-131-4/+2
* hle/service: Default constructors and destructors in the cpp file where applicableLioncash2018-09-111-0/+2
* kernel: Eliminate kernel global stateLioncash2018-08-291-1/+3
* buffer_queue: Make reference parameter of SetPreallocatedBuffer constLioncash2018-08-091-1/+1
* kernel: Move object class to its own source filesLioncash2018-08-021-3/+2
* vi: Partially implement buffer crop parameters.bunnei2018-07-181-1/+3
* nvflinger: Fix for BufferQueue event handling.bunnei2018-07-171-16/+4
* Rename logging macro back to LOG_*James Rowe2018-07-031-2/+2
* nvflinger: Move logging macros over to new fmt-compatible onesLioncash2018-04-241-2/+2
* Qt: Update the WaitTree widget to show info about the current mutex of each thread.Subv2018-04-211-2/+4
* service: Use nested namespace specifiers where applicableLioncash2018-04-201-4/+2
* vi: Remove DequeueBuffer and wait until next available buffer.bunnei2018-03-191-5/+20
* nvflinger: Remove superfluous buffer format check.bunnei2018-03-171-3/+1
* vi: Parse IGBPQueueBufferRequestParcel params and expose buffer flip vertical.bunnei2018-02-121-1/+2
* nvflinger: (Hack) Use first available buffer if none are found.bunnei2018-02-101-1/+5
* nvflinger: Signal BufferQueue native handle event.bunnei2018-02-051-0/+1
* VI: Move BufferQueue and NVFlinger to their own folder/namespace.Subv2018-01-221-0/+96