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
*
GPU: Add a microprofile for macro interpreter
Fernando Sahmkow
2019-07-14
2
-1
/
+6
*
GL_State: Add a microprofile timer to OpenGL state.
Fernando Sahmkow
2019-07-14
1
-0
/
+4
*
Gl_Texture_Cache: Measure Buffer Copy Times
Fernando Sahmkow
2019-07-14
1
-0
/
+2
*
Texture_Cache: Correct Linear Structural Match.
Fernando Sahmkow
2019-07-14
1
-3
/
+6
*
Merge pull request #2690 from SciresM/physmem_fixes
Fernando Sahmkow
2019-07-14
3
-4
/
+30
|
\
|
*
prefer system reference over global accessor
Michael Scire
2019-07-09
3
-9
/
+13
|
*
Prevent merging of device mapped memory blocks.
Michael Scire
2019-07-08
1
-1
/
+23
*
|
Merge pull request #2692 from ReinUsesLisp/tlds-f16
Fernando Sahmkow
2019-07-14
2
-2
/
+9
|
\
\
|
*
|
shader/texture: Add F16 support for TLDS
ReinUsesLisp
2019-07-07
2
-2
/
+9
|
|
/
*
|
Merge pull request #2609 from FernandoS27/new-scan
bunnei
2019-07-11
14
-122
/
+772
|
\
\
|
*
|
shader_ir: Add comments on missing instruction.
Fernando Sahmkow
2019-07-09
2
-2
/
+9
|
*
|
shader_ir: limit explorastion to best known program size.
Fernando Sahmkow
2019-07-09
1
-1
/
+1
|
*
|
control_flow: Correct block breaking algorithm.
Fernando Sahmkow
2019-07-09
1
-17
/
+17
|
*
|
control_flow: Assert shaders bigger than limit.
Fernando Sahmkow
2019-07-09
1
-0
/
+2
|
*
|
control_flow: Address feedback.
Fernando Sahmkow
2019-07-09
1
-89
/
+37
|
*
|
shader_ir: Correct parsing of scheduling instructions and correct sizing
Fernando Sahmkow
2019-07-09
2
-13
/
+30
|
*
|
shader_ir: Correct max sizing
Fernando Sahmkow
2019-07-09
2
-2
/
+2
|
*
|
shader_ir: Remove unnecessary constructors and use optional for ScanFlow result
Fernando Sahmkow
2019-07-09
3
-28
/
+17
|
*
|
shader_ir: Corrections, documenting and asserting control_flow
Fernando Sahmkow
2019-07-09
3
-52
/
+54
|
*
|
shader_ir: Unify blocks in decompiled shaders.
Fernando Sahmkow
2019-07-09
7
-58
/
+85
|
*
|
shader_ir: Decompile Flow Stack
Fernando Sahmkow
2019-07-09
4
-11
/
+206
|
*
|
shader_ir: propagate shader size to the IR
Fernando Sahmkow
2019-07-09
6
-17
/
+28
|
*
|
shader_ir: Implement BRX & BRA.CC
Fernando Sahmkow
2019-07-09
6
-4
/
+76
|
*
|
shader_ir: Remove the old scanner.
Fernando Sahmkow
2019-07-09
2
-77
/
+0
|
*
|
shader_ir: Implement a new shader scanner
Fernando Sahmkow
2019-07-09
4
-16
/
+473
*
|
|
Merge pull request #2697 from lioncash/doc
bunnei
2019-07-10
1
-7
/
+9
|
\
\
\
|
*
|
|
gl_rasterizer: Amend documentation comment for ConfigureFramebuffers()
Lioncash
2019-07-09
1
-7
/
+9
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #2686 from ReinUsesLisp/vk-scheduler
bunnei
2019-07-10
6
-50
/
+60
|
\
\
\
|
*
|
|
vk_scheduler: Drop execution context in favor of views
ReinUsesLisp
2019-07-07
6
-50
/
+60
|
|
/
/
*
|
|
Merge pull request #2691 from lioncash/override
bunnei
2019-07-10
2
-7
/
+4
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
vk_sampler_cache: Remove unused includes
Lioncash
2019-07-07
1
-3
/
+0
|
*
|
video_core: Add missing override specifiers
Lioncash
2019-07-07
2
-4
/
+4
|
|
/
*
/
Delete decode_integer_set.cpp
Tobias
2019-07-07
1
-0
/
+0
|
/
*
Merge pull request #2601 from FernandoS27/texture_cache
Zach Hilman
2019-07-05
55
-3269
/
+4114
|
\
|
*
texture_cache: Address Feedback
Fernando Sahmkow
2019-07-05
4
-12
/
+13
|
*
texture_cache: Correct Texture Buffer Uploading
Fernando Sahmkow
2019-07-04
3
-2
/
+18
|
*
texture_cache: Pack sibling queries inside a method
ReinUsesLisp
2019-06-29
1
-6
/
+8
|
*
texture_cache: Use std::vector reservation for sampled_textures
ReinUsesLisp
2019-06-29
1
-17
/
+10
|
*
texture_cache: Style changes
ReinUsesLisp
2019-06-29
3
-17
/
+13
|
*
texture_cache: Use std::array for siblings_table
ReinUsesLisp
2019-06-29
1
-10
/
+13
|
*
texture_cache: Address feedback
ReinUsesLisp
2019-06-29
4
-30
/
+13
|
*
texture_cache: Correct variable naming.
Fernando Sahmkow
2019-06-25
1
-3
/
+3
|
*
gl_texture_cache: Correct asserts
Fernando Sahmkow
2019-06-25
2
-2
/
+2
|
*
texture_cache: Corrections, documentation and asserts
Fernando Sahmkow
2019-06-25
1
-42
/
+42
|
*
surface_params: Corrections, asserts and documentation.
Fernando Sahmkow
2019-06-25
2
-43
/
+58
|
*
copy_params: use constexpr for constructor
Fernando Sahmkow
2019-06-25
1
-3
/
+4
|
*
gl_texture_cache: Corrections and fixes
Fernando Sahmkow
2019-06-25
2
-13
/
+9
|
*
gl_resource_manager: Correct MakeStreamCopy
Fernando Sahmkow
2019-06-25
2
-3
/
+2
|
*
texture_cache: Query MemoryManager from the system
Fernando Sahmkow
2019-06-25
5
-20
/
+7
|
*
texture_cache: Include "core/core.h"
ReinUsesLisp
2019-06-24
1
-4
/
+1
[next]