summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvflinger/buffer_queue.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* buffer_queue: Make reference parameter of SetPreallocatedBuffer constLioncash2018-08-091-1/+1
| | | | | | | | This is simply copied by value, so there's no need to make it a modifiable reference. While we're at it, make the names of the parameters match its definition.
* kernel: Move object class to its own source filesLioncash2018-08-021-3/+2
| | | | | | General moving to keep kernel object types separate from the direct kernel code. Also essentially a preliminary cleanup before eliminating global kernel state in the kernel code.
* 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
| | | | Tidies up namespace declarations
* 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
| | | | - This gets BOTW booting.
* VI: Move BufferQueue and NVFlinger to their own folder/namespace.Subv2018-01-221-0/+96