<feed xmlns='http://www.w3.org/2005/Atom'>
<title>viewer.git/indra/newview/lltextureinfo.h, branch 26.3</title>
<subtitle>Megapahit's fork of the Second Life viewer.
</subtitle>
<id>https://megapahit.org/viewer.git/atom?h=26.3</id>
<link rel='self' href='https://megapahit.org/viewer.git/atom?h=26.3'/>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/'/>
<updated>2024-04-29T04:56:09Z</updated>
<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>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>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>
<entry>
<title>SH-4299 FIX Interesting: High fps shown temporarily off scale in statistics console</title>
<updated>2013-06-29T03:45:20Z</updated>
<author>
<name>Richard Linden</name>
<email>none@none</email>
</author>
<published>2013-06-29T03:45:20Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=ffa7123bb5187e1da491a8f475d696053d9c9ee4'/>
<id>urn:sha1:ffa7123bb5187e1da491a8f475d696053d9c9ee4</id>
<content type='text'>
added ability to force uniqueness of LLCopyOnWritePointer
converted more variables to units
added convenience function for unit constants
</content>
</entry>
<entry>
<title>Update Mac and Windows breakpad builds to latest</title>
<updated>2013-03-29T14:50:08Z</updated>
<author>
<name>Graham Madarasz</name>
<email>graham@lindenlab.com</email>
</author>
<published>2013-03-29T14:50:08Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=bf6182daa8b4d7cea79310547f71d7a3155e17b0'/>
<id>urn:sha1:bf6182daa8b4d7cea79310547f71d7a3155e17b0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change license from GPL to LGPL (version 2.1)</title>
<updated>2010-08-13T11:24:57Z</updated>
<author>
<name>Oz Linden</name>
<email>oz@lindenlab.com</email>
</author>
<published>2010-08-13T11:24:57Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=06b0d72efa96b6a0ed665f7cd46f358c48929e7b'/>
<id>urn:sha1:06b0d72efa96b6a0ed665f7cd46f358c48929e7b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>merge QAR-1829: texture pipeline branch in viewer-2.0.0.3</title>
<updated>2009-11-06T06:52:24Z</updated>
<author>
<name>Xiaohong Bao</name>
<email>bao@lindenlab.com</email>
</author>
<published>2009-11-06T06:52:24Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=35e200881c38eb6c1bfd1f14ef440d4bc4da8c74'/>
<id>urn:sha1:35e200881c38eb6c1bfd1f14ef440d4bc4da8c74</id>
<content type='text'>
</content>
</entry>
</feed>
