<feed xmlns='http://www.w3.org/2005/Atom'>
<title>viewer.git/indra/newview/lltextureinfo.cpp, branch cef_147</title>
<subtitle>Megapahit's fork of the Second Life viewer.
</subtitle>
<id>https://megapahit.org/viewer.git/atom?h=cef_147</id>
<link rel='self' href='https://megapahit.org/viewer.git/atom?h=cef_147'/>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/'/>
<updated>2024-07-08T18:27:14Z</updated>
<entry>
<title>Re-enable compiler warnings C4244 and C4396 except for lltracerecording.h and llunittype.h for now</title>
<updated>2024-07-08T18:27:14Z</updated>
<author>
<name>Ansariel</name>
<email>ansariel.hiller@phoenixviewer.com</email>
</author>
<published>2024-07-08T18:27:14Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=9fdca96f8bd2211a99fe88e57b70cbecefa20b6d'/>
<id>urn:sha1:9fdca96f8bd2211a99fe88e57b70cbecefa20b6d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Re-enable a lot of compiler warnings for MSVC and address the C4267 "possible loss of precision" warnings</title>
<updated>2024-06-01T13:49:26Z</updated>
<author>
<name>Ansariel</name>
<email>ansariel.hiller@phoenixviewer.com</email>
</author>
<published>2024-06-01T13:49:26Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=b42f9d836b4c0f7fbd4bdae1734021e2a09fdbe8'/>
<id>urn:sha1:b42f9d836b4c0f7fbd4bdae1734021e2a09fdbe8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>#824 Process source files in bulk: replace tabs with spaces, convert CRLF to LF, and trim trailing whitespaces as needed</title>
<updated>2024-04-29T04:56:09Z</updated>
<author>
<name>Andrey Lihatskiy</name>
<email>alihatskiy@productengine.com</email>
</author>
<published>2024-04-29T04:43:28Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=1b68f71348ecf3983b76b40d7940da8377f049b7'/>
<id>urn:sha1:1b68f71348ecf3983b76b40d7940da8377f049b7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>SL-683 Fixed Logging parameters not taking effect immediately</title>
<updated>2017-09-20T12:53:34Z</updated>
<author>
<name>andreykproductengine</name>
<email>andreykproductengine@lindenlab.com</email>
</author>
<published>2017-09-20T12:53:34Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=5cd56406ab6d36e6b90e589f58fc4aa578edbdf1'/>
<id>urn:sha1:5cd56406ab6d36e6b90e589f58fc4aa578edbdf1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>SL-683 Instrument viewer cache</title>
<updated>2017-08-17T12:32:01Z</updated>
<author>
<name>andreykproductengine</name>
<email>andreykproductengine@lindenlab.com</email>
</author>
<published>2017-08-17T12:32:01Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=cbd4c0196fc32f94c6f9a41d161b65f4609985d4'/>
<id>urn:sha1:cbd4c0196fc32f94c6f9a41d161b65f4609985d4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>merge changes for 4.0.1-release</title>
<updated>2016-01-15T21:55:04Z</updated>
<author>
<name>Oz Linden</name>
<email>oz@lindenlab.com</email>
</author>
<published>2016-01-15T21:55:04Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=bc22e587439a2822e5228508e7a4a1e2ec0121c5'/>
<id>urn:sha1:bc22e587439a2822e5228508e7a4a1e2ec0121c5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove execute permission from many files that should not have it</title>
<updated>2015-11-10T14:48:56Z</updated>
<author>
<name>Oz Linden</name>
<email>oz@lindenlab.com</email>
</author>
<published>2015-11-10T14:48:56Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=c8726aba303bcf1207b730a344536e25491420bc'/>
<id>urn:sha1:c8726aba303bcf1207b730a344536e25491420bc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MAINT-4360 FIXED (Setting LogTextureDownloadsToSimulator causes a viewer crash)</title>
<updated>2015-10-21T15:47:24Z</updated>
<author>
<name>ruslantproductengine</name>
<email>ruslantproductengine@lindenlab.com</email>
</author>
<published>2015-10-21T15:47:24Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=dc2cb70e81ce3ce7fbf6b50c07193a5be09d1042'/>
<id>urn:sha1:dc2cb70e81ce3ce7fbf6b50c07193a5be09d1042</id>
<content type='text'>
The fix in fllowing:
LLTextureFetch has object LLTextureInfo which is has Recorder object.

The recorder object activate (Recorder::handleStart()) self AccumulatorBufferGroup
(Recorder::mBuffers into the current (LLTrace::get_thread_recorder()) ThreadRecorder object
which created (as I understand) one per thread, and time to time send accumulated data to the master ThreadRecorder.

The problem is that LLTextureFetch also can uses from the main thread.
I decide add parameter to CTOR LLTextureInfo(bool postponeStartRecoreder) -
if it false the recorder start immediatly in LLTextureInfo CTOR body, if true we need to start it manually.

Also I add another one LLTextureInfo  in LLTextureFetch::mTextureInfoMainThread which is intended
for accumulate data from the main thread.
The postponed Recorder started/stoped from LLTextureFetch::startThread()/endThread().
</content>
</entry>
<entry>
<title>SH-4433 WIP: Interesting: Statistics &gt; Ping Sim is always 0 ms</title>
<updated>2013-08-19T05:30:27Z</updated>
<author>
<name>Richard Linden</name>
<email>none@none</email>
</author>
<published>2013-08-19T05:30:27Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=612892b45a3413b16e40c49d3bfde77a4ca927fd'/>
<id>urn:sha1:612892b45a3413b16e40c49d3bfde77a4ca927fd</id>
<content type='text'>
continued conversion to units system
made units perform type promotion correctly and preserve type in arithmetic
e.g. can now do LLVector3 in units
added typedefs for remaining common unit types, including implicits
</content>
</entry>
<entry>
<title>moved unit types out of LLUnits namespace, since they are prefixed</title>
<updated>2013-08-15T07:02:23Z</updated>
<author>
<name>Richard Linden</name>
<email>none@none</email>
</author>
<published>2013-08-15T07:02:23Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=9f7bfa1c3710856cd2b0a0a8a429d6c45b0fcd09'/>
<id>urn:sha1:9f7bfa1c3710856cd2b0a0a8a429d6c45b0fcd09</id>
<content type='text'>
</content>
</entry>
</feed>
