index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video_core
/
swrasterizer
Age
Commit message (
Expand
)
Author
2018-01-12
Remove references to PICA and rasterizers in video_core
James Rowe
2018-01-01
core/video_core: Fix a bunch of u64 -> u32 warnings.
bunnei
2017-09-27
Disable unary operator- on Math::Vec2/Vec3/Vec4 for unsigned types.
Subv
2017-09-16
Merge pull request #2900 from wwylele/clip-2
Yuri Kunde Schlesner
2017-09-03
pica/lighting: only apply Fresnel factor for the last light
wwylele
2017-08-30
Merge pull request #2891 from wwylele/sw-bump
bunnei
2017-08-28
Merge pull request #2892 from Subv/warnings2
Weiyi Wang
2017-08-26
Warnings: Fixed a few missing-return warnings in video_core.
Subv
2017-08-25
SwRasterizer/Clipper: flip the sign convention to match PICA and OpenGL
wwylele
2017-08-24
SwRasterizer: implement custom clip plane
wwylele
2017-08-22
SwRasterizer/Lighting: implement LUT input CP
wwylele
2017-08-22
SwRasterizer/Lighting: implement bump mapping
wwylele
2017-08-21
swrasterizer: remove invalid TODO
wwylele
2017-08-21
swrasterizer/clipper: remove tested TODO
wwylele
2017-08-20
Merge pull request #2872 from wwylele/sw-geo-factor
Yuri Kunde Schlesner
2017-08-11
SwRasterizer/Lighting: implement spot light
wwylele
2017-08-11
SwRasterizer/Lighting: implement geometric factor
wwylele
2017-08-10
SwRasterizer/Lighting: use make_tuple instead of constructor
wwylele
2017-08-03
SwRasterizer/Lighting: shorten file name
wwylele
2017-08-02
SwRasterizer/Lighting: move to its own file
wwylele
2017-08-02
SwRasterizer/Lighting: reduce confusion
wwylele
2017-08-02
SwRasterizer/Lighting: move quaternion normalization to the caller
wwylele
2017-07-11
SwRasterizer/Lighting: dist atten lut input need to be clamp
wwylele
2017-07-11
SwRasterizer/Lighting: unify float suffix
wwylele
2017-07-11
SwRasterizer/Lighting: get rid of nested return
wwylele
2017-07-11
SwRasterizer/Lighting: refactor GetLutValue into a function.
wwylele
2017-07-11
SwRasterizer: only interpolate quat and view when lighting is enabled
wwylele
2017-07-11
SwRasterizer/Lighting: pass lighting state as parameter
wwylele
2017-07-11
SwRasterizer/Lighting: Move the clamp highlight calculation to the end of the...
Subv
2017-07-11
SwRasterizer/Lighting: Move the lighting enable check outside the ComputeFrag...
Subv
2017-07-11
SwRasterizer/Lighting: Do not use global registers state in ComputeFragmentsC...
Subv
2017-07-11
SwRasterizer/Lighting: Do not use global state in LookupLightingLut.
Subv
2017-07-11
SwRasterizer/Lighting: Fixed a bug where the distance attenuation bias was be...
Subv
2017-07-11
SwRasterizer: Fixed a few conversion warnings and moved per-light values into...
Subv
2017-07-11
SwRasterizer: Run clang-format
Subv
2017-07-11
SwRasterizer: Flip the vertex quaternions before clipping (if necessary).
Subv
2017-07-11
SwRasterizer: Corrected the light LUT lookups.
Subv
2017-07-11
SwRasterizer: Corrected the light LUT lookups.
Subv
2017-07-11
SwRasterizer: Fixed the lighting lut lookup function.
Subv
2017-07-11
SwRasterizer: Calculate fresnel for fragment lighting.
Subv
2017-07-11
SwRasterizer: Calculate specular_1 for fragment lighting.
Subv
2017-07-11
SwRasterizer: Calculate specular_0 for fragment lighting.
Subv
2017-07-11
SwRasterizer: Implement primary fragment color.
Subv
2017-06-22
gl_rasterizer: use texture buffer for fog LUT
wwylele
2017-06-13
Merge pull request #2743 from wwylele/wrap-fix
Yuri Kunde Schlesner
2017-06-04
pica/rasterizer: implement/stub texture wrap mode 4-7
wwylele
2017-05-29
swrasterizer: implement TextureCube
wwylele
2017-05-24
Merge pull request #2697 from wwylele/proctex
Yuri Kunde Schlesner
2017-05-21
swrasterizer: add missing tc0_w and fragment lighting attribute processing
wwylele
2017-05-20
pica/swrasterizer: implement procedural texture
wwylele
[next]