overte-thingvellir/libraries/display-plugins
Howard Stearns 188c477f7e Fix render rate.
Depending on how the threads get assigned, the actual render rate (not just the stats) could be as little as a third of what is targetted.

That's because the code was insisting on an empty texture escrow before our update/render cycle could begin, and otherwise just waits for the next whole cycle.
On my MacbookPro, this was regularly giving a render average of 20fps instead of 60.
2015-12-05 17:32:32 -08:00
..
src/display-plugins Fix render rate. 2015-12-05 17:32:32 -08:00
CMakeLists.txt Support for runtime plugins (DLLs) 2015-11-01 11:12:12 -08:00