This repository has been archived on 2023-10-09 . You can view files and clone it. You cannot open issues or pull requests or push a commit.
Sergey Sharybin
683db783d0
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.
2013-07-11 09:15:19 +00:00
..
2013-05-28 19:35:26 +00:00
2013-06-29 10:52:18 +00:00
2013-07-11 09:15:19 +00:00
2013-07-11 08:25:37 +00:00
2013-07-10 11:36:52 +00:00
2013-07-11 04:24:36 +00:00
2013-06-26 09:02:11 +00:00
2013-07-10 07:23:55 +00:00
2012-12-15 07:57:16 +00:00
2013-07-11 08:25:37 +00:00
2013-07-09 23:25:02 +00:00
2013-06-30 23:50:17 +00:00
2013-06-27 19:52:50 +00:00
2013-07-11 04:38:47 +00:00
2013-07-10 14:26:31 +00:00
2013-07-10 14:26:31 +00:00
2013-07-03 12:32:29 +00:00
2013-06-29 10:09:15 +00:00
2013-07-11 04:24:36 +00:00
2013-05-28 19:35:26 +00:00
2013-07-10 16:46:13 +00:00
2013-07-09 08:44:06 +00:00
2013-03-23 03:00:37 +00:00
2013-05-28 20:35:12 +00:00