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
...
*
|
|
|
general: Reduce core.h includes
ameerj
2022-03-18
4
-5
/
+0
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #8030 from liamwhite/s8d24-conversion
Fernando S
2022-03-18
5
-2
/
+41
|
\
\
\
|
*
|
|
Address review comments
Liam
2022-03-16
2
-2
/
+2
|
*
|
|
Vulkan: convert S8D24 <-> ABGR8
Liam
2022-03-15
5
-2
/
+41
*
|
|
|
Merge pull request #8023 from ameerj/kirby-pop-in
Fernando S
2022-03-16
2
-70
/
+12
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
maxwell_3d: Implement a safer CB data upload
ameerj
2022-03-14
2
-70
/
+12
*
|
|
|
Merge pull request #8000 from liamwhite/hagi
Fernando S
2022-03-15
3
-3
/
+77
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Maxwell3D: Link to override constant definition in nouveau
byte[]
2022-03-14
1
-0
/
+2
|
*
|
|
Maxwell3D: restore original topology when topology overrides are disabled
byte[]
2022-03-14
1
-0
/
+2
|
*
|
|
Maxwell3D: Use override constants from nouveau
Liam
2022-03-14
2
-2
/
+37
|
*
|
|
Maxwell3D: Restrict topology override effect to after the register is set
Liam
2022-03-11
2
-1
/
+5
|
*
|
|
Maxwell3D: mark index buffers as dirty after updating counts
Liam
2022-03-11
1
-0
/
+2
|
*
|
|
TextureCacheRuntime: allow converting D24S8 to ABGR8
Liam
2022-03-10
1
-1
/
+2
|
*
|
|
Maxwell3D: read small-index draw and primitive topology override registers
Liam
2022-03-10
2
-2
/
+30
*
|
|
|
emit_spirv, vk_compute_pass: Resolve VS2022 compiler errors
ameerj
2022-03-12
1
-1
/
+2
|
/
/
/
*
|
|
Merge pull request #7986 from lat9nq/vk-callback
bunnei
2022-03-08
1
-0
/
+1
|
\
\
\
|
*
|
|
video_core: Cancel Scoped's exit call on GPU failure
lat9nq
2022-03-07
1
-0
/
+1
*
|
|
|
Merge pull request #7930 from asLody/dma-semaphore
Fernando S
2022-03-07
2
-1
/
+21
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
MaxwellDMA: Implement semaphore operations
Lody
2022-03-07
2
-1
/
+21
*
|
|
|
gl_graphics_pipeline: Improve shader builder synchronization using fences (#7...
Ameer J
2022-03-06
2
-21
/
+32
*
|
|
|
gl_fence_manager: Minor optimization to signal querying
ameerj
2022-02-27
1
-2
/
+1
*
|
|
|
Merge pull request #7953 from ameerj/radv-rdna2-crash
bunnei
2022-02-26
1
-4
/
+21
|
\
\
\
\
|
*
|
|
|
vulkan_device: Blacklist RADV on RDNA2 from VK_EXT_vertex_input_dynamic_state
Ameer J
2022-02-25
1
-4
/
+21
*
|
|
|
|
Merge pull request #7948 from Morph1984/11-11-10-float
Mai M
2022-02-26
2
-0
/
+4
|
\
\
\
\
\
|
*
|
|
|
|
maxwell_to_(gl/vk): Add 11_11_10 float vertex format
Morph
2022-02-25
2
-0
/
+4
|
|
/
/
/
/
*
/
/
/
/
vk_blit_screen: Add missing format bgra8
Lody
2022-02-24
1
-0
/
+2
|
/
/
/
/
*
/
/
/
vulkan_device: fix missing format in ANV
voidanix
2022-02-21
3
-2
/
+21
|
/
/
/
*
|
|
Merge pull request #7814 from FernandoS27/another-bug-in-my-schedule
bunnei
2022-02-02
2
-4
/
+6
|
\
\
\
|
*
|
|
Vulkan: Fix Scheduler Chunks when their FuncType is 0.
Fernando Sahmkow
2022-01-31
2
-4
/
+6
|
|
|
/
|
|
/
|
*
|
|
general: Replace NonCopyable struct with equivalents
Lioncash
2022-02-02
2
-15
/
+43
|
|
/
|
/
|
*
|
Merge pull request #7824 from lioncash/scache
Morph
2022-02-01
2
-4
/
+3
|
\
\
|
*
|
video_core/shader_cache: Remove unused algorithm include
Lioncash
2022-02-01
1
-1
/
+0
|
*
|
video_core/shader_cache: Take std::span in RemoveShadersFromStorage()
Lioncash
2022-02-01
2
-3
/
+3
|
|
/
*
|
Rasterizer: Refactor inlineToMemory.
Fernando Sahmkow
2022-02-01
9
-15
/
+16
*
|
GPU: Improve syncing.
Fernando Sahmkow
2022-01-29
1
-3
/
+10
*
|
Rasterizer: Implement Inline2Memory Acceleration.
Fernando Sahmkow
2022-01-29
14
-6
/
+122
*
|
Inline2Memory: Flush before writting buffer.
Fernando Sahmkow
2022-01-29
2
-2
/
+3
|
/
*
buffer_cache: Reduce stream buffer allocations when expanding from the left
ameerj
2022-01-27
1
-0
/
+2
*
common/xbyak_api: Make BuildRegSet() constexpr
Lioncash
2022-01-26
1
-1
/
+1
*
Merge pull request #7780 from lioncash/macro
bunnei
2022-01-26
9
-213
/
+204
|
\
|
*
video_core/macro: Add missing <cstring> header
Lioncash
2022-01-25
1
-2
/
+3
|
*
video_core/macro_interpreter: Move impl class to the cpp file
Lioncash
2022-01-25
2
-84
/
+86
|
*
video_core/macro_hle: Return unique_ptr directly from GetHLEProgram()
Lioncash
2022-01-25
3
-7
/
+7
|
*
video_core/macro: Remove unused parameter from Execute()
Lioncash
2022-01-25
3
-4
/
+3
|
*
video_core/macro_jit_x64: Remove unused impl class member
Lioncash
2022-01-25
1
-1
/
+0
|
*
video_core/macro_jit_x64: Decouple PersistentCallerSavedRegs() from impl
Lioncash
2022-01-25
1
-5
/
+4
|
*
video_core/macro_jit_x64: Move impl class into cpp file
Lioncash
2022-01-25
2
-87
/
+86
|
*
video_core/macro_hle: Move impl class into cpp file
Lioncash
2022-01-25
2
-27
/
+19
*
|
Merge pull request #7779 from lioncash/gpu-iface
Morph
2022-01-25
1
-16
/
+0
|
\
\
|
*
|
gpu: Tidy up forward declarations
Lioncash
2022-01-25
1
-10
/
+0
[prev]
[next]