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
...
|
|
*
|
|
|
|
SwRasterizer/Lighting: dist atten lut input need to be clamp
wwylele
2017-07-11
1
-1
/
+1
|
|
*
|
|
|
|
SwRasterizer/Lighting: unify float suffix
wwylele
2017-07-11
1
-11
/
+13
|
|
*
|
|
|
|
SwRasterizer/Lighting: get rid of nested return
wwylele
2017-07-11
1
-10
/
+11
|
|
*
|
|
|
|
SwRasterizer/Lighting: refactor GetLutValue into a function.
wwylele
2017-07-11
1
-83
/
+27
|
|
*
|
|
|
|
SwRasterizer: only interpolate quat and view when lighting is enabled
wwylele
2017-07-11
1
-14
/
+14
|
|
*
|
|
|
|
vector_math: remove dead template parameter
wwylele
2017-07-11
1
-1
/
+1
|
|
*
|
|
|
|
SwRasterizer/Lighting: pass lighting state as parameter
wwylele
2017-07-11
1
-13
/
+13
|
|
*
|
|
|
|
vector_math: remove broken SFINAE stuff
wwylele
2017-07-11
1
-3
/
+2
|
|
*
|
|
|
|
SwRasterizer/Lighting: Move the clamp highlight calculation to the end of the...
Subv
2017-07-11
1
-17
/
+17
|
|
*
|
|
|
|
SwRasterizer/Lighting: Move the lighting enable check outside the ComputeFrag...
Subv
2017-07-11
1
-7
/
+6
|
|
*
|
|
|
|
SwRasterizer/Lighting: Do not use global registers state in ComputeFragmentsC...
Subv
2017-07-11
1
-3
/
+3
|
|
*
|
|
|
|
SwRasterizer/Lighting: Do not use global state in LookupLightingLut.
Subv
2017-07-11
2
-13
/
+22
|
|
*
|
|
|
|
SwRasterizer/Lighting: Fixed a bug where the distance attenuation bias was be...
Subv
2017-07-11
1
-3
/
+2
|
|
*
|
|
|
|
SwRasterizer: Fixed a few conversion warnings and moved per-light values into...
Subv
2017-07-11
1
-5
/
+6
|
|
*
|
|
|
|
SwRasterizer: Run clang-format
Subv
2017-07-11
1
-45
/
+83
|
|
*
|
|
|
|
SwRasterizer: Flip the vertex quaternions before clipping (if necessary).
Subv
2017-07-11
3
-21
/
+16
|
|
*
|
|
|
|
SwRasterizer: Corrected the light LUT lookups.
Subv
2017-07-11
1
-6
/
+7
|
|
*
|
|
|
|
SwRasterizer: Corrected the light LUT lookups.
Subv
2017-07-11
2
-33
/
+48
|
|
*
|
|
|
|
SwRasterizer: Fixed the lighting lut lookup function.
Subv
2017-07-11
1
-2
/
+4
|
|
*
|
|
|
|
SwRasterizer: Calculate fresnel for fragment lighting.
Subv
2017-07-11
1
-1
/
+25
|
|
*
|
|
|
|
SwRasterizer: Calculate specular_1 for fragment lighting.
Subv
2017-07-11
1
-3
/
+59
|
|
*
|
|
|
|
SwRasterizer: Calculate specular_0 for fragment lighting.
Subv
2017-07-11
1
-13
/
+94
|
|
*
|
|
|
|
SwRasterizer: Implement primary fragment color.
Subv
2017-07-11
1
-4
/
+113
|
*
|
|
|
|
|
Merge pull request #2856 from wwylele/shader-share
Weiyi Wang
2017-08-09
2
-26
/
+45
|
|
\
\
\
\
\
\
|
|
*
|
|
|
|
|
pica: upload shared shader code to both unit
wwylele
2017-08-07
2
-26
/
+45
|
*
|
|
|
|
|
|
Service/dlp: Update function tables according 3dbrew
mailwl
2017-08-09
3
-4
/
+44
|
|
|
_
|
/
/
/
/
|
|
/
|
|
|
|
|
|
*
|
|
|
|
|
Quickfix typo in OpenGL 3.3 error message
Andrea Pascal
2017-08-04
1
-1
/
+1
|
*
|
|
|
|
|
telemetry: Add field for OsPlatform.
bunnei
2017-08-03
1
-0
/
+9
|
*
|
|
|
|
|
telemetry: Add field for BuildName.
bunnei
2017-08-03
1
-0
/
+1
|
*
|
|
|
|
|
telemetry: Add field for RequiresSharedFont.
bunnei
2017-08-03
1
-0
/
+4
|
*
|
|
|
|
|
telemetry_session: Log BuildDate and ProgramName fields.
bunnei
2017-08-03
1
-0
/
+7
|
*
|
|
|
|
|
common: Add build timestamp to scm_rev.
bunnei
2017-08-03
2
-0
/
+3
|
*
|
|
|
|
|
core: Expose AppLoader as a public interface.
bunnei
2017-08-03
1
-4
/
+5
|
*
|
|
|
|
|
loader: Expose program title.
bunnei
2017-08-03
3
-12
/
+31
|
|
|
_
|
_
|
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
Handle invalid filenames when renaming files/directories
James
2017-07-31
2
-4
/
+78
|
|
/
/
/
/
|
*
|
|
|
Merge pull request #2848 from wwylele/shader-loop-fix
Weiyi Wang
2017-07-29
1
-1
/
+1
|
|
\
\
\
\
|
|
*
|
|
|
pica/shader_interpreter: fix off-by-one in LOOP
wwylele
2017-07-27
1
-1
/
+1
|
*
|
|
|
|
Merge pull request #2679 from MerryMage/interp-tests
bunnei
2017-07-27
5
-0
/
+13716
|
|
\
\
\
\
\
|
|
*
|
|
|
|
tests: Add tests for vadd
MerryMage
2017-07-23
5
-2
/
+13510
|
|
*
|
|
|
|
tests: Arm testing framework
MerryMage
2017-07-23
3
-0
/
+208
|
|
|
/
/
/
/
|
*
|
|
|
|
Merge pull request #2840 from Subv/apt_parameter
bunnei
2017-07-27
2
-33
/
+105
|
|
\
\
\
\
\
|
|
*
|
|
|
|
Service/APT: Log Send/Cancel/Receive/GlanceParameter calls even if they retur...
Subv
2017-07-21
1
-7
/
+9
|
|
*
|
|
|
|
Services/APT: Return the proper error code when calling SendParameter with an...
Subv
2017-07-21
2
-4
/
+17
|
|
*
|
|
|
|
Services/APT: Reset the APT parameter inside CancelParameter if the condition...
Subv
2017-07-21
1
-6
/
+23
|
|
*
|
|
|
|
Services/APT: Properly clear the apt parameter after a successful ReceivePara...
Subv
2017-07-21
1
-2
/
+8
|
|
*
|
|
|
|
Services/APT: Use the right error codes in ReceiveParameter and GlanceParamet...
Subv
2017-07-21
1
-0
/
+28
|
|
*
|
|
|
|
Services/APT: Use boost::optional for the APT parameter structure.
Subv
2017-07-21
1
-20
/
+26
|
|
|
|
_
|
/
/
|
|
|
/
|
|
|
|
*
|
|
|
|
Merge pull request #2837 from wwylele/shader-debugger-fix
bunnei
2017-07-26
1
-23
/
+18
|
|
\
\
\
\
\
|
|
*
|
|
|
|
debugger/shader: display LOOP
wwylele
2017-07-20
1
-1
/
+3
|
|
*
|
|
|
|
debugger/shader: print the invert flag for JMPU
wwylele
2017-07-20
1
-0
/
+4
[prev]
[next]