index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
|
|
|
|
|
|
|
hle: vi: NativeWindow: Fix trivially copyable issues.
bunnei
2022-03-24
1
-4
/
+4
|
*
|
|
|
|
|
|
|
|
|
|
hle: nvdrv: nvdata: buffer_queue_producer: Minor cleanup.
bunnei
2022-03-24
1
-11
/
+11
|
*
|
|
|
|
|
|
|
|
|
|
hle: nvdrv: nvdata: Cleanup NvFence static assert.
bunnei
2022-03-24
1
-1
/
+1
|
*
|
|
|
|
|
|
|
|
|
|
hle: nvflinger: Remove unused unordered_map include.
bunnei
2022-03-24
1
-1
/
+0
|
*
|
|
|
|
|
|
|
|
|
|
hle: nvflinger: buffer_queue_consumer: AcquireBuffer: Fix typo.
bunnei
2022-03-24
1
-1
/
+1
|
*
|
|
|
|
|
|
|
|
|
|
hle: nvflinger: Merge Rect with Common::Rectangle.
bunnei
2022-03-24
6
-90
/
+54
|
*
|
|
|
|
|
|
|
|
|
|
hle: nvflinger: buffer_queue_core: Declare default dtor.
bunnei
2022-03-24
2
-0
/
+3
|
*
|
|
|
|
|
|
|
|
|
|
hle: nvflinger: buffer_queue_producer: DequeueBuffer: Remove unnecessary lock.
bunnei
2022-03-24
1
-3
/
+1
|
*
|
|
|
|
|
|
|
|
|
|
hle: nvflinger: consumer_base: StillTracking: Should be const.
bunnei
2022-03-24
2
-2
/
+3
|
*
|
|
|
|
|
|
|
|
|
|
hle: nvflinger: graphic_buffer_producer: Remove unnecessary pragma pack.
bunnei
2022-03-24
1
-2
/
+0
|
*
|
|
|
|
|
|
|
|
|
|
hle: nvflinger: parcel: Reserve token size.
bunnei
2022-03-24
1
-1
/
+2
|
*
|
|
|
|
|
|
|
|
|
|
hle: nvflinger: buffer_queue_core: StillTracking: Take const reference.
bunnei
2022-03-24
4
-7
/
+7
|
*
|
|
|
|
|
|
|
|
|
|
hle: nvflinger: buffer_queue_core: Cleanup locking.
bunnei
2022-03-24
1
-2
/
+2
|
*
|
|
|
|
|
|
|
|
|
|
hle: nvflinger: Use std::chrono for present_ns.
bunnei
2022-03-24
7
-25
/
+30
|
*
|
|
|
|
|
|
|
|
|
|
hle: nvflinger: Migrate android namespace -> Service::android.
bunnei
2022-03-24
35
-79
/
+76
|
*
|
|
|
|
|
|
|
|
|
|
hle: nvflinger: BufferQueueProducer: Handle SetPreallocatedBuffer with empty ...
bunnei
2022-03-24
1
-7
/
+10
|
*
|
|
|
|
|
|
|
|
|
|
hle: vi: Integrate new NVFlinger and HosBinderDriverServer service.
bunnei
2022-03-24
17
-723
/
+286
|
*
|
|
|
|
|
|
|
|
|
|
hle: nvflinger: Add implementation for HosBinderDriverServer service.
bunnei
2022-03-24
3
-0
/
+75
|
*
|
|
|
|
|
|
|
|
|
|
hle: nvflinger: Add implementation for BufferQueueProducer class.
bunnei
2022-03-24
3
-2
/
+1021
|
*
|
|
|
|
|
|
|
|
|
|
hle: nvflinger: Add implementation for BufferQueueCore class.
bunnei
2022-03-24
3
-0
/
+235
|
*
|
|
|
|
|
|
|
|
|
|
hle: nvflinger: Add implementation for BufferQueueConsumer class.
bunnei
2022-03-24
3
-0
/
+263
|
*
|
|
|
|
|
|
|
|
|
|
hle: nvflinger: Add implementation for QueueBufferInput and QueueBufferOutput...
bunnei
2022-03-24
3
-0
/
+100
|
*
|
|
|
|
|
|
|
|
|
|
hle: nvflinger: Add implementation for BufferItemConsumer class.
bunnei
2022-03-24
3
-0
/
+87
|
*
|
|
|
|
|
|
|
|
|
|
hle: nvflinger: Add implementation for ConsumerBase class.
bunnei
2022-03-24
3
-0
/
+190
|
*
|
|
|
|
|
|
|
|
|
|
hle: nvflinger: Add implementation for BufferSlot class.
bunnei
2022-03-24
2
-0
/
+40
|
*
|
|
|
|
|
|
|
|
|
|
hle: nvflinger: Add implementation for BufferItem class.
bunnei
2022-03-24
2
-0
/
+47
|
*
|
|
|
|
|
|
|
|
|
|
hle: nvflinger: Move implementation for Parcel to its own header.
bunnei
2022-03-24
2
-0
/
+172
|
*
|
|
|
|
|
|
|
|
|
|
hle: nvflinger: Add android buffer queue definitions to its own header.
bunnei
2022-03-24
2
-0
/
+22
|
*
|
|
|
|
|
|
|
|
|
|
hle: nvflinger: Add IBinder interface.
bunnei
2022-03-24
2
-0
/
+43
|
*
|
|
|
|
|
|
|
|
|
|
hle: nvflinger: Add IConsumerListener interface.
bunnei
2022-03-24
2
-0
/
+27
|
*
|
|
|
|
|
|
|
|
|
|
hle: nvflinger: Add ProducerListener interface.
bunnei
2022-03-24
2
-0
/
+17
|
*
|
|
|
|
|
|
|
|
|
|
hle: nvflinger: Add android window enumerations to its own header.
bunnei
2022-03-24
2
-0
/
+54
|
*
|
|
|
|
|
|
|
|
|
|
hle: nvflinger: Add android Status flags to its own header.
bunnei
2022-03-24
1
-0
/
+28
|
*
|
|
|
|
|
|
|
|
|
|
hle: nvflinger: Move BufferTransformFlags to its own header.
bunnei
2022-03-24
4
-18
/
+29
|
*
|
|
|
|
|
|
|
|
|
|
hle: nvdrv: Rename Fence to NvFence to avoid naming conflicts.
bunnei
2022-03-24
4
-17
/
+13
|
*
|
|
|
|
|
|
|
|
|
|
hle: nvflinger: Move PixelFormat to its own header.
bunnei
2022-03-24
11
-33
/
+50
|
*
|
|
|
|
|
|
|
|
|
|
hle: nvflinger: Add implementation for GraphicBuffer class.
bunnei
2022-03-24
2
-0
/
+101
|
*
|
|
|
|
|
|
|
|
|
|
hle: nvflinger: Add implementation for Fence class.
bunnei
2022-03-24
2
-0
/
+34
|
*
|
|
|
|
|
|
|
|
|
|
hle: nvflinger: Add implementation for Rect class.
bunnei
2022-03-24
2
-0
/
+76
|
*
|
|
|
|
|
|
|
|
|
|
common: logging: Add a logger for NVFlinger.
bunnei
2022-03-24
2
-0
/
+2
|
|
/
/
/
/
/
/
/
/
/
/
*
|
|
|
|
|
|
|
|
|
|
Merge pull request #8068 from ameerj/shader-if-false
Fernando S
2022-03-25
3
-9
/
+98
|
\
\
\
\
\
\
\
\
\
\
\
|
|
/
/
/
/
/
/
/
/
/
/
|
/
|
|
|
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
|
dead_code_elimination_pass: Remove unreachable Phi arguments
ameerj
2022-03-23
3
-0
/
+36
|
*
|
|
|
|
|
|
|
|
|
shader_recompiler/dead_code_elimination: Add DeadBranchElimination pass
ameerj
2022-03-22
1
-9
/
+62
|
|
|
/
/
/
/
/
/
/
/
|
|
/
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
|
Merge pull request #8074 from liamwhite/cached-words
Fernando S
2022-03-24
1
-1
/
+2
|
\
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
|
buffer_cache: reset cached write bits after flushing invalidations
Liam
2022-03-23
1
-1
/
+2
|
|
|
_
|
/
/
/
/
/
/
/
|
|
/
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
|
Merge pull request #8035 from lat9nq/disable-web-applet
bunnei
2022-03-23
6
-50
/
+65
|
\
\
\
\
\
\
\
\
\
\
|
|
/
/
/
/
/
/
/
/
/
|
/
|
|
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
yuzu qt: Save disable_web_applet setting
lat9nq
2022-03-17
4
-3
/
+6
|
*
|
|
|
|
|
|
|
|
main: Update Disable Web Applet warning
lat9nq
2022-03-17
1
-3
/
+2
|
*
|
|
|
|
|
|
|
|
configure_debug: Add option to set disable_web_applet
lat9nq
2022-03-17
2
-42
/
+57
|
*
|
|
|
|
|
|
|
|
yuzu: Move disable_web_applet to UISettings
lat9nq
2022-03-17
3
-5
/
+3
[prev]
[next]