index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video_core
/
swrasterizer
/
rasterizer.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-01-12
Remove references to PICA and rasterizers in video_core
James Rowe
1
-853
/
+0
2017-08-22
SwRasterizer/Lighting: implement bump mapping
wwylele
1
-2
/
+2
2017-08-03
SwRasterizer/Lighting: shorten file name
wwylele
1
-1
/
+1
2017-08-02
SwRasterizer/Lighting: move to its own file
wwylele
1
-240
/
+1
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...
Subv
1
-17
/
+17
2017-07-11
SwRasterizer/Lighting: Move the lighting enable check outside the ComputeFrag...
Subv
1
-7
/
+6
2017-07-11
SwRasterizer/Lighting: Do not use global registers state in ComputeFragmentsC...
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 be...
Subv
1
-3
/
+2
2017-07-11
SwRasterizer: Fixed a few conversion warnings and moved per-light values into...
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
1
-20
/
+4
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
1
-4
/
+16
2017-05-29
swrasterizer: implement TextureCube
wwylele
1
-2
/
+51
2017-05-20
pica/swrasterizer: implement procedural texture
wwylele
1
-1
/
+12
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
1
-7
/
+16
2017-02-12
SWRasterizer: Move more framebuffer functions to file
Yuri Kunde Schlesner
1
-100
/
+0
2017-02-12
SWRasterizer: Move texturing functions to their own file
Yuri Kunde Schlesner
1
-210
/
+1
2017-02-12
SWRasterizer: Convert large no-capture lambdas to standalone functions
Yuri Kunde Schlesner
1
-315
/
+310
2017-02-12
SWRasterizer: Move framebuffer operation functions to their own file
Yuri Kunde Schlesner
1
-236
/
+1
2017-02-12
VideoCore: Move software rasterizer files to sub-directory
Yuri Kunde Schlesner
1
-1
/
+1
2017-02-09
VideoCore: Split regs.h inclusions
Yuri Kunde Schlesner
1
-1
/
+3
2017-02-04
VideoCore: Move Regs to its own file
Yuri Kunde Schlesner
1
-1
/
+1
2017-02-04
VideoCore: Split framebuffer regs from Regs struct
Yuri Kunde Schlesner
1
-111
/
+118
2017-02-04
VideoCore: Split texturing regs from Regs struct
Yuri Kunde Schlesner
1
-25
/
+27
2017-02-04
VideoCore: Split rasterizer regs from Regs struct
Yuri Kunde Schlesner
1
-11
/
+13
2017-02-04
VideoCore: Move LookupTexture out of debug_utils.h
Yuri Kunde Schlesner
1
-2
/
+3
2017-01-29
VideoCore: Extract swrast-specific data from OutputVertex
Yuri Kunde Schlesner
1
-4
/
+3
2016-11-30
ClangFormat: Fixed the clang-format errors
Subv
1
-2
/
+2
2016-11-29
Build: Fixed a few warnings.
Subv
1
-3
/
+3
2016-09-21
Use negative priorities to avoid special-casing the self-include
Yuri Kunde Schlesner
1
-1
/
+1
2016-09-21
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
1
-4
/
+1
[next]