Catch up with viewer-beta. Primarily sim transition alterations to reduce frame hitching, and some optimization in LLViewerObjectList (std::set -> std::vector and and some allocation tweakage).

This commit is contained in:
Shyotl
2012-10-20 17:02:43 -05:00
parent 43271f290e
commit b73f4dd8e4
20 changed files with 218 additions and 96 deletions

View File

@@ -89,6 +89,7 @@ protected:
void renderFull2TU();
void renderFull4TU();
void renderFullShader();
void drawLoop();
};
#endif // LL_LLDRAWPOOLSIMPLE_H