Age | Commit message (Collapse) | Author |
|
|
|
Set PACKAGE to ON.
|
|
This reverts commit 45b9eed30320c6281efcfb748098a8789b15f15f.
|
|
This reverts commit aaa8cb5a37a720ff67792d0a31fec793b03b3742.
|
|
This reverts commit 60592ae0d7a98e071e516fcac70c5bf1427f20be.
|
|
https://github.com/FirestormViewer/phoenix-firestorm/commit/bcc7406ccc22d5c8d73fe3200da3c6a36d903a10#diff-d16d50e343f4f0926f7ebac63ec9ad3ef3ebab8f575dfe520042d0ab00ef8836R2404
|
|
|
|
I've tried using FMOD instead, but CEF didn't work either.
At first I used crow-misia's WebRTC build but it would cause a
segmentation fault, but LL's build seems to break CEF.
Gotta find a way so CM's build doesn't crash the viewer.
PKGBUILD should be moved to indra/newview as an .in to be configured
by CMake for dynamic version numbers, and adjust the instruction
too to run makepkg -R from the folder where the generated PKGBUILD
will be.
|
|
This reverts commit a42a77f0aacf5878f29edafc42b8b230dc290bb6.
|
|
This reverts commit 93f5747aaacb4109eece1165dd76a5a5f01e0e77.
|
|
This reverts commit 3fa052f6a2e642a6f1c450ec77f7b47a49016558.
|
|
cause it relies on querying mSamplesQuery, which would only have a
value if it could run glBeginQuery(GL_SAMPLES_PASSED, mSamplesQuery).
|
|
(cause eTextureType seems to have been designed to mirror sGLTextureType)
otherwise you'd get a GL error of invalid enum of the first argument
for glTexImage2D.
|
|
Missing `llviewerjointattachment.cpp` change for refresh attachments to fully function
https://github.com/FirestormViewer/phoenix-firestorm/commit/07ad25c6be898e42e870b1b6db84f6b16b7275f6#diff-c4316b59d0c69a9672ddfb53e2bc9172c30f1f30017a9c7e4ce817c0905e47cbR34
|
|
Utilizes the recent-ish "open in new window" functionality from `LLPanelMainInventory::newFolderWindow`
|
|
It wasn't inheriting the viewer's BUILD_SHARED_LIBS setting.
|
|
|
|
|
|
|
|
to avoid name clash with the uniform vec3 color somewhere else.
I've tested this and everything seemed okay. Just revert this if it
causes trouble.
|
|
|
|
Also simplify CMake-based dependency projects, the parameters that
have been set for the viewer seem to have been implied all this time
for the subprojects.
|
|
and specialise it just for FreeBSD, along with other fixes to get
it building again on FreeBSD with an empty packages folder.
|
|
|
|
|
|
to avoid verbose warnings of non-existent embedded items.
|
|
for platforms other than Windows, macOS, and GNU/Linux, except for
FreeBSD.
|
|
Also renamed the draw buffers to avoid risking the previously
defined draw buffers with the same variable name.
|
|
so it doesn't get compiled on non OpenGL 1.3 implementors.
|
|
Tweak found in most TPVs, likely originated from Firestorm
|
|
|
|
|
|
I thought /opt/local/include wasn't needed since we switched to boost181,
but PCRE headers are there. If you still have "boost" installed (maybe
depended on by some other package, just deactivate it first before cmake).
|
|
|
|
so we don't need the boost package or the -no_static variant of
boost181 any more.
|
|
|
|
Now that it's only Debian and macOS x86-64 that are left safe to use
LL's WebRTC build, the logic is reversed.
|
|
|
|
System 2.5.2 caused too much rainbow in DeltaFPS. For now, the OpenJPEG
listed in autobuild.xml is 2.5.0. However, LL has recently got 2.5.2
too in their OpenJPEG fork repo, but we switch to that once it's the
one listed in autobuild.xml.
Reverting to the now maintained LL 3p-openjpeg should fix the texture
thrashing problem https://megapahit.com/show_bug.cgi?id=1 starting
from DeltaFPS.
|
|
|
|
2024.08-DeltaFPS
|
|
|
|
This reverts commit 46ccddb0d8e66b3faf6b77a50209346888acf5b7.
|
|
This reverts commit 8081dba75bd761cad54ecb212fbbb5499c75b693.
|
|
This reverts commit bfd4d03908464373f7d2cab747d73d24b516a09c.
|
|
Thanks to the Linux x86-64 WebRTC binary from Zenichi Amano (crow-misia).
https://megapahit.com/show_bug.cgi?id=64
Haven't been tested on openSUSE, but it should work.
|
|
* #2434 Intel HD4000 compatibility pass
* Fixes crash on old drivers when loading shaders
* Fixes 30 second hang on startup
* Fixes occasional dev build crash in LLWearableList
---------
Co-authored-by: Brad Linden <brad@lindenlab.com>
|
|
# Conflicts:
# README.md
# indra/newview/CMakeLists.txt
|
|
Add libboost_program_options1_85_0 to tumbleweed package requires
|
|
Now using LLs colladadom
|