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
...
|
*
|
|
gl_buffer_cache: Remove global system getters
ReinUsesLisp
2019-07-06
3
-9
/
+14
|
*
|
|
gl_device: Query SSBO alignment
ReinUsesLisp
2019-07-06
2
-0
/
+6
|
*
|
|
gl_buffer_cache: Implement flushing
ReinUsesLisp
2019-07-06
2
-2
/
+11
|
*
|
|
gl_rasterizer: Drop gl_global_cache in favor of gl_buffer_cache
ReinUsesLisp
2019-07-06
7
-206
/
+35
|
*
|
|
gl_buffer_cache: Rework to support internalized buffers
ReinUsesLisp
2019-07-06
3
-65
/
+174
|
*
|
|
gl_buffer_cache: Store in CachedBufferEntry the used buffer handle
ReinUsesLisp
2019-07-06
2
-23
/
+30
|
*
|
|
gl_buffer_cache: Return used buffer from Upload function
ReinUsesLisp
2019-07-06
4
-36
/
+35
|
*
|
|
gl_rasterizer: Add some commentaries
ReinUsesLisp
2019-07-06
1
-0
/
+5
|
*
|
|
gl_rasterizer: Make DrawParameters rasterizer instance const
ReinUsesLisp
2019-07-06
1
-1
/
+1
|
*
|
|
gl_rasterizer: Move index buffer uploading to its own method
ReinUsesLisp
2019-07-06
2
-7
/
+18
|
|
|
/
|
|
/
|
*
|
|
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
[prev]
[next]