index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
nvflinger
/
nvflinger.h
Age
Commit message (
Expand
)
Author
2020-01-04
service: vi: Implement CloseLayer.
bunnei
2019-11-26
core_timing: Use better reference tracking for EventType. (#3159)
bunnei
2019-11-24
kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel...
bunnei
2019-09-22
Rebase
David Marcec
2019-09-22
Deglobalize System: NvFlinger
David Marcec
2019-07-05
NVServices: Styling, define constructors as explicit and corrections
Fernando Sahmkow
2019-07-05
nvflinger: Implement swap intervals
Fernando Sahmkow
2019-02-21
service/nvflinger: Store BufferQueue instances as regular data members
Lioncash
2019-02-21
service/vi/vi_layer: Convert Layer struct into a class
Lioncash
2019-02-21
service/nvflinger: Move display specifics over to vi_display
Lioncash
2019-02-19
service/nvflinger: Relocate definitions of Layer and Display to the vi service
Lioncash
2019-02-15
core_timing: Convert core timing into a class
Lioncash
2019-02-12
core_timing: Rename CoreTiming namespace to Core::Timing
Lioncash
2019-02-05
service/nvflinger,service/vi: Handle failure cases with exposed API
Lioncash
2019-02-05
service/nvflinger: Mark FindVsyncEvent() as a const member function
Lioncash
2019-02-05
service/nvflinger: Rename GetVsyncEvent() to FindVsyncEvent()
Lioncash
2019-01-30
service/nvflinger: Make FindBufferQueueId() a const member function
Lioncash
2019-01-30
service/nvflinger: Rename Get prefix on function to Find
Lioncash
2019-01-29
nvflinger: Add the Null display
Lioncash
2019-01-29
nvflinger: Use a std::array for the available displays instead of std::vector
Lioncash
2018-11-29
kernel/event: Reference ReadableEvent from WritableEvent
Zach Hilman
2018-11-29
core: Port all current usages of Event to Readable/WritableEvent
Zach Hilman
2018-09-10
hle/service: Default constructors and destructors in the cpp file where appli...
Lioncash
2018-08-07
nvdrv: Get rid of global std::weak_ptr
Lioncash
2018-08-07
nvflinger: Get rid of indirect inclusions
Lioncash
2018-08-07
nvflinger: Use std::string_view in OpenDisplay()
Lioncash
2018-04-19
service: Use nested namespace specifiers where applicable
Lioncash
2018-01-22
VI: Move BufferQueue and NVFlinger to their own folder/namespace.
Subv