aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/nvflinger
AgeCommit message (Collapse)Author
2018-07-02Rename logging macro back to LOG_*James Rowe
2018-04-30core_timing: Namespace all functions and constants in core_timing's headerLioncash
All of these variables and functions are related to timings and should be within the namespace.
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 ↵Subv
thread.
2018-04-19service: Use nested namespace specifiers where applicableLioncash
Tidies up namespace declarations
2018-04-18nvflinger: Call MicroProfileFlip on NVFlinger::Compose.bunnei
2018-03-23renderer_opengl: Better handling of framebuffer transform flags.bunnei
2018-03-18vi: Remove DequeueBuffer and wait until next available buffer.bunnei
2018-03-16nvflinger: Remove superfluous buffer format check.bunnei
2018-03-03Vi: Signal the BufferQueue's Native Handle right after ReleaseBuffer is called.Subv
This prevents a thread starvation issue in Puyo Puyo Tetris. We should hwtest this behavior and figure out where exactly this event is signaled.
2018-02-14Fix fps counter to correctly measure frame end when there was no frame to drawJames Rowe
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
- This gets BOTW booting.
2018-01-22VI: Move BufferQueue and NVFlinger to their own folder/namespace.Subv