index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
nvflinger
/
buffer_queue_producer.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
nvnflinger: fix name
Liam
2023-03-01
1
-933
/
+0
*
service: move hle_ipc from kernel
Liam
2023-03-01
1
-2
/
+2
*
Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"
ameerj
2023-02-03
1
-2
/
+2
*
Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer"
liamwhite
2023-02-02
1
-2
/
+2
*
hle_ipc: Rename ReadBufferSpan to ReadBuffer
ameerj
2022-12-29
1
-1
/
+1
*
nvflinger: Split Parcel class into InputParcel and OutputParcel
ameerj
2022-12-25
1
-2
/
+2
*
nvnflinger: fix lost wakeup
Liam
2022-11-15
1
-7
/
+7
*
nvnflinger: release queued handles immediately on disconnection
Liam
2022-10-27
1
-0
/
+7
*
kernel: remove KWritableEvent
Liam
2022-10-13
1
-5
/
+4
*
Nvflinger: correct duplication.
Fernando Sahmkow
2022-10-06
1
-1
/
+1
*
Core: Fix get nvmap object random crash
VonChenPlus
2022-10-06
1
-3
/
+7
*
common: Change semantics of UNREACHABLE to unconditionally crash
Liam
2022-06-14
1
-1
/
+1
*
general: Convert source file copyright comments over to SPDX
Morph
2022-04-23
1
-3
/
+3
*
core/hle: Standardize scoped_lock initializers
Merry
2022-04-07
1
-14
/
+14
*
hle: service: nvflinger: buffer_queue_producer: Cleanup & fixes.
bunnei
2022-04-02
1
-60
/
+41
*
hle: service: nvflinger: buffer_queue: Remove AutoLock and fix free buffer tracking.
bunnei
2022-03-26
1
-37
/
+42
*
hle: nvdrv: nvdata: buffer_queue_producer: Minor cleanup.
bunnei
2022-03-25
1
-11
/
+11
*
hle: nvflinger: Merge Rect with Common::Rectangle.
bunnei
2022-03-25
1
-4
/
+4
*
hle: nvflinger: buffer_queue_producer: DequeueBuffer: Remove unnecessary lock.
bunnei
2022-03-25
1
-3
/
+1
*
hle: nvflinger: buffer_queue_core: StillTracking: Take const reference.
bunnei
2022-03-25
1
-1
/
+1
*
hle: nvflinger: Migrate android namespace -> Service::android.
bunnei
2022-03-25
1
-2
/
+2
*
hle: nvflinger: BufferQueueProducer: Handle SetPreallocatedBuffer with empty buffer.
bunnei
2022-03-25
1
-7
/
+10
*
hle: nvflinger: Add implementation for BufferQueueProducer class.
bunnei
2022-03-25
1
-0
/
+936