deve
|
964baad705
|
Some fixes
|
2016-06-27 13:39:20 +02:00 |
|
Vincent Lejeune
|
85bbc0f8b8
|
Use variable sigma for blur filter
|
2014-11-10 21:32:04 +01:00 |
|
Vincent Lejeune
|
f5a44c0a19
|
Take more sample
|
2014-11-02 02:42:44 +01:00 |
|
Vincent Lejeune
|
7679213e26
|
Use exp algorithm for the gaussian blur
|
2014-11-02 02:35:02 +01:00 |
|
vlj
|
e5a5c78045
|
Use a big triangle instead of 2 to cover full screen.
This allows to rasterize a single primitive instead of two, and avoid
trashing the cache between the 2 triangles drawing.
|
2014-06-03 19:56:59 +02:00 |
|
Vincent Lejeune
|
af862cb6c5
|
#version autoadded to shaders and turn some v120
|
2014-02-28 17:29:05 +01:00 |
|
Vincent Lejeune
|
0243546e4d
|
Use an openGL 3.3 compatibility context when available.
|
2014-02-12 22:16:10 +01:00 |
|
Vincent Lejeune
|
859be83074
|
Explicitly define fragment exported values.
|
2014-01-19 19:31:00 +01:00 |
|
Vincent Lejeune
|
fb6649eaad
|
texture2D is deprecated, use texture instead
|
2014-01-19 18:53:35 +01:00 |
|
vincentlj
|
2ba340b6cb
|
OGL32CTX: Add vertex shader where default one was assumed.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@14973 178a84e3-b1eb-0310-8ba1-8eac791a3b58
|
2014-01-08 23:11:10 +00:00 |
|
vincentlj
|
fa068d7810
|
OGL32CTX: Ask #version 130 for all our shaders
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@14919 178a84e3-b1eb-0310-8ba1-8eac791a3b58
|
2014-01-05 00:08:00 +00:00 |
|
auria
|
5899a26aad
|
Merge cand's graphical improvements branch!! There are many known issues folks, so don't cry victory just now, this is just the beginning. Especially, shadows do not work correctly at this time
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@14590 178a84e3-b1eb-0310-8ba1-8eac791a3b58
|
2013-11-30 21:33:06 +00:00 |
|