index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video_core
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #3653 from ReinUsesLisp/nsight-aftermath
Fernando Sahmkow
2020-04-22
12
-77
/
+389
|
\
|
*
renderer_vulkan: Integrate Nvidia Nsight Aftermath on Windows
ReinUsesLisp
2020-04-14
9
-22
/
+360
|
*
renderer_vulkan: Remove Nvidia checkpoints
ReinUsesLisp
2020-04-13
4
-34
/
+0
|
*
renderer_vulkan: Catch device losses in more places
ReinUsesLisp
2020-04-13
3
-21
/
+29
*
|
Merge pull request #3714 from lioncash/copies
bunnei
2020-04-21
1
-3
/
+3
|
\
\
|
*
|
gl_shader_decompiler: Avoid copies where applicable
Lioncash
2020-04-17
1
-3
/
+3
*
|
|
Merge pull request #3718 from ReinUsesLisp/better-pipeline-state
Rodrigo Locatti
2020-04-21
6
-479
/
+531
|
\
\
\
|
*
|
|
fixed_pipeline_state: Hash and compare the whole structure
ReinUsesLisp
2020-04-18
2
-105
/
+9
|
*
|
|
fixed_pipeline_state: Pack blending state
ReinUsesLisp
2020-04-18
3
-98
/
+227
|
*
|
|
fixed_pipeline_state: Pack rasterizer state
ReinUsesLisp
2020-04-18
4
-163
/
+155
|
*
|
|
fixed_pipeline_state: Pack depth stencil state
ReinUsesLisp
2020-04-18
3
-97
/
+140
|
*
|
|
fixed_pipeline_state: Pack attribute state
ReinUsesLisp
2020-04-18
6
-101
/
+85
*
|
|
|
Merge pull request #3698 from lioncash/warning
bunnei
2020-04-21
2
-12
/
+13
|
\
\
\
\
|
*
|
|
|
decode/memory: Resolve unused variable warning
Lioncash
2020-04-16
1
-1
/
+1
|
*
|
|
|
decode/texture: Resolve unused variable warnings.
Lioncash
2020-04-16
1
-5
/
+7
|
*
|
|
|
decode/texture: Collapse loop down into std::generate
Lioncash
2020-04-16
1
-3
/
+1
|
*
|
|
|
decode/texture: Eliminate trivial missing field initializer warnings
Lioncash
2020-04-16
1
-3
/
+4
*
|
|
|
|
Merge pull request #3695 from ReinUsesLisp/default-attributes
bunnei
2020-04-20
1
-0
/
+4
|
\
\
\
\
\
|
*
|
|
|
|
maxwell_3d: Initialize format attributes constant as one
ReinUsesLisp
2020-04-16
1
-0
/
+4
*
|
|
|
|
|
Merge pull request #3733 from ambasta/patch-2
Mat M
2020-04-20
1
-1
/
+1
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Initialize quad_indexed_pass before uint8_pass
Amit Prakash Ambasta
2020-04-20
1
-1
/
+1
*
|
|
|
|
|
|
Merge pull request #3700 from ReinUsesLisp/stream-buffer-sizes
Fernando Sahmkow
2020-04-20
2
-33
/
+48
|
\
\
\
\
\
\
\
|
|
/
/
/
/
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
vk_stream_buffer: Fix out of memory on boot on recent Nvidia drivers
ReinUsesLisp
2020-04-17
2
-33
/
+48
|
|
|
_
|
/
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge pull request #3729 from lioncash/globals
Rodrigo Locatti
2020-04-19
3
-6
/
+11
|
\
\
\
\
\
\
|
*
|
|
|
|
|
dma_pusher: Remove reliance on the global system instance
Lioncash
2020-04-19
3
-6
/
+11
*
|
|
|
|
|
|
Merge pull request #3694 from ReinUsesLisp/indexed-quads
bunnei
2020-04-19
5
-12
/
+280
|
\
\
\
\
\
\
\
|
|
/
/
/
/
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
vk_compute_pass: Implement indexed quads
ReinUsesLisp
2020-04-16
5
-12
/
+280
|
|
|
/
/
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge pull request #3686 from lioncash/table
bunnei
2020-04-19
1
-3
/
+3
|
\
\
\
\
\
\
|
*
|
|
|
|
|
texture_cache/format_lookup_table: Fix incorrect green, blue, and alpha indices
Lioncash
2020-04-15
1
-3
/
+3
*
|
|
|
|
|
|
Merge pull request #3679 from lioncash/track
bunnei
2020-04-19
1
-5
/
+6
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
track: Eliminate redundant copies
Lioncash
2020-04-15
1
-5
/
+6
|
|
/
/
/
/
/
/
*
|
|
|
|
|
|
renderer_vulkan: assume X11 if not Windows/macOS after bf1d66b7c074
Jan Beich
2020-04-19
1
-3
/
+3
*
|
|
|
|
|
|
Merge pull request #3716 from bunnei/fix-another-impl-fallthrough
Mat M
2020-04-18
1
-0
/
+1
|
\
\
\
\
\
\
\
|
|
_
|
_
|
_
|
_
|
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
video_core: gl_shader_decompiler: Fix implicit fallthrough errors.
bunnei
2020-04-18
1
-0
/
+1
*
|
|
|
|
|
|
video_code: Fix implicit switch fallthrough.
Markus Wick
2020-04-17
1
-0
/
+2
|
|
_
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
|
|
Revert "gl_shader_cache: Use CompileDepth::FullDecompile on GLSL"
Rodrigo Locatti
2020-04-17
1
-3
/
+1
|
/
/
/
/
/
*
|
|
|
|
Merge pull request #3666 from bunnei/new-vmm
bunnei
2020-04-17
4
-75
/
+42
|
\
\
\
\
\
|
*
|
|
|
|
video_core: memory_manager: Updates for Common::PageTable changes.
bunnei
2020-04-17
2
-67
/
+34
|
*
|
|
|
|
core: memory: Move to Core::Memory namespace.
bunnei
2020-04-17
2
-8
/
+8
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge pull request #3682 from lioncash/uam
bunnei
2020-04-17
1
-1
/
+1
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
gl_query_cache: Resolve use-after-move in CachedQuery move assignment operator
Lioncash
2020-04-15
1
-1
/
+1
|
|
/
/
/
*
|
|
|
Merge pull request #3673 from lioncash/extra
bunnei
2020-04-16
7
-14
/
+20
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
CMakeLists: Specify -Wextra on linux builds
Lioncash
2020-04-15
7
-14
/
+20
|
|
/
/
*
|
|
Merge pull request #3600 from ReinUsesLisp/no-pointer-buf-cache
Fernando Sahmkow
2020-04-16
14
-228
/
+90
|
\
\
\
|
*
|
|
buffer_cache: Return handles instead of pointer to handles
ReinUsesLisp
2020-04-16
14
-228
/
+90
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #3689 from lioncash/unused-var
Rodrigo Locatti
2020-04-16
1
-1
/
+0
|
\
\
\
|
*
|
|
decode/shift: Remove unused variable within Shift()
Lioncash
2020-04-16
1
-1
/
+0
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #3688 from lioncash/nequal
Rodrigo Locatti
2020-04-16
2
-0
/
+5
|
\
\
\
|
*
|
|
surface_view: Add missing operator!= to ViewParams
Lioncash
2020-04-16
2
-0
/
+5
|
|
/
/
*
|
|
Merge pull request #3680 from lioncash/static
Rodrigo Locatti
2020-04-16
1
-1
/
+1
|
\
\
\
[next]