<feed xmlns='http://www.w3.org/2005/Atom'>
<title>viewer.git/indra/llcommon/llprocessor.cpp, branch cef_147</title>
<subtitle>Megapahit's fork of the Second Life viewer.
</subtitle>
<id>https://www.megapahit.org/viewer.git/atom?h=cef_147</id>
<link rel='self' href='https://www.megapahit.org/viewer.git/atom?h=cef_147'/>
<link rel='alternate' type='text/html' href='https://www.megapahit.org/viewer.git/'/>
<updated>2025-12-04T08:48:50Z</updated>
<entry>
<title>Merge remote-tracking branch 'secondlife/release/2026.01' into 2026.01</title>
<updated>2025-12-04T08:48:50Z</updated>
<author>
<name>Erik Kundiman</name>
<email>erik@megapahit.org</email>
</author>
<published>2025-12-04T05:58:12Z</published>
<link rel='alternate' type='text/html' href='https://www.megapahit.org/viewer.git/commit/?id=e3a35af2c676fb211ff7d01a79eb1a3299bc82f3'/>
<id>urn:sha1:e3a35af2c676fb211ff7d01a79eb1a3299bc82f3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove cpuid feature bits verification in llprocessor.cpp (#4959)</title>
<updated>2025-11-10T21:07:24Z</updated>
<author>
<name>Jonathan "Geenz" Goodman</name>
<email>geenz@lindenlab.com</email>
</author>
<published>2025-11-10T21:07:24Z</published>
<link rel='alternate' type='text/html' href='https://www.megapahit.org/viewer.git/commit/?id=bf4cd86a80459d1a3cbab457cd6e827eac594bd2'/>
<id>urn:sha1:bf4cd86a80459d1a3cbab457cd6e827eac594bd2</id>
<content type='text'>
* Remove cpuid feature bits verification in llprocessor.cpp
</content>
</entry>
<entry>
<title>Merge tag 'Second_Life_Release#a6d4c1d3-2025.07' into 2025.07</title>
<updated>2025-10-01T08:56:56Z</updated>
<author>
<name>Erik Kundiman</name>
<email>erik@megapahit.org</email>
</author>
<published>2025-09-29T08:29:19Z</published>
<link rel='alternate' type='text/html' href='https://www.megapahit.org/viewer.git/commit/?id=a954d290674db08ecaf3c1e6484a0cb6647b88b5'/>
<id>urn:sha1:a954d290674db08ecaf3c1e6484a0cb6647b88b5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixes for GHA build</title>
<updated>2025-08-28T21:58:33Z</updated>
<author>
<name>Rye</name>
<email>rye@alchemyviewer.org</email>
</author>
<published>2025-08-28T18:09:03Z</published>
<link rel='alternate' type='text/html' href='https://www.megapahit.org/viewer.git/commit/?id=5ffcd3dc88892a651fe9a95974280efb85e18a8b'/>
<id>urn:sha1:5ffcd3dc88892a651fe9a95974280efb85e18a8b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'main' into 2025.05</title>
<updated>2025-07-18T05:52:07Z</updated>
<author>
<name>Erik Kundiman</name>
<email>erik@megapahit.org</email>
</author>
<published>2025-07-18T05:52:07Z</published>
<link rel='alternate' type='text/html' href='https://www.megapahit.org/viewer.git/commit/?id=c6048b2a8e18877f3f8bd0a7e190c553a3caa9a5'/>
<id>urn:sha1:c6048b2a8e18877f3f8bd0a7e190c553a3caa9a5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Attempt to replace __cpuid on arm64 without cpuinfo</title>
<updated>2025-06-25T09:58:43Z</updated>
<author>
<name>Erik Kundiman</name>
<email>erik@megapahit.org</email>
</author>
<published>2025-06-25T09:55:37Z</published>
<link rel='alternate' type='text/html' href='https://www.megapahit.org/viewer.git/commit/?id=bd4f7fd03d428e1592d96b75522716a72ab673b1'/>
<id>urn:sha1:bd4f7fd03d428e1592d96b75522716a72ab673b1</id>
<content type='text'>
https://stackoverflow.com/questions/60588765/how-to-get-cpu-brand-information-in-arm64
</content>
</entry>
<entry>
<title>Revert "Attempt to replace __cpuid, on arm64 using cpuinfo"</title>
<updated>2025-06-25T09:39:08Z</updated>
<author>
<name>Erik Kundiman</name>
<email>erik@megapahit.org</email>
</author>
<published>2025-06-25T09:39:08Z</published>
<link rel='alternate' type='text/html' href='https://www.megapahit.org/viewer.git/commit/?id=266c327b2d91ff16c4ffd44d14e3bbde86681dc6'/>
<id>urn:sha1:266c327b2d91ff16c4ffd44d14e3bbde86681dc6</id>
<content type='text'>
This reverts commit 32871ee579bfbd4828f7888550897f619fdfd9d7.
</content>
</entry>
<entry>
<title>Attempt to replace __cpuid, on arm64 using cpuinfo</title>
<updated>2025-06-19T09:42:53Z</updated>
<author>
<name>Erik Kundiman</name>
<email>erik@megapahit.org</email>
</author>
<published>2025-06-19T09:42:53Z</published>
<link rel='alternate' type='text/html' href='https://www.megapahit.org/viewer.git/commit/?id=32871ee579bfbd4828f7888550897f619fdfd9d7'/>
<id>urn:sha1:32871ee579bfbd4828f7888550897f619fdfd9d7</id>
<content type='text'>
This commit is for getting rid of the compile error for now,
we don't know yet if this will work correctly or not.
</content>
</entry>
<entry>
<title>Merge tag 'Second_Life_Release#11cd9b9-2025.05' into 2025.05</title>
<updated>2025-04-19T14:12:00Z</updated>
<author>
<name>Erik Kundiman</name>
<email>erik@megapahit.org</email>
</author>
<published>2025-04-19T14:07:21Z</published>
<link rel='alternate' type='text/html' href='https://www.megapahit.org/viewer.git/commit/?id=ba20ac5718de63c499fe08ea4079695962dc2f17'/>
<id>urn:sha1:ba20ac5718de63c499fe08ea4079695962dc2f17</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Get the viewer launching on Fedora Asahi Remix</title>
<updated>2025-04-19T12:21:46Z</updated>
<author>
<name>Erik Kundiman</name>
<email>erik@megapahit.org</email>
</author>
<published>2025-04-19T12:21:46Z</published>
<link rel='alternate' type='text/html' href='https://www.megapahit.org/viewer.git/commit/?id=ad9c801edb13568657c0964ebfb74257da6d9e00'/>
<id>urn:sha1:ad9c801edb13568657c0964ebfb74257da6d9e00</id>
<content type='text'>
Media plugins enabling not yet.
OpenXR is disabled for now (it hasn't been used anyway).
perl-FindBin is needed to be able to build OpenSSL on Fedora aarch64.
Setting the C standard to 90 when building cURL is needed, otherwise
it would fail at configure time with a misleading error of not finding
link/run time requirements for dependencies (such as nghttp2 and zlib),
at least on Fedora (and macOS too back then, I remember).
GCC treated SSE2NEON warnings as errors on so many files,
so -Wno-cpp is added globally.
The same Linux CPU frequency calculation needs to be out of the x86 scope,
otherwise the viewer would complain about not meeting the requirements
at launch time.
</content>
</entry>
</feed>
