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
...
|
*
Respect vs output map
Jannik Vogel
2016-03-14
2
-7
/
+19
*
|
Merge pull request #1538 from lioncash/dot
bunnei
2016-03-20
1
-5
/
+3
|
\
\
|
*
|
shader_interpreter: use std::inner_product for the dot product
Lioncash
2016-03-17
1
-5
/
+3
*
|
|
Merge pull request #1535 from JayFoxRox/fix-align
bunnei
2016-03-17
1
-6
/
+6
|
\
\
\
|
*
|
|
PICA: Alignment happens locally in vertex
Jannik Vogel
2016-03-17
1
-6
/
+6
*
|
|
|
video_core: Don't cast away const
Lioncash
2016-03-17
3
-18
/
+19
|
|
/
/
|
/
|
|
*
|
|
core/video_core: Make NumIds functions constexpr
Lioncash
2016-03-17
1
-1
/
+1
*
|
|
core/video_core: Don't cast away const in subscript operators
Lioncash
2016-03-17
1
-3
/
+3
|
/
/
*
|
Merge pull request #1519 from JayFoxRox/vp-offset-fix
bunnei
2016-03-16
1
-2
/
+2
|
\
\
|
*
|
PICA: Fix viewport offset
Jannik Vogel
2016-03-14
1
-2
/
+2
|
|
/
*
|
Merge pull request #1503 from bunnei/clear-jit-cache
bunnei
2016-03-16
3
-7
/
+27
|
\
\
|
*
|
shader_jit_x64: Clear cache after code space fills up.
bunnei
2016-03-12
3
-2
/
+19
|
*
|
shader_jit_x64: Make assert outputs more useful & cleanup formatting.
bunnei
2016-03-12
1
-4
/
+7
|
*
|
shader: Update log message to use proper log class.
bunnei
2016-03-12
1
-1
/
+1
*
|
|
PICA: Fix MAD/MADI encoding
Jannik Vogel
2016-03-15
2
-29
/
+33
|
|
/
|
/
|
*
|
PICA: Align vertex attributes
Jannik Vogel
2016-03-13
1
-1
/
+5
|
/
*
Merge pull request #1475 from lioncash/align
Yuri Kunde Schlesner
2016-03-09
1
-4
/
+4
|
\
|
*
Common: Get rid of alignment macros
Lioncash
2016-03-09
1
-4
/
+4
*
|
Merge pull request #1474 from lioncash/renderer
bunnei
2016-03-09
3
-15
/
+15
|
\
\
|
*
|
renderer_base: In-class initialize variables
Lioncash
2016-03-08
1
-5
/
+2
|
*
|
render_base: Clarify/normalize getter functions
Lioncash
2016-03-08
1
-2
/
+2
|
*
|
renderer_base: Don't directly expose the rasterizer unique_ptr
Lioncash
2016-03-08
3
-8
/
+11
|
|
/
*
|
Merge pull request #1344 from LittleWhite-tb/error-output
bunnei
2016-03-08
5
-8
/
+18
|
\
\
|
|
/
|
/
|
|
*
Improve error report from Init() functions
LittleWhite
2016-03-08
5
-8
/
+18
*
|
Pica: Write depth value even when depth test is disabled
Yuri Kunde Schlesner
2016-03-05
2
-10
/
+12
|
/
*
Add immediate mode vertex submission
Dwayne Slater
2016-03-02
17
-60
/
+172
*
Merge pull request #1424 from MerryMage/lut_init
bunnei
2016-02-25
1
-0
/
+4
|
\
|
*
renderer_opengl: Initalise fragment shader LUT textures
MerryMage
2016-02-26
1
-0
/
+4
*
|
Merge pull request #1395 from ds84182/padding-attributes
bunnei
2016-02-24
1
-7
/
+17
|
\
\
|
|
/
|
/
|
|
*
Fix out of bounds array access when loading a component >= 12
Dwayne Slater
2016-02-20
1
-1
/
+4
|
*
Add support for padding vertex attributes
Dwayne Slater
2016-02-20
1
-6
/
+13
*
|
BitField: Make trivially copyable and remove assignment operator
MerryMage
2016-02-12
2
-6
/
+6
*
|
pica: Cleanup lighting register definitions and documentation.
bunnei
2016-02-05
2
-48
/
+51
*
|
gl_rasterizer: Use alignas(16) instead of explicit padding.
bunnei
2016-02-05
1
-13
/
+6
*
|
renderer_opengl: Use GLvec3/GLvec4 aliases for commonly used types.
bunnei
2016-02-05
4
-14
/
+18
*
|
gl_rasterizer: Fix issue with interpolation of opposite quaternions.
bunnei
2016-02-05
2
-4
/
+32
*
|
pica_types: Fix typo in docstring.
bunnei
2016-02-05
1
-1
/
+1
*
|
pica_types: Replace float24/20/16 with a template class.
bunnei
2016-02-05
5
-116
/
+82
*
|
command_processor: Add an assertion to ensure LUTs are not written past their...
bunnei
2016-02-05
1
-0
/
+3
*
|
gl_rasterizer: Remove unnecessary casts.
bunnei
2016-02-05
1
-6
/
+6
*
|
gl_rasterizer: Fix PicaShaderConfig on GCC.
bunnei
2016-02-05
1
-29
/
+27
*
|
gl_rasterizer: Initial implementation of bump mapping.
bunnei
2016-02-05
3
-5
/
+42
*
|
gl_shader_gen: Fix bug in LUT range (should within range [0, 255] not [0, 256]).
bunnei
2016-02-05
1
-3
/
+3
*
|
gl_shader_gen: Implement lighting red, green, and blue reflection.
bunnei
2016-02-05
3
-21
/
+77
*
|
gl_shader_gen: View should be normalized.
bunnei
2016-02-05
1
-2
/
+2
*
|
gl_shader_gen: Implement fragment lighting fresnel effect.
bunnei
2016-02-05
3
-9
/
+38
*
|
gl_shader_gen: Implement fragment lighting specular 1 component.
bunnei
2016-02-05
3
-11
/
+41
*
|
gl_shader_gen: Add support for D0 LUT scaling.
bunnei
2016-02-05
3
-3
/
+71
*
|
gl_shader_gen: Refactor lighting config to match Pica register naming.
bunnei
2016-02-05
3
-42
/
+50
*
|
pica: Cleanup and add some comments to lighting registers.
bunnei
2016-02-05
2
-19
/
+19
[prev]
[next]