index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
|
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 #1422 from vgturtle127/patch-1
bunnei
2016-02-25
1
-0
/
+2
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Add website to README. Be proud of it!
Derek "Turtle" Roe
2016-02-25
1
-0
/
+2
|
/
/
/
/
/
/
*
|
|
|
|
|
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
*
|
|
|
|
|
Merge pull request #1406 from MerryMage/bitfield2
bunnei
2016-02-13
12
-60
/
+56
|
\
\
\
\
\
\
|
|
_
|
_
|
_
|
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
BitField: Make trivially copyable and remove assignment operator
MerryMage
2016-02-12
12
-60
/
+56
|
/
/
/
/
/
*
|
|
|
|
Merge pull request #1264 from bunnei/fragment-lighting-hw
bunnei
2016-02-05
15
-160
/
+1167
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
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
|
*
|
|
|
renderer_opengl: Implement HW fragment lighting distance attenuation.
bunnei
2016-02-05
2
-17
/
+38
|
*
|
|
|
renderer_opengl: Implement HW fragment lighting LUTs within our default UBO.
bunnei
2016-02-05
4
-16
/
+67
|
*
|
|
|
renderer_opengl: Implement diffuse component of HW fragment lighting.
bunnei
2016-02-05
6
-15
/
+270
|
*
|
|
|
pica: Implement decoding of basic fragment lighting components.
bunnei
2016-02-05
5
-15
/
+120
|
*
|
|
|
pica: Implement fragment lighting LUTs.
bunnei
2016-02-05
2
-0
/
+34
|
*
|
|
|
pica: Add decodings for distance attenuation and LUT registers.
bunnei
2016-02-05
1
-1
/
+104
|
*
|
|
|
pica: Add pica_types module and move float24 definition.
bunnei
2016-02-05
3
-112
/
+127
|
/
/
/
/
*
|
|
|
Merge pull request #1391 from tfarley/hw-fb-sync-fix
bunnei
2016-02-05
2
-42
/
+34
|
\
\
\
\
|
*
|
|
|
hwrasterizer: Use proper cached fb addr/size
tfarley
2016-02-03
2
-42
/
+34
|
|
/
/
/
[prev]
[next]