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
*
common/swap: use template and tag for LE/BE specification
Weiyi Wang
2019-02-06
1
-39
/
+91
*
common/swap: add swap template for enum
Weiyi Wang
2019-02-06
1
-0
/
+52
*
Merge pull request #2081 from ReinUsesLisp/lmem-64
bunnei
2019-02-05
2
-15
/
+46
|
\
|
*
shader_ir/memory: Add ST_L 64 and 128 bits stores
ReinUsesLisp
2019-02-03
1
-3
/
+11
|
*
shader_ir/memory: Add LD_L 128 bits loads
ReinUsesLisp
2019-02-03
1
-7
/
+19
|
*
shader_bytecode: Rename BytesN enums to BitsN
ReinUsesLisp
2019-02-03
2
-7
/
+7
|
*
shader_ir/memory: Add LD_L 64 bits loads
ReinUsesLisp
2019-02-03
1
-6
/
+17
*
|
Merge pull request #2082 from FernandoS27/txq-stl
bunnei
2019-02-04
2
-6
/
+13
|
\
\
|
|
/
|
/
|
|
*
Update src/video_core/engines/shader_bytecode.h
Mat M
2019-02-03
1
-1
/
+1
|
*
Fix TXQ not using the component mask.
Fernando Sahmkow
2019-02-03
2
-6
/
+13
*
|
Merge pull request #2074 from ReinUsesLisp/shader-ir-unify-offset
bunnei
2019-02-01
17
-25
/
+36
|
\
\
|
*
|
shader_ir: Unify constant buffer offset values
ReinUsesLisp
2019-01-30
17
-25
/
+36
*
|
|
Merge pull request #2073 from lioncash/opus
bunnei
2019-02-01
1
-42
/
+75
|
\
\
\
|
*
|
|
hwopus: Implement DecodeInterleaved
Lioncash
2019-01-30
1
-4
/
+35
|
*
|
|
hwopus: Deduplicate the decoding code within DecodeInterleavedOld and DecodeI...
Lioncash
2019-01-29
1
-19
/
+14
|
*
|
|
hwopus: Replace std::optional<std::reference_wrapper<u64>> with u64*
Lioncash
2019-01-29
1
-9
/
+6
|
*
|
|
hwopus: Mark local variables as const where applicable
Lioncash
2019-01-29
1
-8
/
+16
|
*
|
|
hwopus: Fill in the rest of the unknown service function names
Lioncash
2019-01-29
1
-9
/
+11
|
|
/
/
*
|
|
Merge pull request #2067 from ReinUsesLisp/workaround-fb
bunnei
2019-02-01
2
-14
/
+19
|
\
\
\
|
*
|
|
gl_rasterizer: Workaround invalid zeta clears
ReinUsesLisp
2019-01-29
2
-14
/
+19
*
|
|
|
Merge pull request #2078 from lioncash/timer
bunnei
2019-02-01
9
-259
/
+0
|
\
\
\
\
|
*
|
|
|
kernel: Remove the Timer class
Lioncash
2019-01-31
9
-259
/
+0
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
rasterizer_interface: Remove unused AccelerateFill operation
ReinUsesLisp
2019-02-01
3
-11
/
+0
*
|
|
|
video_core: Remove unused Fill surface type
ReinUsesLisp
2019-02-01
2
-6
/
+1
|
/
/
/
*
|
|
Merge pull request #2072 from lioncash/service
bunnei
2019-01-31
12
-153
/
+281
|
\
\
\
|
*
|
|
service/ns: Update function tables
Lioncash
2019-01-29
1
-14
/
+20
|
*
|
|
service/ncm: Update function tables
Lioncash
2019-01-29
1
-4
/
+4
|
*
|
|
service/audio: Update function tables
Lioncash
2019-01-29
4
-8
/
+23
|
*
|
|
service/am/applet_ae: Update function tables
Lioncash
2019-01-29
1
-1
/
+2
|
*
|
|
service/fsp-srv: Update function tables
Lioncash
2019-01-29
2
-17
/
+25
|
*
|
|
service/btm: Update function tables
Lioncash
2019-01-29
1
-55
/
+97
|
*
|
|
service/btdrv: Update function tables
Lioncash
2019-01-29
1
-46
/
+101
|
*
|
|
service/psc: Update function tables
Lioncash
2019-01-29
1
-8
/
+9
|
|
/
/
*
|
|
Merge pull request #2077 from lioncash/virt
bunnei
2019-01-31
5
-15
/
+3
|
\
\
\
|
*
|
|
kernel/wait_object: Devirtualize functions related to manipulating the thread...
Lioncash
2019-01-30
1
-3
/
+3
|
*
|
|
kernel/timer: Remove unnecessary WakeupAllWaitingThreads() override
Lioncash
2019-01-30
2
-6
/
+0
|
*
|
|
kernel/readable_event: Remove unnecessary WakeupAllWaitingThreads() override
Lioncash
2019-01-30
2
-6
/
+0
*
|
|
|
Merge pull request #2075 from lioncash/find
bunnei
2019-01-31
3
-23
/
+47
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
service/nvflinger: Make FindBufferQueueId() a const member function
Lioncash
2019-01-30
2
-2
/
+26
|
*
|
|
service/nvflinger: Rename Get prefix on function to Find
Lioncash
2019-01-30
3
-23
/
+23
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #2076 from lioncash/enc
Hexagon12
2019-01-30
1
-1
/
+1
|
\
\
\
|
*
|
|
video_core/dma_pusher: Silence C4828 warnings
Lioncash
2019-01-30
1
-1
/
+1
|
|
/
/
*
|
|
Merge pull request #1485 from FernandoS27/render-info
bunnei
2019-01-30
2
-2
/
+57
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Add more info into textures' object labels
FernandoS27
2018-12-09
2
-2
/
+57
*
|
|
Merge pull request #2070 from ReinUsesLisp/cubearray-view
bunnei
2019-01-29
4
-3
/
+28
|
\
\
\
|
*
|
|
gl_shader_cache: Fix texture view for cubemaps as cubemap arrays
ReinUsesLisp
2019-01-29
4
-3
/
+28
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #2069 from lioncash/vi
bunnei
2019-01-29
2
-21
/
+20
|
\
\
\
|
*
|
|
nvflinger: Add the Null display
Lioncash
2019-01-29
1
-1
/
+2
|
*
|
|
nvflinger: Change log message in OpenDisplay to be a debug log instead of a w...
Lioncash
2019-01-29
1
-1
/
+1
|
*
|
|
nvflinger: Remove unnecessary header inclusions
Lioncash
2019-01-29
1
-2
/
+0
[next]