index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
Merge pull request #1394 from ds84182/immediate-mode-vtx
bunnei
2016-03-03
21
-61
/
+177
|
\
\
\
|
*
|
|
Add immediate mode vertex submission
Dwayne Slater
2016-03-02
21
-61
/
+177
*
|
|
|
Merge pull request #1403 from MerryMage/sdl
bunnei
2016-03-02
11
-285
/
+290
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Config: Use unique_ptr instead of raw pointer
MerryMage
2016-03-02
2
-14
/
+12
|
*
|
|
Dependencies: Remove GLFW, Add SDL2
MerryMage
2016-03-02
11
-275
/
+282
*
|
|
|
Merge pull request #1434 from Kloen/legend
bunnei
2016-03-02
1
-0
/
+1
|
\
\
\
\
|
*
|
|
|
ThreadProcessorId_All on SVC::CreateThread
Kloen
2016-03-01
1
-0
/
+1
*
|
|
|
|
Merge pull request #1297 from Subv/saves
bunnei
2016-03-01
2
-3
/
+5
|
\
\
\
\
\
|
*
|
|
|
|
DiskDirectory: Initialize the directory member with valid info.
Subv
2016-01-16
2
-3
/
+5
*
|
|
|
|
|
Service/CFG: Fix potential endianess issue
Yuri Kunde Schlesner
2016-02-29
1
-2
/
+3
*
|
|
|
|
|
Service/CFG: Add block 0x000A0000 (username) to default config file
Yuri Kunde Schlesner
2016-02-29
1
-1
/
+14
|
|
/
/
/
/
|
/
|
|
|
|
*
|
|
|
|
Merge pull request #1427 from MerryMage/emit-lbit
Yuri Kunde Schlesner
2016-02-28
1
-2
/
+2
|
\
\
\
\
\
|
*
|
|
|
|
x64 Emitter: Fix L bit in VEX prefix
MerryMage
2016-02-27
1
-2
/
+2
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
Initial implementation ir:user
mailwl
2016-02-26
5
-18
/
+144
*
|
|
|
|
Merge pull request #1352 from LittleWhite-tb/exit_check
bunnei
2016-02-26
2
-0
/
+26
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Add a configuration entry to enable/disable the check
LittleWhite
2016-02-04
2
-9
/
+10
|
*
|
|
|
Add check before closure when emulation is running
LittleWhite
2016-02-04
2
-0
/
+25
*
|
|
|
|
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 #1386 from MerryMage/audio-core-skeleton
bunnei
2016-02-25
19
-69
/
+873
|
\
\
\
\
\
\
|
*
|
|
|
|
|
AudioCore: Skeleton Implementation
MerryMage
2016-02-21
19
-69
/
+873
|
|
/
/
/
/
/
*
|
|
|
|
|
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
12
-60
/
+56
|
|
_
|
_
|
/
/
|
/
|
|
|
|
*
|
|
|
|
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
*
|
|
|
|
gl_rasterizer: Minor naming refactor on Pica register naming.
bunnei
2016-02-05
2
-20
/
+23
*
|
|
|
|
gl_shader_gen: Reorganize and cleanup lighting code.
bunnei
2016-02-05
1
-100
/
+107
*
|
|
|
|
gl_shader_gen: Fix directional lights.
bunnei
2016-02-05
1
-1
/
+1
*
|
|
|
|
gl_shader_gen: Fix bug with lighting where clamp highlights was only applied ...
bunnei
2016-02-05
1
-6
/
+6
*
|
|
|
|
gl_shader_gen: View vector needs to be normalized when computing half angle v...
bunnei
2016-02-05
1
-3
/
+4
*
|
|
|
|
renderer_opengl: Use textures for fragment shader LUTs instead of UBOs.
bunnei
2016-02-05
5
-27
/
+64
*
|
|
|
|
renderer_opengl: Initial implementation of basic specular lighting.
bunnei
2016-02-05
4
-13
/
+165
[prev]
[next]