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_global_cache: Add dummy global cache manager
ReinUsesLisp
2019-01-08
5
-3
/
+96
*
Merge pull request #1999 from ReinUsesLisp/dirty-shader
bunnei
2019-01-07
5
-2
/
+23
|
\
|
*
gl_shader_cache: Use dirty flags for shaders
ReinUsesLisp
2019-01-07
5
-2
/
+23
*
|
gl_rasterizer_cache: Use GL_STREAM_COPY for PBOs
ReinUsesLisp
2019-01-05
1
-1
/
+1
|
/
*
Merge pull request #1961 from ReinUsesLisp/tex-view-2d
bunnei
2019-01-02
3
-14
/
+74
|
\
|
*
gl_rasterizer_cache: Texture view if shader samples array but OGL is not
ReinUsesLisp
2018-12-29
3
-14
/
+74
*
|
gpu: Remove PixelFormat G8R8U and G8R8S, as they do not seem to exist.
bunnei
2018-12-28
4
-79
/
+46
*
|
Add missing uintBitsToFloat to SetRegisterToHalfFloat
Rodolfo Bogado
2018-12-27
1
-2
/
+2
*
|
Merge pull request #1892 from Tinob/master
bunnei
2018-12-27
1
-113
/
+122
|
\
\
|
*
|
Apply CC test to the final value to be stored in the register
Rodolfo Bogado
2018-12-26
1
-9
/
+12
|
*
|
Includde saturation in the evaluation of the control code
Rodolfo Bogado
2018-12-22
1
-3
/
+4
|
*
|
Handle RZ cases evaluating the expression instead of the register value.
Rodolfo Bogado
2018-12-22
1
-14
/
+22
|
*
|
complete emulation of ZeroFlag
Rodolfo Bogado
2018-12-22
1
-100
/
+97
*
|
|
renderer_opengl: Correct forward declaration of FramebufferLayout
Lioncash
2018-12-26
1
-1
/
+1
*
|
|
Fixed shader linking error due to TLDS (#1934)
David
2018-12-26
1
-1
/
+1
*
|
|
shader_bytecode: Fixup TEXS.F16 encoding
ReinUsesLisp
2018-12-26
1
-1
/
+1
|
|
/
|
/
|
*
|
Merge pull request #1886 from FearlessTobi/port-4164
bunnei
2018-12-23
6
-4
/
+95
|
\
\
|
|
/
|
/
|
|
*
yuzu, video_core: Screenshot functionality
zhupengfei
2018-12-18
6
-4
/
+95
*
|
Merge pull request #1921 from ogniK5377/no-unit
bunnei
2018-12-21
10
-3
/
+30
|
\
\
|
*
|
hopefully fix clang format issue
David Marcec
2018-12-19
1
-0
/
+1
|
*
|
Fixed uninitialized memory due to missing returns in canary
David Marcec
2018-12-19
10
-3
/
+29
*
|
|
Merge pull request #1920 from heapo/texture_format_selection
bunnei
2018-12-21
1
-1
/
+11
|
\
\
\
|
*
|
|
Texture format fixes: Flag RGBA16UI as GL_RGBA_INTEGER format, and interpret ...
heapo
2018-12-18
1
-1
/
+11
|
|
/
/
*
|
|
Merge pull request #1909 from heapo/shadow_sampling_fixes
bunnei
2018-12-19
1
-16
/
+14
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Fix arrayed shadow sampler array slice/depth comparison ordering, as well as ...
heapo
2018-12-17
1
-16
/
+14
*
|
|
shader_bytecode: Fixup half float's operator B encoding
ReinUsesLisp
2018-12-18
1
-1
/
+1
*
|
|
Implement postfactor multiplication/division for fmul instructions
heapo
2018-12-17
2
-5
/
+21
|
/
/
*
|
Merge pull request #1893 from lioncash/warn
bunnei
2018-12-11
1
-3
/
+3
|
\
\
|
*
|
gl_shader_cache: Dehardcode constant in CalculateProgramSize()
Lioncash
2018-12-10
1
-2
/
+2
|
*
|
gl_shader_cache: Resolve truncation compiler warning
Lioncash
2018-12-10
1
-1
/
+1
*
|
|
Merge pull request #1888 from marcosvitali/glFrontFacing
bunnei
2018-12-11
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
gl_shader_decompiler: IPA FrontFacing: the right value when is the front face...
Marcos Vitali
2018-12-09
1
-1
/
+1
|
|
/
*
|
Merge pull request #1740 from FernandoS27/shader_props
bunnei
2018-12-10
4
-0
/
+57
|
\
\
|
*
|
Implemented a shader unique identifier.
Fernando Sahmkow
2018-12-09
4
-0
/
+57
|
|
/
*
/
gl_shader_decompiler: TLDS/TLD4/TLD4S Reworked reflecting the source register...
Marcos Vitali
2018-12-07
1
-106
/
+134
|
/
*
Merge pull request #1824 from ReinUsesLisp/fbcache
bunnei
2018-12-06
2
-40
/
+82
|
\
|
*
gl_rasterizer: Implement a framebuffer cache
ReinUsesLisp
2018-11-29
2
-40
/
+82
*
|
gl_shader_decompiler: Implement TEXS.F16
ReinUsesLisp
2018-12-05
2
-13
/
+51
*
|
gl_shader_decompiler: Fixup inverted if
ReinUsesLisp
2018-12-05
1
-6
/
+5
*
|
Improve msvc codegen for hot-path array LUTs
heapo
2018-12-04
1
-275
/
+277
*
|
Rewrited TEX/TEXS (TEX Scalar). (#1826)
Marcos
2018-12-04
1
-259
/
+177
*
|
Merge pull request #1854 from Subv/old_command_processor
bunnei
2018-12-04
2
-142
/
+6
|
\
\
|
*
|
Removed unused file.
Subv
2018-12-03
1
-142
/
+0
|
*
|
GPU: Don't try to route PFIFO methods (0-0x40) to the other engines.
Subv
2018-12-03
1
-0
/
+6
*
|
|
Merge pull request #1822 from ReinUsesLisp/glsl-scope
bunnei
2018-12-03
1
-250
/
+213
|
\
\
\
|
*
|
|
gl_shader_decompiler: Remove texture temporal in TLD4
ReinUsesLisp
2018-11-28
1
-3
/
+1
|
*
|
|
gl_shader_decompiler: Flip negated if else statement
ReinUsesLisp
2018-11-28
1
-3
/
+3
|
*
|
|
gl_shader_decompiler: Use GLSL scope on instructions unrelated to textures
ReinUsesLisp
2018-11-28
1
-35
/
+10
|
*
|
|
gl_shader_decompiler: Move texture code generation into lambdas
ReinUsesLisp
2018-11-28
1
-97
/
+78
|
*
|
|
gl_shader_decompiler: Clean up texture instructions
ReinUsesLisp
2018-11-28
1
-87
/
+56
[next]