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
2023-03-01
nvnflinger: fix name
Liam
2023-01-11
nvnflinger: correct swap interval handling
Liam
2022-11-22
general: fix compile for Apple Clang
Liam
2022-10-27
vi: implement CloseDisplay
Liam
2022-10-23
core: barrier service thread shutdown
Liam
2022-10-12
kernel: remove KWritableEvent
Liam
2022-10-06
NVDRV: Fix Open/Close and make sure each device is correctly created.
Fernando Sahmkow
2022-09-25
service: vi: Retrieve vsync event once per display
Morph
2022-08-01
Rework multi-core vsync
Kelebek1
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2022-03-24
hle: nvflinger: Remove unused unordered_map include.
bunnei
2022-03-24
hle: nvflinger: Migrate android namespace -> Service::android.
bunnei
2022-03-24
hle: vi: Integrate new NVFlinger and HosBinderDriverServer service.
bunnei
2021-10-03
nvflinger: Use jthread and stop_token for VSync thread
ameerj
2021-09-03
core: hle: service: nvflinger/vi: Improve management of KEvent.
bunnei
2021-08-25
Revert "kernel: Various improvements to scheduler"
bunnei
2021-08-07
core: hle: service: nvflinger/vi: Improve management of KEvent.
bunnei
2021-05-16
Merge pull request #6284 from ameerj/shantae-fix
bunnei
2021-05-16
core: Make variable shadowing a compile-time error
Lioncash
2021-05-06
nvflinger: Create layers when they are queried but not found
ameerj
2021-05-05
hle: kernel: Remove deprecated Object class.
bunnei
2021-05-05
hle: kernel: Migrate KReadableEvent and KWritableEvent to KAutoObject.
bunnei
2021-05-05
hle: kernel: Migrate KEvent to KAutoObject.
bunnei
2021-02-05
hle: kernel: Rename WritableEvent to KWritableEvent.
bunnei
2021-02-05
hle: kernel: Rename ReadableEvent to KReadableEvent.
bunnei
2020-12-28
service: nvflinger: Improve synchronization for BufferQueue.
bunnei
2020-12-28
hle: service: nvflinger: Refactor locking and interfaces.
bunnei
2020-08-13
General: Tidy up clang-format warnings part 2
Lioncash
2020-07-25
nvflinger: Mark interface functions with return values as [[nodiscard]]
Lioncash
2020-07-25
nvflinger: Use return value of Lock()
Lioncash
2020-06-27
NvFlinger: Clang Format.
Fernando Sahmkow
2020-06-27
Services/NvFlinger: Do vSync in a sepparate thread on Multicore.
Fernando Sahmkow
2020-06-27
NVFlinger: Lock race condition between CPU, Host Timing, VSync.
Fernando Sahmkow
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
[next]