index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
video_core
/
swrasterizer
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-09-03
pica/lighting: only apply Fresnel factor for the last light
wwylele
1
-3
/
+4
2017-08-26
Warnings: Fixed a few missing-return warnings in video_core.
Subv
2
-0
/
+6
2017-08-25
SwRasterizer/Clipper: flip the sign convention to match PICA and OpenGL
wwylele
1
-9
/
+9
2017-08-24
SwRasterizer: implement custom clip plane
wwylele
1
-2
/
+13
2017-08-22
SwRasterizer/Lighting: implement LUT input CP
wwylele
1
-0
/
+11
2017-08-22
SwRasterizer/Lighting: implement bump mapping
wwylele
3
-8
/
+27
2017-08-21
swrasterizer: remove invalid TODO
wwylele
1
-4
/
+2
2017-08-21
swrasterizer/clipper: remove tested TODO
wwylele
1
-4
/
+0
2017-08-11
SwRasterizer/Lighting: implement spot light
wwylele
1
-3
/
+19
2017-08-11
SwRasterizer/Lighting: implement geometric factor
wwylele
1
-4
/
+16
2017-08-10
SwRasterizer/Lighting: use make_tuple instead of constructor
wwylele
1
-1
/
+1
2017-08-03
SwRasterizer/Lighting: shorten file name
wwylele
3
-2
/
+2
2017-08-02
SwRasterizer/Lighting: move to its own file
wwylele
3
-240
/
+269
2017-08-02
SwRasterizer/Lighting: reduce confusion
wwylele
1
-1
/
+1
2017-08-02
SwRasterizer/Lighting: move quaternion normalization to the caller
wwylele
1
-3
/
+3
2017-07-11
SwRasterizer/Lighting: dist atten lut input need to be clamp
wwylele
1
-1
/
+1
2017-07-11
SwRasterizer/Lighting: unify float suffix
wwylele
1
-11
/
+13
2017-07-11
SwRasterizer/Lighting: get rid of nested return
wwylele
1
-10
/
+11
2017-07-11
SwRasterizer/Lighting: refactor GetLutValue into a function.
wwylele
1
-83
/
+27
2017-07-11
SwRasterizer: only interpolate quat and view when lighting is enabled
wwylele
1
-14
/
+14
2017-07-11
SwRasterizer/Lighting: pass lighting state as parameter
wwylele
1
-13
/
+13
2017-07-11
SwRasterizer/Lighting: Move the clamp highlight calculation to the end of the per-light loop body.
Subv
1
-17
/
+17
2017-07-11
SwRasterizer/Lighting: Move the lighting enable check outside the ComputeFragmentsColors function.
Subv
1
-7
/
+6
2017-07-11
SwRasterizer/Lighting: Do not use global registers state in ComputeFragmentsColors.
Subv
1
-3
/
+3
2017-07-11
SwRasterizer/Lighting: Do not use global state in LookupLightingLut.
Subv
1
-12
/
+21
2017-07-11
SwRasterizer/Lighting: Fixed a bug where the distance attenuation bias was being set to the dist atten scale.
Subv
1
-3
/
+2
2017-07-11
SwRasterizer: Fixed a few conversion warnings and moved per-light values into the per-light loop.
Subv
1
-5
/
+6
2017-07-11
SwRasterizer: Run clang-format
Subv
1
-45
/
+83
2017-07-11
SwRasterizer: Flip the vertex quaternions before clipping (if necessary).
Subv
2
-20
/
+15
2017-07-11
SwRasterizer: Corrected the light LUT lookups.
Subv
1
-6
/
+7
2017-07-11
SwRasterizer: Corrected the light LUT lookups.
Subv
1
-33
/
+43
2017-07-11
SwRasterizer: Fixed the lighting lut lookup function.
Subv
1
-2
/
+4
2017-07-11
SwRasterizer: Calculate fresnel for fragment lighting.
Subv
1
-1
/
+25
2017-07-11
SwRasterizer: Calculate specular_1 for fragment lighting.
Subv
1
-3
/
+59
2017-07-11
SwRasterizer: Calculate specular_0 for fragment lighting.
Subv
1
-13
/
+94
2017-07-11
SwRasterizer: Implement primary fragment color.
Subv
1
-4
/
+113
2017-06-22
gl_rasterizer: use texture buffer for fog LUT
wwylele
1
-2
/
+1
2017-06-04
pica/rasterizer: implement/stub texture wrap mode 4-7
wwylele
2
-8
/
+31
2017-05-29
swrasterizer: implement TextureCube
wwylele
1
-2
/
+51
2017-05-21
swrasterizer: add missing tc0_w and fragment lighting attribute processing
wwylele
2
-5
/
+8
2017-05-20
pica/swrasterizer: implement procedural texture
wwylele
3
-1
/
+251
2017-05-05
pica: shader_dirty if texture2 coord changed
wwylele
1
-1
/
+2
2017-05-03
pica: use correct coordinates for texture 2
wwylele
1
-2
/
+3
2017-04-19
rasterizer: implement combiner operation 7 (Dot3_RGBA)
wwylele
2
-8
/
+18
2017-02-13
SWRasterizer: Move more framebuffer functions to file
Yuri Kunde Schlesner
3
-100
/
+105
2017-02-13
SWRasterizer: Move texturing functions to their own file
Yuri Kunde Schlesner
3
-210
/
+257
2017-02-13
SWRasterizer: Convert large no-capture lambdas to standalone functions
Yuri Kunde Schlesner
1
-315
/
+310
2017-02-13
SWRasterizer: Move framebuffer operation functions to their own file
Yuri Kunde Schlesner
3
-236
/
+283
2017-02-13
VideoCore: Move software rasterizer files to sub-directory
Yuri Kunde Schlesner
6
-0
/
+1588