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
*
renderer_opengl/utils: Use a std::string_view with LabelGLObject()
Lioncash
2019-05-24
2
-10
/
+10
*
Merge pull request #2358 from ReinUsesLisp/parallel-shader
bunnei
2019-05-24
8
-53
/
+113
|
\
|
*
gl_shader_cache: Fix clang strict standard build issues
ReinUsesLisp
2019-05-20
3
-9
/
+13
|
*
gl_shader_cache: Use shared contexts to build shaders in parallel
ReinUsesLisp
2019-05-20
6
-47
/
+103
*
|
Merge pull request #2485 from ReinUsesLisp/generic-memory
bunnei
2019-05-24
3
-35
/
+73
|
\
\
|
*
|
shader/memory: Implement ST (generic memory)
ReinUsesLisp
2019-05-20
2
-21
/
+36
|
*
|
shader/memory: Implement LD (generic memory)
ReinUsesLisp
2019-05-20
3
-15
/
+38
|
|
/
*
|
shader/shader_ir: Make Comment() take a std::string by value
Lioncash
2019-05-23
2
-3
/
+3
*
|
shader/decode/*: Add missing newline to files lacking them
Lioncash
2019-05-23
18
-18
/
+18
*
|
shader/decode/*: Eliminate indirect inclusions
Lioncash
2019-05-23
6
-1
/
+5
*
|
shader/decode/memory: Remove left in debug pragma
Lioncash
2019-05-22
1
-2
/
+0
*
|
renderer_opengl/gl_shader_decompiler: Remove redundant name specification in ...
Lioncash
2019-05-21
1
-1
/
+1
|
/
*
Merge pull request #2494 from lioncash/shader-text
bunnei
2019-05-20
1
-181
/
+195
|
\
|
*
gl_shader_decompiler: Tidy up minor remaining cases of unnecessary std::strin...
Lioncash
2019-05-20
1
-21
/
+20
|
*
gl_shader_decompiler: Replace individual overloads with the fmt-based one
Lioncash
2019-05-20
1
-28
/
+16
|
*
gl_shader_decompiler: Utilize fmt overload of AddLine() where applicable
Lioncash
2019-05-20
1
-136
/
+152
|
*
gl_shader_decompiler: Add AddLine() overload that forwards to fmt
Lioncash
2019-05-19
1
-0
/
+11
*
|
Revert #2466
Fernando Sahmkow
2019-05-19
1
-1
/
+3
|
/
*
Merge pull request #2441 from ReinUsesLisp/al2p
bunnei
2019-05-19
10
-157
/
+310
|
\
|
*
shader_ir/other: Implement IPA.IDX
ReinUsesLisp
2019-05-02
2
-5
/
+9
|
*
gl_shader_decompiler: Skip physical unused attributes
ReinUsesLisp
2019-05-02
1
-18
/
+27
|
*
shader_ir/memory: Assert on non-32 bits ALD.PHYS
ReinUsesLisp
2019-05-02
1
-0
/
+3
|
*
shader: Add physical attributes commentaries
ReinUsesLisp
2019-05-02
4
-4
/
+8
|
*
gl_shader_decompiler: Implement GLSL physical attributes
ReinUsesLisp
2019-05-02
2
-66
/
+101
|
*
shader_ir/memory: Implement physical input attributes
ReinUsesLisp
2019-05-02
4
-6
/
+32
|
*
gl_shader_decompiler: Abstract generic attribute operations
ReinUsesLisp
2019-05-02
1
-29
/
+26
|
*
gl_shader_decompiler: Declare all possible varyings on physical attribute usage
ReinUsesLisp
2019-05-02
4
-27
/
+88
|
*
shader: Remove unused AbufNode Ipa mode
ReinUsesLisp
2019-05-02
6
-35
/
+14
|
*
shader_ir/memory: Emit AL2P IR
ReinUsesLisp
2019-05-02
2
-0
/
+22
|
*
shader_bytecode: Add AL2P decoding
ReinUsesLisp
2019-05-02
1
-2
/
+15
*
|
Merge pull request #2491 from FernandoS27/dma-fix
Hexagon12
2019-05-19
1
-0
/
+7
|
\
\
|
*
|
Dma_pusher: ASSERT on empty command_list
Fernando Sahmkow
2019-05-19
1
-0
/
+7
*
|
|
Merge pull request #2452 from FernandoS27/raster-cache-fix
Hexagon12
2019-05-19
1
-1
/
+2
|
\
\
\
|
*
|
|
Correct possible error on Rasterizer Caches
Fernando Sahmkow
2019-05-07
1
-1
/
+2
*
|
|
|
Merge pull request #2497 from lioncash/shader-ir
Hexagon12
2019-05-19
3
-32
/
+28
|
\
\
\
\
|
*
|
|
|
shader/shader_ir: Remove unnecessary inline specifiers
Lioncash
2019-05-19
1
-2
/
+2
|
*
|
|
|
shader/shader_ir: Simplify constructors for OperationNode
Lioncash
2019-05-19
1
-15
/
+6
|
*
|
|
|
shader/shader_ir: Remove unnecessary template parameter packs from Operation(...
Lioncash
2019-05-19
1
-2
/
+0
|
*
|
|
|
shader/shader_ir: Mark tracking functions as const member functions
Lioncash
2019-05-19
2
-8
/
+11
|
*
|
|
|
shader/shader_ir: Place implementations of constructor and destructor in cpp ...
Lioncash
2019-05-19
2
-5
/
+9
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge pull request #2495 from lioncash/cache
Hexagon12
2019-05-19
2
-34
/
+48
|
\
\
\
\
|
*
|
|
|
gl_shader_disk_cache: in-class initialize virtual file offset of ShaderDiskCa...
Lioncash
2019-05-19
2
-5
/
+3
|
*
|
|
|
gl_shader_disk_cache: Default ShaderDiskCacheOpenGL's destructor in the cpp file
Lioncash
2019-05-19
2
-0
/
+3
|
*
|
|
|
gl_shader_disk_cache: Make hash specializations noexcept
Lioncash
2019-05-19
1
-2
/
+2
|
*
|
|
|
gl_shader_disk_cache: Remove redundant code string construction in LoadDecomp...
Lioncash
2019-05-19
1
-2
/
+2
|
*
|
|
|
gl_shader_disk_cache: Make variable non-const in decompiled entry case
Lioncash
2019-05-19
1
-1
/
+1
|
*
|
|
|
gl_shader_disk_cache: Special-case boolean handling
Lioncash
2019-05-19
2
-24
/
+37
|
|
/
/
/
*
|
|
|
Merge pull request #2467 from lioncash/move
Hexagon12
2019-05-19
1
-6
/
+0
|
\
\
\
\
|
*
|
|
|
video_core/gpu_thread: Remove redundant copy constructor for CommandDataConta...
Lioncash
2019-05-14
1
-6
/
+0
|
|
/
/
/
*
|
|
|
Merge pull request #2466 from yuzu-emu/mme-exit-delay-slot
Hexagon12
2019-05-19
1
-3
/
+3
|
\
\
\
\
[next]