From: Mikko Rasa Date: Tue, 30 Sep 2014 17:05:45 +0000 (+0300) Subject: Rewrite ResourceManager internals for more scalability X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;h=d184ad8a88156a5b0cfe926e5aa66fd574556560;hp=d184ad8a88156a5b0cfe926e5aa66fd574556560;p=libs%2Fgl.git Rewrite ResourceManager internals for more scalability Since loading small resources can often take less than one frame, especially with vsync enabled, the thread can now handle more than one resource at once. The code is also somewhat better structured for using more than one thread in the future. ---