<feed xmlns='http://www.w3.org/2005/Atom'>
<title>viewer.git/indra/llrender/lluiimage.h, branch 26.4</title>
<subtitle>Megapahit's fork of the Second Life viewer.
</subtitle>
<id>https://megapahit.org/viewer.git/atom?h=26.4</id>
<link rel='self' href='https://megapahit.org/viewer.git/atom?h=26.4'/>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/'/>
<updated>2026-07-21T19:42:36Z</updated>
<entry>
<title>#5972 Track UI texture changes</title>
<updated>2026-07-21T19:42:36Z</updated>
<author>
<name>Andrey Kleshchev</name>
<email>117672381+akleshchev@users.noreply.github.com</email>
</author>
<published>2026-07-21T17:56:54Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=b35e537b5140c2a1d38fe979c2c551f735a6d21e'/>
<id>urn:sha1:b35e537b5140c2a1d38fe979c2c551f735a6d21e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>#5972 LLUIImage based buffer cache #2</title>
<updated>2026-07-10T20:06:07Z</updated>
<author>
<name>Andrey Kleshchev</name>
<email>117672381+akleshchev@users.noreply.github.com</email>
</author>
<published>2026-07-01T21:22:21Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=fa38b81c80e41280fb79c0fb0613a408548a27ac'/>
<id>urn:sha1:fa38b81c80e41280fb79c0fb0613a408548a27ac</id>
<content type='text'>
Simplify key a bit.
</content>
</entry>
<entry>
<title>#5972 LLUIImage based buffer cache</title>
<updated>2026-07-10T20:06:07Z</updated>
<author>
<name>Andrey Kleshchev</name>
<email>117672381+akleshchev@users.noreply.github.com</email>
</author>
<published>2026-07-01T21:13:47Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=07c58edf61c8eb1e3daaa17759206bbd4edd1af8'/>
<id>urn:sha1:07c58edf61c8eb1e3daaa17759206bbd4edd1af8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>#5078 Replace boost::function with std::function</title>
<updated>2025-12-01T10:46:57Z</updated>
<author>
<name>Rye</name>
<email>rye@alchemyviewer.org</email>
</author>
<published>2025-12-01T10:46:57Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=fb3f0e18a2ada57f98c3b10fab0c13fb2d504ae1'/>
<id>urn:sha1:fb3f0e18a2ada57f98c3b10fab0c13fb2d504ae1</id>
<content type='text'>
* Replace boost::function usage with std::function for easier debugging and reduced compiler warnings
* Remove a few remaining instances of boost::noncopyable that were missed in tests

Signed-off-by: Rye &lt;rye@alchemyviewer.org&gt;</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-10566 Use vector for some high-traffic, low-item count containers instead of list.</title>
<updated>2019-08-05T19:04:29Z</updated>
<author>
<name>Graham Linden</name>
<email>graham@lindenlab.com</email>
</author>
<published>2019-08-05T19:04:29Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=76128c4357bc36acd54575153516c6d337fe4263'/>
<id>urn:sha1:76128c4357bc36acd54575153516c6d337fe4263</id>
<content type='text'>
Provide method of storing joint indices sep from weight data for faster runtime processing.
</content>
</entry>
<entry>
<title>fixed focus issue on inventory</title>
<updated>2013-11-06T03:26:23Z</updated>
<author>
<name>Richard Linden</name>
<email>none@none</email>
</author>
<published>2013-11-06T03:26:23Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=c35801ef1c56b6c84063f47b490a8d2220b77ca7'/>
<id>urn:sha1:c35801ef1c56b6c84063f47b490a8d2220b77ca7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>SH-3944 WIP CHUI merge fixing</title>
<updated>2013-03-12T22:34:15Z</updated>
<author>
<name>Nyx Linden</name>
<email>nyx@lindenlab.com</email>
</author>
<published>2013-03-12T22:34:15Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=1586107e87f20da7a3eb8b14beffaed03ffc5db5'/>
<id>urn:sha1:1586107e87f20da7a3eb8b14beffaed03ffc5db5</id>
<content type='text'>
re-introduced don's refactor of low-level openGL calls pulling out of llui
and putting them into llrender. Took the new code from their updated versions
from the CHUI merge, but put them in a place accessible to appearance utility.
</content>
</entry>
</feed>
