Go to file
Roxie Linden 57153cf0f1 SH-655 - Project mesh viewer crashes on exit.
A copy constructor was implemented which did a memcpy,
which included the vtable pointer which was to another object of another
class (same child though).  This resulted in the wrong destructor
being called.
The reason for the memcpy was for alignment purposes.

The solution was to move to LLVector4a, which is intrinsicly aligned.

Also, did some performance optimizations based on the LLVector4a optimizations.


The solution was to re-implement the
2010-12-23 01:48:44 -08:00
doc Automated merge up from viewer-development 2010-12-07 14:56:36 -05:00
etc Automated merge up from viewer-development 2010-12-01 10:55:24 -05:00
indra SH-655 - Project mesh viewer crashes on exit. 2010-12-23 01:48:44 -08:00
scripts Automated merge up from viewer-development 2010-12-01 10:55:24 -05:00
.hgignore Merge with render-pipeline 2010-06-07 23:05:22 -05:00
.hgtags Automated merge up from viewer-development 2010-12-07 14:56:36 -05:00
BuildParams Automated merge up from viewer-development 2010-12-13 10:08:55 -05:00
build.sh Append logs of multivariant builds correctly. 2010-10-28 12:46:16 -07:00
install.xml Merge 2010-12-03 15:44:39 -08:00
viewer-hg-convert.shamap Merge 2010-09-27 17:54:52 -07:00