vlj
|
fb56a4086f
|
Fix normalmap roughness
|
2014-04-23 18:09:48 +02:00 |
|
Vincent Lejeune
|
1bb4926ba2
|
Reorder post processes effects.
|
2014-04-23 18:09:48 +02:00 |
|
Vincent Lejeune
|
eb0c948e41
|
Tweak exposure/whiepoint/saturation
|
2014-04-23 18:09:47 +02:00 |
|
Vincent Lejeune
|
96c8180dfc
|
Remove color_in, it's been superseeded
Keep the shader because it will be partly used for dof.
|
2014-04-22 19:51:36 +02:00 |
|
Vincent Lejeune
|
da15aebcda
|
SSAO: Clamp to 0.
|
2014-04-22 18:22:39 +02:00 |
|
Vincent Lejeune
|
6f16831d00
|
Revert "Some color are negative, clamp them in loglum"
This reverts commit 43df357cfb .
|
2014-04-22 18:18:18 +02:00 |
|
Vincent Lejeune
|
17ba0f515c
|
Revert "Use some realist order of magnitude of light"
This reverts commit 2aa6676050 .
|
2014-04-22 02:32:42 +02:00 |
|
Vincent Lejeune
|
b0e56ca2b0
|
Use some diffent value/equation for tonemap
|
2014-04-22 02:29:22 +02:00 |
|
vlj
|
2aa6676050
|
Use some realist order of magnitude of light
|
2014-04-21 19:40:10 +02:00 |
|
vlj
|
d7e3976ef5
|
Use a less intrusive delta value
|
2014-04-21 19:39:39 +02:00 |
|
vlj
|
43df357cfb
|
Some color are negative, clamp them in loglum
I have yet to investigate how the pipeline can produce negative values
somewhere.
|
2014-04-21 19:29:13 +02:00 |
|
vlj
|
a0e63dea46
|
Enable tonemap.
|
2014-04-21 02:33:12 +02:00 |
|
vlj
|
2e1b0ac9f4
|
Avoid negative value when Yxy->RGB
|
2014-04-21 02:19:09 +02:00 |
|
vlj
|
8947242de4
|
Add proper tonemap, although disabled.
It currently generates way too much HDR.
|
2014-04-21 01:52:44 +02:00 |
|
vlj
|
1d40851600
|
Fix light shaft
|
2014-04-21 00:52:18 +02:00 |
|
vlj
|
d0afcce32d
|
Merge branch 'master' of https://github.com/supertuxkart/stk-code
|
2014-04-20 02:56:10 +02:00 |
|
vlj
|
878a639a84
|
Another ssao tweak.
|
2014-04-20 02:56:07 +02:00 |
|
Marianne Gagnon
|
f0b61c98d7
|
No longer create an obsolete irrlicht water node. To be replaced by a better water shader
|
2014-04-19 20:24:43 -04:00 |
|
Marianne Gagnon
|
8e579d4874
|
Add UBOs flag to graphics options
|
2014-04-19 20:23:49 -04:00 |
|
vlj
|
e8b36f2490
|
Fix for shadow acne in chocolate.
|
2014-04-20 02:20:09 +02:00 |
|
vlj
|
87248b46f3
|
Tweak shadows CSM split.
|
2014-04-20 02:01:29 +02:00 |
|
vlj
|
fde29887f0
|
Fix roughness in instanced mesh.
|
2014-04-20 01:24:38 +02:00 |
|
Marianne Gagnon
|
478e904d1c
|
Remove debug logging
|
2014-04-19 19:15:38 -04:00 |
|
vlj
|
18b2b341e7
|
Dont stick to integer coordinate for CSM.
|
2014-04-20 00:24:37 +02:00 |
|
vlj
|
1291d0cc93
|
Increase shadow fidelity.
|
2014-04-20 00:21:30 +02:00 |
|
vlj
|
a457b9f423
|
Shadows: Clean shaders.
|
2014-04-20 00:04:49 +02:00 |
|
vlj
|
dd3e15b298
|
Debug: display cascade in shadow debug mode
|
2014-04-19 23:57:27 +02:00 |
|
vlj
|
5d3d44e400
|
Avoid an extra blit in bloom.
|
2014-04-19 23:29:42 +02:00 |
|
vlj
|
ce6397c5e7
|
Remove an leftover return.
|
2014-04-19 23:20:40 +02:00 |
|
vlj
|
c353a60443
|
Glow: Use blit.
|
2014-04-19 23:20:12 +02:00 |
|
Vincent Lejeune
|
d7eaaf4885
|
Add a m_ubo_disabled switch in user config file.
This should be used to workaround a bug in intel windows drivers.
|
2014-04-19 18:38:57 +02:00 |
|
vlj
|
c695875654
|
PointLight: Use a 1/(1 + d + k d^2) attenuation
This is not physically accurate, but a 1/d^2 attenuation makes light
extend too broad, and went too high if close from the source.
|
2014-04-19 02:04:39 +02:00 |
|
Marianne Gagnon
|
f6d52511ea
|
Merge branch 'Issue_1263'
|
2014-04-18 18:24:31 -04:00 |
|
Marianne Gagnon
|
583d65d988
|
Update video settings dialog
|
2014-04-18 18:16:27 -04:00 |
|
Vincent Lejeune
|
c2d9e9fc42
|
Directly draw on default fbo if dyn lights are disabled
|
2014-04-18 19:06:57 +02:00 |
|
Vincent Lejeune
|
9437b16c00
|
Dont print glGetError result, prefer DEBUG_OUTPUT
|
2014-04-18 18:50:13 +02:00 |
|
Vincent Lejeune
|
b77a20f621
|
Bloom: Blit fbo instead of using a shader
|
2014-04-18 18:45:00 +02:00 |
|
Vincent Lejeune
|
9b926ce713
|
Do not write to 2 buffers outside of renderLights()
|
2014-04-18 18:34:02 +02:00 |
|
hiker
|
c9fd09725a
|
Merge branch 'master' of github.com:supertuxkart/stk-code
|
2014-04-17 15:40:36 +10:00 |
|
hiker
|
a8bf73633f
|
Renamed CurrentUser to OnlinePlayerProfile.
|
2014-04-17 15:39:51 +10:00 |
|
hiker
|
f6d22922d2
|
Fixed linux compilation.
|
2014-04-17 13:18:31 +10:00 |
|
hiker
|
22b599d257
|
Merge branch 'master' of github.com:supertuxkart/stk-code
|
2014-04-17 12:11:33 +10:00 |
|
hiker
|
056aa5ed6f
|
Refactor so that PlayerProfile provides a proper interface plus
function/states for local use, and CurrentUser implements the
missing functions.
|
2014-04-17 08:19:04 +10:00 |
|
hiker
|
447ca89c0a
|
Removed CurrentUser usage from all files except PlayerManager
and PlayerProfile.
|
2014-04-16 11:13:35 +10:00 |
|
samuncle
|
5011f49968
|
Merge branch 'master' of https://github.com/supertuxkart/stk-code
|
2014-04-16 01:20:23 +02:00 |
|
samuncle
|
1620f87dd8
|
Add a new particle system
|
2014-04-16 01:19:03 +02:00 |
|
Vincent Lejeune
|
1a908b254f
|
Use more compatible fbo format
|
2014-04-15 14:48:27 +02:00 |
|
hiker
|
46bfbe13bf
|
Merge branch 'master' of github.com:supertuxkart/stk-code
|
2014-04-15 16:26:22 +10:00 |
|
hiker
|
5ec71c5b06
|
Moved getProfile from CurrentUser to PlayerManager::getCurrentOnlineProfile().
|
2014-04-15 16:25:55 +10:00 |
|
Marianne Gagnon
|
e4afea5cca
|
Reduce rimlight effect to a more reasonable strenght
|
2014-04-14 19:56:26 -04:00 |
|