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
*
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
|
*
maxwell_3d: Resolve -Wdocumentation warning
Lioncash
2020-12-06
1
-1
/
+1
|
*
maxwell_3d: Remove unused dirty_pointer array
Lioncash
2020-12-06
1
-2
/
+0
*
|
video_core: Remove unnecessary enum class casting in logging messages
Lioncash
2020-12-07
3
-12
/
+8
*
|
maxwell_dma: Rename RenderEnable::Mode::FALSE and TRUE to avoid name conflict
comex
2020-12-05
1
-5
/
+7
|
/
*
video_core: Resolve more variable shadowing scenarios
Lioncash
2020-12-04
6
-13
/
+15
*
vk_shader_decompiler: Implement force early fragment tests
ReinUsesLisp
2020-11-26
1
-1
/
+6
*
Merge pull request #4953 from lioncash/shader-shadow
bunnei
2020-11-20
1
-88
/
+96
|
\
|
*
shader_bytecode: Make use of [[nodiscard]] where applicable
Lioncash
2020-11-20
1
-73
/
+79
|
*
shader_bytecode: Eliminate variable shadowing
Lioncash
2020-11-20
1
-15
/
+17
*
|
maxwell_3d: Use insert instead of loop push_back
ReinUsesLisp
2020-11-11
1
-3
/
+1
*
|
maxwell_3d: Move code to separate functions
ReinUsesLisp
2020-11-11
2
-151
/
+124
|
/
*
shader/arithmetic: Implement FCMP immediate + register variant
ReinUsesLisp
2020-10-28
1
-0
/
+2
*
video_core: Enforce -Wclass-memaccess
ReinUsesLisp
2020-10-09
1
-7
/
+6
*
video_core: Enforce -Wunused-variable and -Wunused-but-set-variable
ReinUsesLisp
2020-10-02
1
-2
/
+0
*
General: Make use of std::nullopt where applicable
Lioncash
2020-09-22
1
-1
/
+1
*
fermi_2d: Make use of designated initializers
Lioncash
2020-09-18
2
-8
/
+8
*
video_core: Initialize renderer with a GPU
ReinUsesLisp
2020-08-22
6
-45
/
+63
*
Merge pull request #4519 from lioncash/semi
bunnei
2020-08-16
1
-1
/
+1
|
\
|
*
maxwell_3d: Resolve -Wextra-semi warning
Lioncash
2020-08-14
1
-1
/
+1
*
|
textures/decoders: Fix block linear to pitch copies
ReinUsesLisp
2020-08-10
1
-13
/
+8
|
/
*
video_core/textures: Add and use SwizzleSliceToVoxel, and minor style changes
ReinUsesLisp
2020-07-10
1
-13
/
+17
*
maxwell_dma: Rename registers to match official docs and reorder
ReinUsesLisp
2020-07-07
2
-287
/
+355
*
Merge pull request #4147 from ReinUsesLisp/hset2-imm
bunnei
2020-06-26
1
-0
/
+8
|
\
|
*
shader/half_set: Implement HSET2_IMM
ReinUsesLisp
2020-06-22
1
-0
/
+8
*
|
Addressed issues
David Marcec
2020-06-24
1
-0
/
+4
*
|
Macro HLE support
David Marcec
2020-06-24
2
-1
/
+5
|
/
*
Merge pull request #4049 from ReinUsesLisp/separate-samplers
bunnei
2020-06-13
5
-2
/
+13
|
\
|
*
shader/texture: Join separate image and sampler pairs offline
ReinUsesLisp
2020-06-05
5
-2
/
+13
*
|
texture_cache: Implement rendering to 3D textures
ReinUsesLisp
2020-06-08
1
-0
/
+1
*
|
Merge pull request #4009 from ogniK5377/macro-jit-prod
bunnei
2020-06-04
2
-25
/
+10
|
\
\
|
|
/
|
/
|
|
*
Default init labels and use initializer list for macro engine
David Marcec
2020-06-04
1
-1
/
+1
|
*
Mark parameters as const
David Marcec
2020-06-03
2
-3
/
+2
|
*
Pass by reference instead of copying parameters
David Marcec
2020-06-02
2
-5
/
+7
|
*
Implement macro JIT
David Marcec
2020-05-30
2
-27
/
+11
*
|
Merge pull request #3998 from ReinUsesLisp/init-3d
bunnei
2020-06-01
1
-0
/
+4
|
\
\
|
|
/
|
/
|
|
*
maxwell_3d: Initialize line widths
ReinUsesLisp
2020-05-27
1
-0
/
+2
|
*
maxwell_3d: Initialize polygon modes
ReinUsesLisp
2020-05-27
1
-0
/
+2
*
|
maxwell_3d: Reduce severity of logs that can be spammed
ReinUsesLisp
2020-05-28
1
-6
/
+7
|
/
*
Merge pull request #3899 from ReinUsesLisp/float-comparisons
bunnei
2020-05-13
1
-12
/
+16
|
\
|
*
shader_ir: Separate float-point comparisons in ordered and unordered
ReinUsesLisp
2020-05-09
1
-12
/
+16
*
|
Merge pull request #3885 from ReinUsesLisp/viewport-swizzles
bunnei
2020-05-08
2
-1
/
+25
|
\
\
|
|
/
|
/
|
|
*
vk_graphics_pipeline: Implement viewport swizzles with NV_viewport_swizzle
ReinUsesLisp
2020-05-04
1
-0
/
+1
|
*
maxwell_3d: Add viewport swizzles
ReinUsesLisp
2020-05-04
2
-1
/
+24
*
|
Merge pull request #3815 from FernandoS27/command-list-2
bunnei
2020-05-05
11
-56
/
+122
|
\
\
|
|
/
|
/
|
|
*
Clang Format and Documentation.
Fernando Sahmkow
2020-04-28
7
-8
/
+14
[next]