Commit Graph

12924 Commits

Author SHA1 Message Date
Vincent Lejeune
476f95a6c9 Fix snb on linux 2014-09-14 23:41:42 +02:00
Vincent Lejeune
7c54ac4d81 Fix second texcoord in instanced_object_pass.vert 2014-09-14 23:07:10 +02:00
Vincent Lejeune
cd68be24f5 Delete sync object 2014-09-14 17:35:16 +02:00
Deve
0eb09af027 Filtering actions is not needed now 2014-09-14 17:08:40 +02:00
Deve
8ea38fe622 Block event for one-element ribbon widget in the same way as multi-element widget.
This fixes problem with pressing left and right arrow in track and GP info screen.
2014-09-14 17:06:21 +02:00
vlj
26b69ecace Use __linux__ macro 2014-09-13 23:35:15 +02:00
vlj
108215dfdd Add a dtor to animated mesh 2014-09-13 15:57:39 +02:00
vlj
6d685a843d Drop support for GL 3.1 on windows
Fixed pipeline will be used instead
2014-09-13 15:45:10 +02:00
Vincent Lejeune
1d913ad5b4 Do not set glewExperimental outside of linux 2014-09-13 02:02:05 +02:00
Vincent Lejeune
349a64ae8d Revert "Use a parallel loop for IA"
This reverts commit 8e333afa99.
2014-09-13 01:32:40 +02:00
Vincent Lejeune
674f0a5f05 Reenable billboards 2014-09-13 01:21:09 +02:00
Vincent Lejeune
d480c52f8c Revert "Try to put IA in its own thread"
This reverts commit 2a60a84155.
2014-09-12 23:22:54 +02:00
Vincent Lejeune
2a60a84155 Try to put IA in its own thread 2014-09-12 23:04:40 +02:00
Vincent Lejeune
78e512880c Remove unneeded functions 2014-09-12 19:29:01 +02:00
Vincent Lejeune
8e333afa99 Use a parallel loop for IA
It sighltly helps decreasing stuttering in some area of chocolate.
2014-09-12 19:10:22 +02:00
hiker
c4b6307ec9 Merge branch 'master' of github.com:supertuxkart/stk-code 2014-09-13 01:24:17 +10:00
Vincent Lejeune
9453541006 Merge remote-tracking branch 'origin/master-fix' 2014-09-12 17:22:59 +02:00
hiker
991f60d06d Select 'start' as default in gp info screen. 2014-09-13 00:58:30 +10:00
deve
cca078dbae Merge branch 'master' of https://github.com/supertuxkart/stk-code 2014-09-12 09:03:27 +02:00
deve
e6ab299f37 Fixed mingw compilation 2014-09-12 09:01:35 +02:00
vlj
0b0fabc7bb Try to merge all MeshFor_Pass 2014-09-12 02:58:13 +02:00
vlj
503ecbb6f1 Some fixes to ligthshaft 2014-09-12 02:27:48 +02:00
Vincent Lejeune
6f65874ab2 Try to disable openMP at runtime 2014-09-12 01:12:55 +02:00
Vincent Lejeune
53fe339fb3 Enable simple culling for non indirect codepath 2014-09-12 01:07:02 +02:00
hiker
bf135095d8 Updated documentation, removed commented out code. 2014-09-12 08:37:03 +10:00
Vincent Lejeune
d79a5aaf01 Fix plunger update in basic glsl mode 2014-09-11 19:44:30 +02:00
Vincent Lejeune
cc4f638ed6 Looks like a wrong rebase 2014-09-11 19:41:16 +02:00
Vincent Lejeune
e6881efbc3 Use a (commented out) faster culling algorithm 2014-09-11 19:34:10 +02:00
hiker
6958539a71 Merge branch 'master' of github.com:supertuxkart/stk-code 2014-09-11 21:48:44 +10:00
hiker
68e45db8d3 Start to support driving (and rescuing) on physical track objects. 2014-09-11 21:48:03 +10:00
Vincent Lejeune
e19ab67571 Inverse updateAbsolutePosition and Visibility test in scenemanager 2014-09-11 01:08:06 +02:00
Vincent Lejeune
dea23d7a69 Properly reapply HD3000 particle fix 2014-09-10 18:57:40 +02:00
Vincent Lejeune
e77b5dddeb Revert "Forgot to fix a particle shader for hd3000"
This reverts commit 48fcea8ee8.
2014-09-10 18:57:03 +02:00
Vincent Lejeune
48fcea8ee8 Forgot to fix a particle shader for hd3000 2014-09-10 18:09:38 +02:00
Vincent Lejeune
2e860207d2 Move texture management function in a separate file. 2014-09-10 17:05:08 +02:00
Marianne Gagnon
2672d9b923 Merge branch 'master' of https://github.com/supertuxkart/stk-code 2014-09-09 20:47:35 -04:00
Marianne Gagnon
cc3924081a Fix LOD 2014-09-09 20:47:22 -04:00
Vincent Lejeune
112ae43d03 Remove unneeded if (version/glcap) in shader ctor 2014-09-10 01:49:37 +02:00
hiker
8e12e68425 Merge branch 'master' of github.com:supertuxkart/stk-code 2014-09-10 09:45:12 +10:00
Vincent Lejeune
8fd97615f3 Fix particle for hd3000 2014-09-10 01:42:51 +02:00
hiker
ae726b0902 Show "?" if a track has no screenshot (instead of the screenshot of
the previous track).
2014-09-10 09:39:20 +10:00
Vincent Lejeune
6e6b8e63b6 Inverted logic for compute shaders 2014-09-10 01:37:36 +02:00
Vincent Lejeune
c374beeb10 Disable all extension on OSX
OSX does support GL 4.1 + a couple of 4.2 extensions. Since not all 4.2
extensions are present, disable extensions support instead of supporting
several combinaisons of extensions.
2014-09-10 00:20:32 +02:00
vlj
9adda0bfeb Try to fix OSX 2014-09-09 21:58:53 +02:00
vlj
e8288c139d Add some documentation to add new material. 2014-09-09 17:48:22 +02:00
vlj
cc141fc992 Factorize matrix block uniform assignment 2014-09-09 17:27:10 +02:00
vlj
fbe2896460 Use non debug gl ctx in non debug build 2014-09-09 16:57:46 +02:00
vlj
a45152b915 Clean some #define 2014-09-09 16:39:28 +02:00
hiker
81da7cc2f7 Merge branch 'master' of github.com:supertuxkart/stk-code 2014-09-09 13:18:17 +10:00
hiker
1a7b384633 Fixed typo. 2014-09-09 13:14:56 +10:00