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
*
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
|
/
*
Remove special rules for Windows.h and library includes
Yuri Kunde Schlesner
2016-09-21
1
-1
/
+1
*
Use negative priorities to avoid special-casing the self-include
Yuri Kunde Schlesner
2016-09-21
18
-18
/
+18
*
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-21
35
-105
/
+17
*
Manually tweak source formatting and then re-run clang-format
Yuri Kunde Schlesner
2016-09-18
23
-125
/
+119
*
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-09-18
42
-2532
/
+2943
*
VideoCore: Fix dangling lambda context in shader interpreter
Yuri Kunde Schlesner
2016-09-15
1
-1
/
+1
*
Merge pull request #2032 from bunnei/qt-graphics
bunnei
2016-08-31
1
-0
/
+1
|
\
|
*
config: Add a setting for graphics V-Sync.
bunnei
2016-08-29
1
-0
/
+1
*
|
OpenGL: Avoid error on unsupported lighting LUT
Jannik Vogel
2016-08-30
1
-0
/
+1
|
/
*
OpenGL: Add scaled resolution support to scissor
Yuri Kunde Schlesner
2016-06-27
4
-3
/
+16
*
PICA: Scissor fixes and cleanups
Yuri Kunde Schlesner
2016-06-27
5
-45
/
+39
*
PICA: Implement scissor test
Subv
2016-06-27
5
-3
/
+105
*
Remove superfluous std::move in return std::move(local_var)
scurest
2016-06-25
1
-1
/
+1
*
OpenGL: Implement fog
Jannik Vogel
2016-06-07
5
-7
/
+124
*
Rasterizer: Implement fog
Jannik Vogel
2016-06-07
1
-21
/
+52
*
Pica: Add fog state
Jannik Vogel
2016-06-07
3
-14
/
+69
*
OpenGL: Avoid undefined behaviour for UNIFORM_BLOCK_DATA_SIZE
Jannik Vogel
2016-06-07
2
-6
/
+8
*
gsp::gpu: Reset g_thread_id in UnregisterInterruptRelayQueue
mailwl
2016-06-01
1
-1
/
+1
*
Merge pull request #1812 from JayFoxRox/refactor-shader
bunnei
2016-05-31
4
-64
/
+81
|
\
|
*
Retrieve shader result from new OutputRegisters-type
Jannik Vogel
2016-05-16
4
-64
/
+81
*
|
Merge pull request #1846 from JayFoxRox/missing-dirty-lighting
bunnei
2016-05-26
4
-43
/
+140
|
\
\
|
*
|
OpenGL: Set shader_dirty on lighting changes
Jannik Vogel
2016-05-23
1
-0
/
+23
|
*
|
Pica: Name LightSrc.config register
Jannik Vogel
2016-05-23
2
-17
/
+15
|
*
|
Pica: Name lighting.config0 and .config1 registers
Jannik Vogel
2016-05-23
2
-18
/
+18
|
*
|
OpenGL: Use uniforms for dist_atten_bias and dist_atten_scale
Jannik Vogel
2016-05-23
3
-8
/
+84
*
|
|
Merge pull request #1733 from lioncash/vert_loader
bunnei
2016-05-23
3
-11
/
+23
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
vertex_loader: Correct forward declaration of InputVertex
Lioncash
2016-05-08
1
-1
/
+1
|
*
|
vertex_loader: Provide an assertion for ensuring the loader has been setup
Lioncash
2016-05-08
2
-0
/
+7
|
*
|
vertex_loader: Add constructors to facilitate immediate and two-step initiali...
Lioncash
2016-05-08
2
-2
/
+6
|
*
|
vertex_loader: initialize_num_total_attributes.
Lioncash
2016-05-08
1
-1
/
+1
|
*
|
vertex_loader: Use std::array instead of raw C arrays
Lioncash
2016-05-08
1
-6
/
+7
|
*
|
vertex_loader: Correct header ordering
Lioncash
2016-05-08
1
-1
/
+1
*
|
|
Refactor Tev stage dumper
Jannik Vogel
2016-05-21
2
-115
/
+114
*
|
|
Extend Tev stage dumper
Jannik Vogel
2016-05-21
1
-14
/
+38
*
|
|
Merge pull request #1786 from JayFoxRox/blend-equation
bunnei
2016-05-16
4
-0
/
+31
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
OpenGL: Support blend equation
Jannik Vogel
2016-05-12
4
-0
/
+31
*
|
|
Merge pull request #1787 from JayFoxRox/refactor-jit
linkmauve
2016-05-16
6
-32
/
+50
|
\
\
\
|
*
|
|
Use new shader-jit signature for interpreter
Jannik Vogel
2016-05-13
3
-8
/
+8
|
*
|
|
Refactor access to state in shader-jit
Jannik Vogel
2016-05-13
4
-24
/
+42
*
|
|
|
OpenGL: Only update depth uniforms if the depth changed
Jannik Vogel
2016-05-14
2
-9
/
+22
*
|
|
|
OpenGL: value-initialize variables which cause uninitialised access otherwise
Jannik Vogel
2016-05-14
1
-2
/
+2
|
/
/
/
*
|
|
Move program_counter and call_stack from UnitState to interpreter
Jannik Vogel
2016-05-12
3
-45
/
+42
[next]