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_rasterizer_cache: Cleanup some PixelFormat names and logging.
bunnei
2018-08-14
2
-41
/
+71
*
Merge pull request #1069 from bunnei/vtx-sz
bunnei
2018-08-14
1
-5
/
+20
|
\
|
*
maxwell_to_gl: Properly handle UnsignedInt/SignedInt sizes.
bunnei
2018-08-14
1
-5
/
+20
*
|
Merge pull request #1070 from bunnei/cbuf-sz
bunnei
2018-08-14
1
-3
/
+3
|
\
\
|
*
|
gl_rasterizer: Fix upload size for constant buffers.
bunnei
2018-08-14
1
-3
/
+3
|
|
/
*
|
Merge pull request #1071 from bunnei/fix-ldc
bunnei
2018-08-14
1
-13
/
+22
|
\
\
|
*
|
gl_shader_decompiler: Several fixes for indirect constant buffer loads.
bunnei
2018-08-14
1
-13
/
+22
|
|
/
*
|
Merge pull request #1068 from bunnei/g8r8s
bunnei
2018-08-14
2
-34
/
+49
|
\
\
|
*
|
gl_rasterizer_cache: Implement G8R8S format.
bunnei
2018-08-14
2
-34
/
+49
|
|
/
*
/
Implement Z16_UNORM in PixelFormatFromTextureFormat function
greggameplayer
2018-08-15
1
-0
/
+2
|
/
*
Merge pull request #1058 from greggameplayer/BC7U_Fix
bunnei
2018-08-14
1
-1
/
+1
|
\
|
*
Fix BC7U
greggameplayer
2018-08-14
1
-1
/
+1
*
|
renderer_opengl: Implement RenderTargetFormat::RGBA16_UNORM.
bunnei
2018-08-13
4
-37
/
+48
|
/
*
Merge pull request #1052 from ogniK5377/xeno
bunnei
2018-08-13
4
-7
/
+45
|
\
|
*
Implement RG32UI and R32UI
David Marcec
2018-08-13
4
-7
/
+45
*
|
maxwell_to_gl: Implement VertexAttribute::Size::Size_8.
bunnei
2018-08-13
1
-0
/
+1
|
/
*
renderer_opengl: Implement RenderTargetFormat::RGBA16_UINT.
bunnei
2018-08-13
4
-34
/
+45
*
Merge pull request #1045 from bunnei/rg8-unorm
bunnei
2018-08-13
4
-26
/
+61
|
\
|
*
renderer_opengl: Implement RenderTargetFormat::RG8_UNORM.
bunnei
2018-08-12
4
-26
/
+61
*
|
maxwell_to_gl: Implement PrimitiveTopology::LineStrip.
bunnei
2018-08-12
1
-0
/
+2
|
/
*
gl_shader_decompiler: Implement XMAD instruction.
bunnei
2018-08-12
2
-4
/
+120
*
gl_rasterizer: Use a shared helper to upload from CPU memory.
Markus Wick
2018-08-12
2
-28
/
+33
*
gl_state: Don't track constant buffer mappings.
Markus Wick
2018-08-12
3
-41
/
+3
*
gl_rasterizer: Use the stream buffer for constant buffers.
Markus Wick
2018-08-12
4
-29
/
+32
*
gl_rasterizer: Use the streaming buffer itself for the constant buffer.
Markus Wick
2018-08-12
2
-33
/
+15
*
gl_rasterizer: Use a helper for aligning the buffer.
Markus Wick
2018-08-12
2
-15
/
+22
*
Update the stream_buffer helper from Citra.
Markus Wick
2018-08-12
4
-184
/
+98
*
gl_shader_decompiler: Fix SetOutputAttributeToRegister empty check.
bunnei
2018-08-12
1
-2
/
+2
*
gl_shader_decompiler: Fix GLSL compiler error with KIL instruction.
bunnei
2018-08-12
1
-0
/
+8
*
Merge pull request #1020 from lioncash/namespace
bunnei
2018-08-11
8
-15
/
+26
|
\
|
*
core: Namespace EmuWindow
Lioncash
2018-08-11
8
-15
/
+26
*
|
Merge pull request #1021 from lioncash/warn
bunnei
2018-08-11
1
-1
/
+1
|
\
\
|
*
|
gl_rasterizer: Silence implicit truncation warning in SetupShaders()
Lioncash
2018-08-11
1
-1
/
+1
|
|
/
*
|
Merge pull request #1024 from Subv/blend_gl
bunnei
2018-08-11
2
-0
/
+40
|
\
\
|
*
|
GPU/Maxwell3D: Implemented an alternative set of blend factors.
Subv
2018-08-11
2
-0
/
+40
|
|
/
*
|
Merge pull request #1023 from Subv/invalid_attribs
bunnei
2018-08-11
2
-1
/
+11
|
\
\
|
*
|
RasterizerGL: Ignore invalid/unset vertex attributes.
Subv
2018-08-11
2
-1
/
+11
|
|
/
*
/
Implement R8_UINT RenderTargetFormat & PixelFormat (#1014)
greggameplayer
2018-08-11
4
-55
/
+74
|
/
*
Merge pull request #1010 from bunnei/unk-vert-attrib-shader
bunnei
2018-08-11
2
-10
/
+11
|
\
|
*
gl_shader_decompiler: Improve handling of unknown input/output attributes.
bunnei
2018-08-11
2
-10
/
+11
*
|
Merge pull request #1009 from bunnei/rg8-rgba8-snorm
bunnei
2018-08-11
4
-64
/
+93
|
\
\
|
*
|
gl_rasterizer: Implement render target format RG8_SNORM.
bunnei
2018-08-11
4
-8
/
+18
|
*
|
gl_rasterizer: Implement render target format RGBA8_SNORM.
bunnei
2018-08-11
4
-64
/
+83
|
|
/
*
|
Merge pull request #1018 from Subv/ssy_sync
bunnei
2018-08-11
2
-8
/
+38
|
\
\
|
|
/
|
/
|
|
*
GPU/Shader: Don't predicate instructions that don't have a predicate field (S...
Subv
2018-08-11
2
-2
/
+13
|
*
GPU/Shaders: Implemented SSY and SYNC as a way to modify control flow during ...
Subv
2018-08-11
1
-6
/
+25
*
|
Merge pull request #1016 from lioncash/video
bunnei
2018-08-11
6
-30
/
+42
|
\
\
|
*
|
video_core; Get rid of global g_toggle_framelimit_enabled variable
Lioncash
2018-08-10
6
-25
/
+42
|
*
|
renderer_base: Remove unused kFramebuffer enumeration
Lioncash
2018-08-10
1
-3
/
+0
|
*
|
video_core: Remove unused Renderer enumeration
Lioncash
2018-08-10
1
-2
/
+0
|
|
/
[next]