overte-HifiExperiments/libraries
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
..
animation Avatar::getJointRotation and getJointTranslation is thread-safe 2015-12-04 16:16:17 -08:00
audio Merge pull request #6546 from kencooke/audio-reverb 2015-12-04 10:19:56 -08:00
audio-client Completely remove Gverb from cmake 2015-12-03 18:06:50 -08:00
auto-updater Cleanup CMake files 2015-10-11 00:01:03 -07:00
avatars merge from upstream 2015-12-02 09:30:19 -08:00
controllers Fix override warnings on XCode 7 2015-12-04 08:55:43 -08:00
display-plugins Fix render rate. 2015-12-05 17:32:32 -08:00
embedded-webserver implement support to download the persist file from entity server status page 2015-11-18 17:30:07 -08:00
entities Merge pull request #6152 from sethalves/parents 2015-12-04 10:26:57 -08:00
entities-renderer Merge pull request #6543 from Atlante45/pointer 2015-12-04 11:17:02 -08:00
environment Cleanup CMake files 2015-10-11 00:01:03 -07:00
fbx Added USE_PRE_ROT_FROM_ANIM option to AnimClip 2015-11-23 15:58:18 -08:00
gl Fixing preview / vsync functionality 2015-12-04 12:46:19 -08:00
gpu Merge pull request #6543 from Atlante45/pointer 2015-12-04 11:17:02 -08:00
input-plugins Fixing menu items in display plugins 2015-12-04 10:28:19 -08:00
model gpu::Shader::create* return shared_ptr 2015-12-03 14:56:07 -08:00
model-networking Cleanup CMake files 2015-10-11 00:01:03 -07:00
networking only attempt to stop QTimer if active 2015-12-04 14:12:41 -08:00
octree fix warnings 2015-12-04 08:37:46 -08:00
physics merge from upstream 2015-12-02 14:38:26 -08:00
plugins Fixing preview / vsync functionality 2015-12-04 12:46:19 -08:00
procedural gpu::Shader::create* return shared_ptr 2015-12-03 14:56:07 -08:00
recording Fix override warnings on XCode 7 2015-12-04 08:55:43 -08:00
render gpu::Shader::create* return shared_ptr 2015-12-03 14:56:07 -08:00
render-utils Merge pull request #6554 from Atlante45/warnings 2015-12-04 11:24:28 -08:00
script-engine Merge pull request #6152 from sethalves/parents 2015-12-04 10:26:57 -08:00
shared fix an AC race/crash 2015-12-04 11:13:36 -08:00
ui Fix crash when try to remove invalid menu item in JavaScript 2015-11-30 08:33:38 +13:00