Files
test/source
Sergey Sharybin 59dfb05c72 Make fonts safe(r) for threading
Getting vfont data wasn't safe for threading, because it
was modifying font data which is in bmain and could be
shared by multiple objects.

For now made it so getting vfont uses critical section,
meaning vfont->data is initializing from inside a locked
mutex.

--
svn merge -r58168:58169 ^/branches/soc-2013-depsgraph_mt
2013-08-19 10:02:18 +00:00
..
2013-08-19 10:02:18 +00:00
2012-12-17 08:01:43 +00:00
2012-12-17 08:01:43 +00:00