index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video_core
/
engines
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Maxwell3D: Fix 3D semaphore counter type 0 handling
Billy Laws
2022-06-02
2
-3
/
+3
*
Merge pull request #8313 from liamwhite/dma-bpp
Morph
2022-05-11
1
-3
/
+6
|
\
|
*
maxwell_dma: use fallback if remapping is enabled
Liam
2022-05-10
1
-3
/
+6
|
*
maxwell_dma: fix bytes per pixel
Liam
2022-05-06
1
-3
/
+3
*
|
video_core/macro: clear code on upload address assignment
Liam
2022-05-10
1
-0
/
+2
|
/
*
general: Convert source file copyright comments over to SPDX
Morph
2022-04-23
14
-42
/
+28
*
maxwell3d: add small_index_2 register
Liam
2022-04-14
2
-1
/
+11
*
video_core: Reduce unused includes
ameerj
2022-03-19
7
-10
/
+0
*
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
*
|
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
*
|
Maxwell3D: read small-index draw and primitive topology override registers
Liam
2022-03-10
2
-2
/
+30
|
/
*
MaxwellDMA: Implement semaphore operations
Lody
2022-03-07
2
-1
/
+21
*
Rasterizer: Refactor inlineToMemory.
Fernando Sahmkow
2022-02-01
2
-2
/
+2
*
Rasterizer: Implement Inline2Memory Acceleration.
Fernando Sahmkow
2022-01-29
7
-3
/
+29
*
Inline2Memory: Flush before writting buffer.
Fernando Sahmkow
2022-01-29
1
-0
/
+1
*
video_core/macro: Remove unused parameter from Execute()
Lioncash
2022-01-25
1
-1
/
+1
*
common/logging: Move Log::Entry declaration to a separate header
ameerj
2021-10-01
1
-0
/
+1
*
maxwell_dma: Minor refactoring
ameerj
2021-09-19
2
-33
/
+33
*
Fix blend equation enum error
Feng Chen
2021-09-07
1
-4
/
+4
*
video_core/engine: Consistently initialize rasterizer pointers
Lioncash
2021-07-27
2
-2
/
+2
*
vk_rasterizer: Workaround bug in VK_EXT_vertex_input_dynamic_state
ReinUsesLisp
2021-07-22
1
-4
/
+0
*
shader: Rework varyings and implement passthrough geometry shaders
ReinUsesLisp
2021-07-22
1
-1
/
+6
*
vk_graphics_pipeline: Implement conservative rendering
ReinUsesLisp
2021-07-22
1
-1
/
+6
*
shader: Unify shader stage types
ReinUsesLisp
2021-07-22
4
-24
/
+0
*
vulkan: Use VK_EXT_provoking_vertex when available
ReinUsesLisp
2021-07-22
1
-1
/
+6
*
DMA: Restrict optimised path for BlockToLinear further.
FernandoS27
2021-07-22
1
-1
/
+2
*
shader: Primitive Vulkan integration
ReinUsesLisp
2021-07-22
3
-2457
/
+0
*
shader: Remove old shader management
ReinUsesLisp
2021-07-22
5
-222
/
+3
*
Buffer cache: Fixes, Clang and Feedback.
Fernando Sahmkow
2021-07-15
1
-0
/
+5
*
DMAEngine: Revert flushing from Pitch to BlpockLinear.
Fernando Sahmkow
2021-07-14
1
-2
/
+7
*
DMAEngine: Accelerate BufferClear
Fernando Sahmkow
2021-07-13
2
-2
/
+6
*
accelerateDMA: Accelerate Buffer Copies.
Fernando Sahmkow
2021-07-11
2
-10
/
+43
*
Out of bound blit (#6531)
Feng Chen
2021-07-08
1
-2
/
+20
*
maxwell3d: Add missing return in default SizeInBytes() case
Lioncash
2021-06-23
1
-0
/
+1
*
buffer_cache: Simplify uniform disabling logic
ameerj
2021-06-01
1
-2
/
+6
*
Merge pull request #6196 from bunnei/asserts-setting
bunnei
2021-04-14
1
-1
/
+1
|
\
|
*
common: Move settings to common from core.
bunnei
2021-04-14
1
-1
/
+1
*
|
engine_interface: Add missing virtual destructor
Lioncash
2021-04-12
4
-4
/
+5
|
/
*
video_core: Reimplement the buffer cache
ReinUsesLisp
2021-02-13
5
-23
/
+11
*
gpu: Report renderer errors with exceptions
ReinUsesLisp
2021-02-13
6
-9
/
+9
*
maxwell_3d: Silence array bounds warnings
ReinUsesLisp
2021-01-24
2
-35
/
+35
*
common/common_funcs: Rename INSERT_UNION_PADDING_{BYTES,WORDS} to _NOINIT
ReinUsesLisp
2021-01-15
5
-119
/
+119
*
video_core: Rewrite the texture cache
ReinUsesLisp
2020-12-30
7
-249
/
+377
*
Merge pull request #5157 from lioncash/array-dirty
bunnei
2020-12-15
1
-34
/
+33
|
\
|
*
maxwell_3d: Move member variables to end of class
Lioncash
2020-12-06
1
-31
/
+32
[next]