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: Cache size_in_bytes as a const per surface.
bunnei
2018-06-27
2
-9
/
+13
|
*
gl_rasterizer_cache: Refactor to make SurfaceParams members const.
bunnei
2018-06-27
2
-52
/
+37
|
*
gl_rasterizer_cache: Remove Citra's rasterizer cache, always load/flush surfa...
bunnei
2018-06-27
4
-1494
/
+210
*
|
gl_shader_decompiler: Add a return path for unknown instructions.
bunnei
2018-06-27
1
-0
/
+1
|
/
*
gl_rasterizer: Workaround for when exceeding max UBO size.
bunnei
2018-06-26
2
-1
/
+7
*
Merge pull request #593 from bunnei/fix-swizzle
bunnei
2018-06-26
5
-12
/
+20
|
\
|
*
gl_state: Fix state management for texture swizzle.
bunnei
2018-06-26
5
-12
/
+20
*
|
Merge pull request #592 from bunnei/cleanup-gl-state
bunnei
2018-06-26
2
-94
/
+0
|
\
\
|
*
|
gl_state: Remove unused state management from 3DS.
bunnei
2018-06-26
2
-94
/
+0
|
|
/
*
/
gl_rasterizer_cache: Fix inverted B5G6R5 format.
bunnei
2018-06-26
1
-1
/
+1
|
/
*
Merge pull request #554 from Subv/constbuffer_ubo
bunnei
2018-06-26
4
-18
/
+39
|
\
|
*
Rasterizer: Use UBOs instead of SSBOs for uploading const buffers.
Subv
2018-06-09
4
-18
/
+39
*
|
Fix crash at exit
mailwl
2018-06-25
1
-2
/
+4
*
|
Build: Fixed some MSVC warnings in various parts of the code.
Subv
2018-06-20
7
-12
/
+13
*
|
Merge pull request #574 from Subv/shader_abs_neg
bunnei
2018-06-18
1
-7
/
+14
|
\
\
|
*
|
GPU: Perform negation after absolute value in the float shader instructions.
Subv
2018-06-18
1
-7
/
+14
*
|
|
GPU: Don't mark uniform buffers and registers as used for instructions which ...
Subv
2018-06-18
2
-14
/
+18
|
/
/
*
|
Merge pull request #570 from bunnei/astc
bunnei
2018-06-18
6
-1
/
+1709
|
\
\
|
*
|
gl_rasterizer: Implement texture format ASTC_2D_4X4.
bunnei
2018-06-18
6
-1
/
+1709
*
|
|
Merge pull request #571 from Armada651/loose-blend
bunnei
2018-06-18
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
gl_rasterizer: Get loose on independent blending.
Jules Blok
2018-06-18
1
-1
/
+1
*
|
|
gl_rasterizer_cache: Loosen things up a bit.
bunnei
2018-06-18
1
-26
/
+8
*
|
|
gl_shader_decompiler: Implement LOP instructions.
bunnei
2018-06-17
2
-6
/
+42
*
|
|
gl_shader_decompiler: Refactor LOP32I instruction a bit in support of LOP.
bunnei
2018-06-17
2
-57
/
+42
|
/
/
*
|
gl_shader_decompiler: Implement integer size conversions for I2I/I2F/F2I.
bunnei
2018-06-15
2
-14
/
+43
*
|
Merge pull request #564 from bunnei/lop32i_passb
bunnei
2018-06-15
1
-6
/
+12
|
\
\
|
*
|
gl_shader_decompiler: Implement LOP32I LogicOperation PassB.
bunnei
2018-06-15
1
-6
/
+12
*
|
|
gl_shader_gen: Set position.w to 1.
bunnei
2018-06-15
1
-0
/
+4
|
/
/
*
|
Merge pull request #556 from Subv/dma_engine
bunnei
2018-06-12
7
-1
/
+237
|
\
\
|
*
|
GPU: Partially implemented the Maxwell DMA engine.
Subv
2018-06-12
7
-1
/
+237
*
|
|
Merge pull request #558 from Subv/iadd32i
bunnei
2018-06-12
2
-2
/
+31
|
\
\
\
|
*
|
|
GPU: Implemented the iadd32i shader instruction.
Subv
2018-06-12
2
-2
/
+31
*
|
|
|
gl_shader_decompiler: Implement saturate for float instructions.
bunnei
2018-06-11
2
-39
/
+32
|
/
/
/
*
/
/
GPU: Convert the gl_InstanceId and gl_VertexID variables to floats when readi...
Subv
2018-06-10
1
-1
/
+1
|
/
/
*
|
GPU: Implement the iset family of shader instructions.
Subv
2018-06-09
2
-2
/
+46
*
|
GPU: Added decodings for the ISET family of instructions.
Subv
2018-06-09
1
-0
/
+7
|
/
*
Merge pull request #550 from Subv/ssy
bunnei
2018-06-09
2
-0
/
+7
|
\
|
*
GPU: Stub the SSY shader instruction.
Subv
2018-06-08
2
-0
/
+7
*
|
Merge pull request #551 from bunnei/shr
bunnei
2018-06-09
2
-0
/
+17
|
\
\
|
*
|
gl_shader_decompiler: Implement SHR instruction.
bunnei
2018-06-09
2
-0
/
+17
|
|
/
*
|
gl_shader_decompiler: Implement IADD instruction.
bunnei
2018-06-08
2
-11
/
+37
*
|
gl_shader_decompiler: Add missing asserts for saturate_a instructions.
bunnei
2018-06-08
2
-8
/
+18
|
/
*
GPU: Synchronize the blend state on every draw call.
Subv
2018-06-08
2
-16
/
+20
*
GPU: Added registers for normal and independent blending.
Subv
2018-06-08
2
-31
/
+27
*
Merge pull request #547 from Subv/compressed_alignment
bunnei
2018-06-08
1
-2
/
+7
|
\
|
*
GLCache: Align compressed texture sizes to their compression ratio, and then ...
Subv
2018-06-08
1
-2
/
+7
*
|
Rasterizer: Flush the written region when writing shader uniform data before ...
Subv
2018-06-08
1
-0
/
+3
|
/
*
Merge pull request #543 from Subv/uniforms
bunnei
2018-06-07
1
-3
/
+4
|
\
|
*
GLRenderer: Write the shader stage configuration UBO data *before* copying it...
Subv
2018-06-07
1
-3
/
+4
*
|
Merge pull request #542 from bunnei/bfe_imm
bunnei
2018-06-07
2
-7
/
+44
|
\
\
[prev]
[next]