62 Commits (cbaf3b3c40905b9bf351b5032f1960bc4c4a3784)

Author SHA1 Message Date
bunnei cbaf3b3c40 service: vi: Implement CloseLayer. 6 years ago
bunnei 8b35acbd29 core_timing: Use better reference tracking for EventType. (#3159) 6 years ago
bunnei 5cb0f276fe kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154) 6 years ago
Lioncash b546e106d1 nvflinger/buffer_queue: Remove use of a global system accessor 6 years ago
Fernando Sahmkow 5a98b5a19f NvFlinger: Remove leftover from corrections and clang format. 6 years ago
Fernando Sahmkow 3897935493 NVFlinger: Reverse the change that only signaled events on buffer acquire. 6 years ago
Fernando Sahmkow 13d4774389 NvFlinger: Don't swap buffers if a frame is missing and always trigger event in sync gpu. 6 years ago
Fernando Sahmkow 1df31e4b65 GPU_Async: Correct fences, display events and more. 6 years ago
Fernando Sahmkow a248bd1c3e Nvdrv: Correct Async regression and avoid signaling empty buffer vsyncs 6 years ago
David Marcec 4b13f6cfcb Rebase 6 years ago
David Marcec b48f1cbbb5 Deglobalize System: Vi 6 years ago
David Marcec d927a700da Deglobalize System: NvFlinger 6 years ago
Fernando Sahmkow b8b874005f NVServices: Styling, define constructors as explicit and corrections 7 years ago
Fernando Sahmkow a156731a9c NVFlinger: Correct GCC compile error 7 years ago
Fernando Sahmkow bd05d92c26 nvflinger: Make the force 30 fps still force 30 fps 7 years ago
Fernando Sahmkow feac2e189e nvflinger: Implement swap intervals 7 years ago
zarroboogs 77bc4d1bd9 added a toggle to force 30fps mode 7 years ago
Lioncash 7739479e15 core/core_timing: Make callback parameters consistent 7 years ago
bunnei edf09ff450 gpu: Refactor command and swap buffers interface for asynch. 7 years ago
Lioncash 71ed54cbaf service/nvflinger: Store BufferQueue instances as regular data members 7 years ago
Lioncash 55f3ddb276 service/vi/vi_layer: Convert Layer struct into a class 7 years ago
Lioncash 00b5069249 service/nvflinger: Move display specifics over to vi_display 7 years ago
Lioncash bbc2e1c565 service/nvflinger: Relocate definitions of Layer and Display to the vi service 7 years ago
Lioncash 1c3371c921 core_timing: Convert core timing into a class 7 years ago
Lioncash 1d2de5c4b5 core_timing: Rename CoreTiming namespace to Core::Timing 7 years ago
Lioncash ac9fcf2ca2 service/nvflinger,service/vi: Handle failure cases with exposed API 7 years ago
Lioncash 49a28d52da service/nvflinger: Mark FindVsyncEvent() as a const member function 7 years ago
Lioncash 797fbcc6dd service/nvflinger: Rename GetVsyncEvent() to FindVsyncEvent() 7 years ago
Lioncash 7ba76e0c34 service/nvflinger: Make FindBufferQueueId() a const member function 7 years ago
Lioncash f57dd1bae3 service/nvflinger: Rename Get prefix on function to Find 7 years ago
Lioncash e46738887d nvflinger: Change log message in OpenDisplay to be a debug log instead of a warning 7 years ago
Lioncash 3bbceb6edd nvflinger: Remove unnecessary header inclusions 7 years ago
Lioncash 159b4a2f45 nvflinger: Mark locals const where applicable 7 years ago
Lioncash 9d7cbe408b nvflinger: Use a std::array for the available displays instead of std::vector 7 years ago
David Marcec b57e173bac Fixed botw deadlock(and possibly 30 fps games rendering too fast? needs testing to confirm) 7 years ago
Zach Hilman b0d0735e9b kernel/event: Reference ReadableEvent from WritableEvent 7 years ago
Zach Hilman fe0071f8fa core: Port all current usages of Event to Readable/WritableEvent 7 years ago
Frederic L c76f4b6aec global: Use std::optional instead of boost::optional (#1578) 7 years ago
fearlessTobi 1190ea6ddb Port #4182 from Citra: "Prefix all size_t with std::" 7 years ago
Lioncash 8a9b062587 hle/service: Default constructors and destructors in the cpp file where applicable 7 years ago
Lioncash 88597535d6 core: Make the main System class use the PImpl idiom 7 years ago
Lioncash 4913549d6b kernel: Eliminate kernel global state 7 years ago
Lioncash e8824d065b nvdrv: Get rid of global std::weak_ptr 8 years ago
Lioncash 64e8d3fd3d nvflinger: Correct typo in name of composition event 8 years ago
Lioncash fd0111572b nvflinger: Get rid of indirect inclusions 8 years ago
Lioncash a907041218 nvflinger: Use std::string_view in OpenDisplay() 8 years ago
Lioncash 49dc22f84e video_core: Eliminate the g_renderer global variable 8 years ago
MerryMage 672d7dd573 core_timing: Split off utility functions into core_timing_util 8 years ago
Lioncash f31b335a27 nvflinger: Emplace Display instances directly 8 years ago
bunnei 42b866afc5 vi: Partially implement buffer crop parameters. 8 years ago