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 #468 from Subv/compound_preds
bunnei
2018-05-25
1
-46
/
+66
|
\
|
*
Shader: Implemented compound predicates in fset.
Subv
2018-05-24
1
-28
/
+12
|
*
Shader: Implemented compound predicates in fsetp.
Subv
2018-05-24
1
-19
/
+55
*
|
GPU: Allow command lists to rebind a channel to another engine in the middle ...
Subv
2018-05-24
1
-1
/
+0
|
/
*
Merge pull request #456 from Subv/unmap_buffer
bunnei
2018-05-20
2
-0
/
+20
|
\
|
*
GPU: Implemented nvhost-as-gpu's UnmapBuffer ioctl.
Subv
2018-05-20
2
-0
/
+20
*
|
Merge pull request #458 from Subv/fmnmx
bunnei
2018-05-20
2
-6
/
+26
|
\
\
|
*
|
Shaders: Implemented the FMNMX shader instruction.
Subv
2018-05-20
2
-6
/
+26
|
|
/
*
|
Merge pull request #452 from Subv/psetp
Sebastian Valle
2018-05-20
1
-0
/
+3
|
\
\
|
*
|
ShadersDecompiler: Added decoding for the PSETP instruction.
Subv
2018-05-19
1
-0
/
+3
|
|
/
*
|
Merge pull request #451 from Subv/gl_array_size
Sebastian Valle
2018-05-20
2
-13
/
+3
|
\
\
|
*
|
GLRenderer: Remove unused hw_vao_enabled_attributes variable.
Subv
2018-05-19
2
-4
/
+0
|
*
|
GLRenderer: Remove unused vertex buffer and increase the size of the stream b...
Subv
2018-05-19
2
-9
/
+3
|
|
/
*
/
GLRenderer: Log the shader source code when program linking fails.
Subv
2018-05-19
1
-0
/
+27
|
/
*
general: Make formatting of logged hex values more straightforward
Lioncash
2018-05-02
1
-1
/
+1
*
Merge pull request #422 from bunnei/shader-mov
bunnei
2018-04-29
4
-0
/
+30
|
\
|
*
maxwell_3d: Reset vertex counts after drawing.
bunnei
2018-04-29
1
-0
/
+10
|
*
gl_shader_decompiler: Implement MOV_R.
bunnei
2018-04-29
1
-1
/
+2
|
*
maxwell_to_gl: Implement type SignedNorm, Size_8_8_8_8.
bunnei
2018-04-29
1
-0
/
+12
|
*
shader_bytecode: Add decoding for FMNMX instruction.
bunnei
2018-04-29
1
-0
/
+2
|
*
gl_shader_decompiler: Implement MOV_C.
bunnei
2018-04-29
1
-0
/
+5
*
|
Shaders: Implemented predicate condition 3 (LessEqual) in the fset and fsetp ...
Subv
2018-04-29
1
-0
/
+7
|
/
*
Merge pull request #416 from bunnei/shader-ints-p3
bunnei
2018-04-29
2
-114
/
+206
|
\
|
*
gl_shader_decompiler: Partially implement I2I_R, and I2F_R.
bunnei
2018-04-28
2
-8
/
+34
|
*
gl_shader_decompiler: More cleanups, etc. with how we handle register types.
bunnei
2018-04-28
1
-44
/
+120
|
*
GLSLRegister: Simplify register declarations, etc.
bunnei
2018-04-28
1
-63
/
+31
|
*
shader_bytecode: Add decodings for i2i instructions.
bunnei
2018-04-28
1
-3
/
+20
|
*
gl_shader_decompiler: Implement MOV32_IMM instruction.
bunnei
2018-04-28
2
-2
/
+7
*
|
fermi_2d: Fix surface copy block height.
bunnei
2018-04-28
2
-2
/
+7
|
/
*
Merge pull request #408 from bunnei/shader-ints-p2
bunnei
2018-04-27
1
-154
/
+262
|
\
|
*
gl_shader_decompiler: Add GLSLRegisterManager class to track register state.
bunnei
2018-04-27
1
-154
/
+262
*
|
renderer_opengl: Replace usages of LOG_GENERIC with fmt-capable equivalents
Lioncash
2018-04-27
1
-6
/
+7
|
/
*
general: Convert assertion macros over to be fmt-compatible
Lioncash
2018-04-27
4
-7
/
+7
*
gl_shader_decompiler: Boilerplate for handling integer instructions.
bunnei
2018-04-26
2
-6
/
+111
*
gl_shader_decompiler: Move color output to EXIT instruction.
bunnei
2018-04-26
1
-6
/
+12
*
Merge pull request #396 from Subv/shader_ops
bunnei
2018-04-25
2
-9
/
+89
|
\
|
*
Shaders: Added bit decodings for the I2I instruction.
Subv
2018-04-25
1
-0
/
+6
|
*
Shaders: Implemented the FSET instruction.
Subv
2018-04-25
1
-0
/
+53
|
*
Shaders: Added decodings for the FSET instructions.
Subv
2018-04-24
2
-9
/
+30
*
|
GPU: Partially implemented the Fermi2D surface copy operation.
Subv
2018-04-25
2
-0
/
+59
*
|
GPU: Make the Textures::CopySwizzledData function accessible from the outside...
Subv
2018-04-25
2
-3
/
+6
*
|
GPU: Added a function to retrieve the bytes per pixel of the render target fo...
Subv
2018-04-25
2
-0
/
+15
*
|
GPU: Added surface copy registers to Fermi2D
Subv
2018-04-25
1
-1
/
+57
*
|
GPU: Added boilerplate code for the Fermi2D engine
Subv
2018-04-25
3
-3
/
+34
*
|
GPU: Reduce the number of registers of Maxwell3D to 0xE00.
Subv
2018-04-25
2
-5
/
+5
*
|
GPU: Move the Maxwell3D macro uploading code to the inside of the Maxwell3D p...
Subv
2018-04-25
4
-40
/
+23
*
|
GPU: Corrected the upper bound of the PFIFO method ids in the command processor.
Subv
2018-04-25
1
-1
/
+1
*
|
video-core: Move logging macros over to new fmt-capable ones
Lioncash
2018-04-25
5
-18
/
+20
|
/
*
renderer_opengl: Use correct byte order for framebuffer pixel format ABGR8.
bunnei
2018-04-24
1
-2
/
+1
*
gl_rasterizer_cache: Use CHAR_BIT for bpp conversions instead of 8.
bunnei
2018-04-24
2
-4
/
+4
[next]