summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvflinger/buffer_queue.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* nv_flinger: Use enum for pixel format instead of u32David Marcec2020-05-161-3/+1
* Merge pull request #3606 from ReinUsesLisp/nvflingerbunnei2020-04-121-0/+7
|\
| * service/vi: Partially implement BufferQueue disconnectReinUsesLisp2020-04-101-0/+7
* | Buffer queue: Correct behavior of free buffer.Fernando Sahmkow2020-04-101-9/+32
|/
* kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154)bunnei2019-11-251-2/+2
* kernel: events: Remove ResetType::Automatic.bunnei2019-11-031-2/+1
* nvflinger/buffer_queue: Remove use of a global system accessorLioncash2019-10-121-2/+2
* NVServices: Address FeedbackFernando Sahmkow2019-07-051-0/+1
* NVServices: Styling, define constructors as explicit and correctionsFernando Sahmkow2019-07-051-1/+1
* nvflinger: Acquire buffers in the same order as they were queued.Fernando Sahmkow2019-07-051-3/+9
* nv_services: Correct buffer queue fencing and GPFifo fencingFernando Sahmkow2019-07-051-3/+6
* nvflinger: Implement swap intervalsFernando Sahmkow2019-07-051-1/+2
* core/kernel/object: Rename ResetType enum membersLioncash2019-05-181-1/+1
* common/math_util: Move contents into the Common namespaceLioncash2019-02-271-1/+1
* 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