Files
test/source/blender
Antony Riakiotakis c48c20b498 Fix T43530 using blender on remote connection crashes
Issue here is that remote connection will use OpenGL 1.1.
There was a call here that would free VBOs always without a check,
however the VBO free function pointer is NULL on such contexts causing a
crash.

This must have been causing some of the crashes with old contexts. While
I think supporting those systems is not such a good idea in general,
they can have a few more moments of support I guess.

Things might be better now for systems using OGL 1.1 though there are
still things that could be done better here - for instance going to
dyntopo can crash immediately because we don't have a fallback
implementation there. It might be worth reimplementing sculpting with
vertex arrays for the legacy case too, but I guess if we move on to
OpenGL 2.1 soon this is a bit of a wasted effort.
2015-02-03 16:18:19 +01:00
..
2014-10-29 14:15:21 +01:00
2015-02-03 19:59:39 +11:00
2015-01-29 15:35:06 +11:00
2014-11-28 22:16:14 +01:00
2015-02-02 23:29:53 +11:00
2015-02-01 01:17:21 +11:00
2015-02-02 23:29:53 +11:00
2015-01-20 09:30:02 +01:00