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
*
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
*
|
Merge pull request #1392 from lioncash/move
Yuri Kunde Schlesner
2016-02-04
1
-18
/
+2
|
\
\
|
|
/
|
/
|
|
*
backend: defaulted move constructor/assignment
Lioncash
2016-02-04
1
-18
/
+2
|
/
*
Merge pull request #1387 from lioncash/func
bunnei
2016-02-03
69
-137
/
+43
|
\
|
*
services: Get rid of unnecessary includes
Lioncash
2016-02-02
69
-132
/
+32
|
*
services: Update function tables
Lioncash
2016-02-01
2
-5
/
+11
*
|
Merge pull request #1388 from yuriks/spammy-opengl-debug
Mathew Maidment
2016-02-03
1
-2
/
+0
|
\
\
|
|
/
|
/
|
|
*
OpenGL: Downgrade GL_DEBUG_SEVERITY_NOTIFICATION to Debug logging level
Yuri Kunde Schlesner
2016-02-02
1
-2
/
+0
|
/
*
Merge pull request #1377 from MerryMage/mmio
bunnei
2016-01-30
6
-13
/
+127
|
\
|
*
Memory: Implement MMIO
MerryMage
2016-01-30
6
-13
/
+127
*
|
Merge pull request #1379 from lioncash/color
bunnei
2016-01-28
1
-8
/
+8
|
\
\
[next]