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
*
core: Move emu_window and key_map into core
MerryMage
2016-12-23
2
-2
/
+2
*
Merge pull request #2319 from yuriks/profile-scopes
bunnei
2016-12-21
2
-0
/
+15
|
\
|
*
VideoCore: Make profiling scope more representative
Yuri Kunde Schlesner
2016-12-14
2
-0
/
+15
*
|
Use GL_TRUE when setting color_mask
Albin Bernhardsson
2016-12-19
1
-4
/
+4
*
|
Merge pull request #2318 from yuriks/trace-opt
bunnei
2016-12-18
3
-16
/
+15
|
\
\
|
*
|
VideoCore: Inline IsPicaTracing
Yuri Kunde Schlesner
2016-12-14
3
-16
/
+15
|
|
/
*
|
VideoCore/Shader: Extract DebugData out from UnitState
Yuri Kunde Schlesner
2016-12-16
8
-103
/
+99
*
|
Remove unnecessary cast
Yuri Kunde Schlesner
2016-12-16
1
-3
/
+1
*
|
VideoCore/Shader: Extract evaluate_condition lambda to function scope
Yuri Kunde Schlesner
2016-12-16
1
-26
/
+24
*
|
VideoCore/Shader: Extract call lambda up a scope and remove unused param
Yuri Kunde Schlesner
2016-12-15
1
-21
/
+17
*
|
VideoCore/Shader: Remove dynamic control flow in (Get)UniformOffset
Yuri Kunde Schlesner
2016-12-15
2
-18
/
+11
*
|
VideoCore/Shader: Move DebugData to a separate file
Yuri Kunde Schlesner
2016-12-15
4
-172
/
+189
*
|
shader_jit_x64: Use LOOPCOUNT_REG as a 64-bit reg when indexing
Yuri Kunde Schlesner
2016-12-15
1
-1
/
+1
|
/
*
VideoCore: Eliminate an unnecessary copy in the drawcall loop
Yuri Kunde Schlesner
2016-12-14
3
-5
/
+3
*
shader_jit_x64: Use Reg32 for LOOP* registers, eliminating casts
Yuri Kunde Schlesner
2016-12-14
1
-16
/
+16
*
VideoCore: Convert x64 shader JIT to use Xbyak for assembly
Yuri Kunde Schlesner
2016-12-14
3
-223
/
+228
*
Add all services to the Service namespace
Lioncash
2016-12-11
2
-6
/
+7
*
OpenGL: Drop framebuffer completeness check.
Markus Wick
2016-12-07
5
-47
/
+8
*
Implement Frame rate limiter (#2223)
emmauss
2016-12-06
2
-0
/
+2
*
ASSERT that shader was linked successfully
Jannik Vogel
2016-12-05
1
-0
/
+2
*
Report shader uniform block size in case of mismatch
Jannik Vogel
2016-12-05
1
-1
/
+3
*
Print broken shader code to log
Jannik Vogel
2016-12-05
1
-3
/
+9
*
OpenGL: Non-zero stride only makes sense for linear buffers
Yuri Kunde Schlesner
2016-12-04
3
-7
/
+11
*
OpenGL: Ensure framebuffer binding is restored if completion check fails
Yuri Kunde Schlesner
2016-12-04
1
-10
/
+7
*
OpenGL: Fix DisplayTransfer accel when input width != output width
Yuri Kunde Schlesner
2016-12-04
1
-1
/
+10
*
Merge pull request #2259 from JayFoxRox/fix-fallback
Yuri Kunde Schlesner
2016-12-03
1
-1
/
+1
|
\
|
*
shader_jit: Fix non-SSE4.1 path where FLR would not truncate
Jannik Vogel
2016-12-04
1
-1
/
+1
*
|
clang-format: Fix coding style
Yuri Kunde Schlesner
2016-12-03
1
-1
/
+1
|
/
*
shader_jit: Load LOOPCOUNT_REG and LOOPINC 4 bit left-shifted
Jannik Vogel
2016-12-02
1
-6
/
+9
*
ClangFormat: Fixed the clang-format errors
Subv
2016-11-30
2
-6
/
+10
*
Build: Fixed a few warnings.
Subv
2016-11-29
2
-7
/
+7
*
Merge pull request #2222 from linkmauve/die-frameskip-die
Yuri Kunde Schlesner
2016-11-27
1
-4
/
+0
|
\
|
*
GPU: Remove the broken frame_skip option.
Emmanuel Gil Peyrot
2016-11-27
1
-4
/
+0
*
|
RasterizerGL: Use GL_TRUE and 0xFF in the stencil and depth masks instead of ...
Subv
2016-11-27
2
-4
/
+4
*
|
Rasterizer/Memfill: Set the correct stencil write mask when clearing the sten...
Subv
2016-11-27
1
-1
/
+1
|
/
*
Cache Vertices instead of Output registers (#2165)
jphalimi
2016-11-23
1
-6
/
+7
*
Fix format error from #2195
wwylele
2016-11-22
1
-1
/
+1
*
Merge pull request #2195 from Subv/factor_check
bunnei
2016-11-19
1
-6
/
+5
|
\
|
*
GPU/CiTrace: Avoid calling GetTextures() when not necessary.
Subv
2016-11-19
1
-6
/
+5
*
|
Merge pull request #2194 from jroweboy/extremely-minor-clangformat-change
James Rowe
2016-11-19
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Minor formatting change
James Rowe
2016-11-19
1
-1
/
+1
*
|
Add default hotkey to swap primary screens.
James Rowe
2016-11-05
1
-3
/
+2
*
|
Support additional screen layouts.
James Rowe
2016-11-05
1
-6
/
+12
|
/
*
Fix typos
Ricardo de Almeida Gonzaga
2016-10-20
1
-1
/
+1
*
Merge pull request #2082 from yuriks/shader-interp-crash
bunnei
2016-10-06
2
-35
/
+43
|
\
|
*
VideoCore: Shader interpreter cleanups
Yuri Kunde Schlesner
2016-09-29
1
-32
/
+42
|
*
VideoCore: Fix out-of-bounds read in ShaderSetup::ProduceDebugInfo
Yuri Kunde Schlesner
2016-09-29
1
-3
/
+1
*
|
Merge pull request #2103 from wwylele/gpu-reg-cleanup
bunnei
2016-10-03
3
-6
/
+12
|
\
\
|
|
/
|
/
|
|
*
rasterizer: separate TextureCopy from DisplayTransfer
wwylele
2016-09-29
3
-6
/
+12
*
|
OpenGL: Take cached viewport sub-rect into account for scissor
Yuri Kunde Schlesner
2016-09-29
3
-29
/
+25
|
/
[next]