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
*
Merge pull request #927 from bunnei/fix-texs
bunnei
2018-08-05
1
-2
/
+5
|
\
|
*
gl_shader_decompiler: Fix TEXS mask and dest.
bunnei
2018-08-05
1
-2
/
+5
*
|
Merge pull request #912 from lioncash/global-var
bunnei
2018-08-05
10
-50
/
+50
|
\
\
|
|
/
|
/
|
|
*
renderer_base: Make Rasterizer() return the rasterizer by reference
Lioncash
2018-08-04
2
-4
/
+8
|
*
video_core: Eliminate the g_renderer global variable
Lioncash
2018-08-04
10
-47
/
+43
*
|
added braces for conditions
David Marcec
2018-08-05
1
-2
/
+3
*
|
fix the attrib format for ints
David Marcec
2018-08-05
1
-2
/
+7
*
|
Merge pull request #919 from lioncash/sign
bunnei
2018-08-04
1
-8
/
+9
|
\
\
|
|
/
|
/
|
|
*
gl_shader_manager: Invert conditional in SetShaderUniformBlockBinding()
Lioncash
2018-08-04
1
-7
/
+9
|
*
gl_shader_manager: Amend sign differences in an assertion comparison in SetSh...
Lioncash
2018-08-04
1
-3
/
+2
*
|
Merge pull request #911 from lioncash/prototype
bunnei
2018-08-04
1
-3
/
+0
|
\
\
|
*
|
video_core: Remove unimplemented Start() function prototype
Lioncash
2018-08-03
1
-3
/
+0
*
|
|
Merge pull request #910 from lioncash/unused
bunnei
2018-08-03
1
-2
/
+0
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
gl_shader_decompiler: Remove unused variable in GenerateDeclarations()
Lioncash
2018-08-03
1
-2
/
+0
|
|
/
*
/
gl_shader_manager: Make ProgramManager's GetCurrentProgramStage() a const mem...
Lioncash
2018-08-03
1
-1
/
+1
|
/
*
Merge pull request #892 from lioncash/global
bunnei
2018-08-03
8
-51
/
+41
|
\
|
*
video_core: Make global EmuWindow instance part of the base renderer class
Lioncash
2018-08-01
8
-51
/
+41
*
|
Merge pull request #901 from lioncash/ref
bunnei
2018-08-02
1
-2
/
+2
|
\
\
|
*
|
gl_shader_manager: Take ShaderSetup instances by const reference in UseProgra...
Lioncash
2018-08-02
1
-2
/
+2
|
|
/
*
|
Merge pull request #902 from lioncash/array
bunnei
2018-08-02
1
-2
/
+3
|
\
\
|
*
|
gl_state: Make texture_units a std::array
Lioncash
2018-08-02
1
-2
/
+3
|
|
/
*
/
Implement RGB32F PixelFormat (#886) (used by Go Vacation)
greggameplayer
2018-08-02
3
-9
/
+23
|
/
*
Implement R32_FLOAT RenderTargetFormat
Unknown
2018-08-01
3
-0
/
+5
*
Merge pull request #869 from Subv/ubsan
bunnei
2018-07-31
2
-2
/
+6
|
\
|
*
MacroInterpreter: Avoid left shifting negative values.
Subv
2018-07-30
2
-2
/
+6
*
|
Merge pull request #808 from lioncash/mem-dedup
bunnei
2018-07-26
1
-14
/
+22
|
\
\
|
*
|
video_core/memory_manager: Replace a loop with std::array's fill() function i...
Lioncash
2018-07-24
1
-3
/
+1
|
*
|
video_core/memory_manager: Avoid repeated unnecessary page slot lookups
Lioncash
2018-07-24
1
-11
/
+21
*
|
|
GPU: Allow using R16F as a render target format.
Subv
2018-07-26
2
-1
/
+4
|
|
/
|
/
|
*
|
Implement R16_G16
Unknown
2018-07-26
4
-19
/
+100
*
|
Merge pull request #819 from Subv/srgb
bunnei
2018-07-25
2
-9
/
+17
|
\
\
|
*
|
GPU: Use the right texture format for sRGBA framebuffers.
Subv
2018-07-25
2
-9
/
+17
*
|
|
GPU: Allow the use of Z24S8 as a texture format.
Subv
2018-07-25
1
-0
/
+4
|
/
/
*
|
Merge pull request #816 from Subv/z32_s8
bunnei
2018-07-25
4
-1
/
+16
|
\
\
|
*
|
GPU: Implemented the Z32_S8_X24 depth buffer format.
Subv
2018-07-24
4
-1
/
+16
*
|
|
Merge pull request #815 from Subv/z32f_tex
bunnei
2018-07-25
1
-0
/
+4
|
\
\
\
|
*
|
|
GPU: Allow using Z32 as a texture format.
Subv
2018-07-24
1
-0
/
+4
|
|
/
/
*
|
|
Merge pull request #814 from Subv/rt_r8
bunnei
2018-07-25
2
-0
/
+4
|
\
\
\
|
*
|
|
GPU: Allow the usage of R8 as a render target format.
Subv
2018-07-24
2
-0
/
+4
|
|
/
/
*
|
|
Merge pull request #809 from lioncash/rasterizer
bunnei
2018-07-24
2
-16
/
+13
|
\
\
\
|
*
|
|
gl_rasterizer: Replace magic number with GL_INVALID_INDEX in SetupConstBuffers()
Lioncash
2018-07-24
1
-3
/
+5
|
*
|
|
gl_rasterizer: Use std::string_view instead of std::string when checking for ...
Lioncash
2018-07-24
1
-1
/
+3
|
*
|
|
gl_rasterizer: Use in-class member initializers where applicable
Lioncash
2018-07-24
2
-12
/
+5
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #811 from Subv/code_address_assert
bunnei
2018-07-24
1
-8
/
+0
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
GPU: Remove the assert that required the CODE_ADDRESS to be 0.
Subv
2018-07-24
1
-8
/
+0
|
|
/
*
/
GPU: Implemented the R16 and R16F texture formats.
Subv
2018-07-24
3
-5
/
+32
|
/
*
Merge pull request #799 from Subv/tex_r32f
bunnei
2018-07-24
3
-6
/
+19
|
\
|
*
GPU: Implement texture format R32F.
Subv
2018-07-23
3
-6
/
+19
*
|
Merge pull request #796 from bunnei/gl-uint
bunnei
2018-07-24
1
-0
/
+3
|
\
\
|
*
|
maxwell_to_gl: Implement VertexAttribute::Type::UnsignedInt.
bunnei
2018-07-23
1
-0
/
+3
[next]