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
*
Maxwell3D: Add small_index_2
Fernando Sahmkow
2022-10-06
1
-0
/
+2
*
Memory Manager: ensure safety of GPU to CPU address.
Fernando Sahmkow
2022-10-06
1
-0
/
+3
*
MemoryManager: Fix errors popping out.
Fernando Sahmkow
2022-10-06
1
-4
/
+8
*
Shader Decompiler: Check for shift when deriving composite samplers.
Fernando Sahmkow
2022-10-06
4
-8
/
+11
*
MemoryManager: Finish up the initial implementation.
Fernando Sahmkow
2022-10-06
2
-50
/
+138
*
OpenGL: Fix TickWork
Fernando Sahmkow
2022-10-06
1
-0
/
+4
*
VideoCore: Refactor fencing system.
Fernando Sahmkow
2022-10-06
17
-152
/
+146
*
MemoryManager: initial multi paging system implementation.
Fernando Sahmkow
2022-10-06
2
-189
/
+304
*
Vulkan: Fix Scissor on Clears
Fernando Sahmkow
2022-10-06
1
-1
/
+8
*
NVDRV: Further refactors and eliminate old code.
Fernando Sahmkow
2022-10-06
6
-94
/
+4
*
NVDRV: Refactor Host1x
Fernando Sahmkow
2022-10-06
24
-108
/
+138
*
VideoCore: Refactor syncing.
Fernando Sahmkow
2022-10-06
37
-240
/
+595
*
Texture Cache: Fix GC and GPU Modified on Joins.
Fernando Sahmkow
2022-10-06
1
-3
/
+5
*
Texture cache: Fix the remaining issues with memory mnagement and unmapping.
Fernando Sahmkow
2022-10-06
11
-16
/
+60
*
Texture cache: Fix dangling references on multichannel.
Fernando Sahmkow
2022-10-06
3
-27
/
+36
*
Refactor VideoCore to use AS sepparate from Channel.
Fernando Sahmkow
2022-10-06
9
-152
/
+164
*
General: Rebase fixes.
Fernando Sahmkow
2022-10-06
1
-7
/
+6
*
VideoCore: Extra Fixes.
Fernando Sahmkow
2022-10-06
2
-2
/
+2
*
NVDRV: Remake ASGPU
Fernando Sahmkow
2022-10-06
2
-4
/
+9
*
MemoryManager: Temporary Fix for NVDEC.
Fernando Sahmkow
2022-10-06
1
-1
/
+1
*
VideoCore: Update MemoryManager
Fernando Sahmkow
2022-10-06
2
-163
/
+82
*
VideoCore: Fix channels with disk pipeline/shader cache.
Fernando Sahmkow
2022-10-06
11
-71
/
+87
*
OpenGl: Implement Channels.
Fernando Sahmkow
2022-10-06
9
-118
/
+186
*
NVHOST_CTRl: Implement missing method and fix some stuffs.
Fernando Sahmkow
2022-10-06
1
-0
/
+5
*
VideoCore: implement channels on gpu caches.
Fernando Sahmkow
2022-10-06
44
-779
/
+1396
*
NvHost: Remake Ctrl Implementation.
Fernando Sahmkow
2022-10-06
1
-1
/
+1
*
Texture Cache: Add ASTC 10x5 Format.
Fernando Sahmkow
2022-10-06
6
-0
/
+23
*
Merge pull request #9013 from liamwhite/spinning-a-yarn
bunnei
2022-10-05
5
-6
/
+6
|
\
|
*
common: remove "yuzu:" prefix from thread names
Liam
2022-10-03
5
-6
/
+6
*
|
Merge pull request #8987 from liamwhite/another-name-for-reinforcement-steel
Fernando S
2022-10-05
2
-27
/
+60
|
\
\
|
*
|
vulkan: automatically use larger staging buffer sizes when possible
Liam
2022-09-25
2
-27
/
+60
*
|
|
Merge pull request #9005 from liamwhite/micro-fit
bunnei
2022-10-04
1
-11
/
+5
|
\
\
\
|
*
|
|
macro_jit_x64: cancel exit for taken branch
Liam
2022-10-01
1
-11
/
+5
*
|
|
|
Merge pull request #9010 from liamwhite/buttwise
bunnei
2022-10-04
1
-37
/
+9
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
macro_jit_x64: fix miscompilation of bit extraction operations
Liam
2022-10-01
1
-37
/
+9
|
|
/
/
*
|
|
Merge pull request #6598 from FernandoS27/falklands-are-british
liamwhite
2022-10-01
1
-1
/
+62
|
\
\
\
|
*
|
|
MacroHLE: Add MultidrawIndirect HLE Macro.
Fernando Sahmkow
2022-10-01
1
-1
/
+62
|
|
/
/
*
|
|
Merge pull request #8874 from vonchenplus/align_index_buffer_size
bunnei
2022-10-01
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Align index buffe size when vertex_buffer_unified_memory enable
FengChen
2022-09-10
1
-1
/
+1
*
|
|
Merge pull request #8910 from vonchenplus/astc_decode_error
bunnei
2022-09-30
2
-2
/
+2
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
video_core: Modify astc texture decode error fill value
FengChen
2022-09-15
2
-2
/
+2
|
|
/
*
/
astc: Enable parallel CPU astc decoding
Morph
2022-09-16
1
-21
/
+35
|
/
*
Merge pull request #8819 from liamwhite/cash-money
lat9nq
2022-09-08
1
-1
/
+4
|
\
|
*
video_core: add option for pessimistic flushing
Liam
2022-08-25
1
-1
/
+4
*
|
style: General style changes to match with the rest of the codebase
Morph
2022-08-31
1
-5
/
+2
*
|
(shader/pipeline)_cache: Raise shader/pipeline cache version
Morph
2022-08-31
2
-2
/
+2
*
|
Merge pull request #8752 from vonchenplus/rectangle_texture
Fernando S
2022-08-31
4
-13
/
+18
|
\
\
|
*
|
video_code: support rectangle texture
FengChen
2022-08-25
4
-13
/
+18
*
|
|
video_core: vulkan: rasterizer: Workaround on viewport swizzle on AMD
Narr the Reg
2022-08-23
1
-1
/
+8
|
|
/
|
/
|
*
|
Merge pull request #8784 from Docteh/nosnek
liamwhite
2022-08-21
9
-60
/
+62
|
\
\
[next]