summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
43 hoursRevert "Rename uniform vec4 color to color4"HEADmainsecretfoxtail
This reverts commit a42a77f0aacf5878f29edafc42b8b230dc290bb6.
43 hoursRevert "More renaming color to color4"secretfoxtail
This reverts commit 93f5747aaacb4109eece1165dd76a5a5f01e0e77.
43 hoursRevert "More renaming color to color4"secretfoxtail
This reverts commit 3fa052f6a2e642a6f1c450ec77f7b47a49016558.
47 hoursNo samples_passed when there's no GL_SAMPLES_PASSEDErik Kundiman
cause it relies on querying mSamplesQuery, which would only have a value if it could run glBeginQuery(GL_SAMPLES_PASSED, mSamplesQuery).
47 hoursPreprocess eTextureType like sGLTextureTypeErik Kundiman
(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.
4 daysFix for refresh attachmentsgwigz
Missing `llviewerjointattachment.cpp` change for refresh attachments to fully function https://github.com/FirestormViewer/phoenix-firestorm/commit/07ad25c6be898e42e870b1b6db84f6b16b7275f6#diff-c4316b59d0c69a9672ddfb53e2bc9172c30f1f30017a9c7e4ce817c0905e47cbR34
5 daysMinimal favorite folder inventory featuregwigz
Utilizes the recent-ish "open in new window" functionality from `LLPanelMainInventory::newFolderWindow`
6 daysExplicit on OpenJPEG library being staticErik Kundiman
It wasn't inheriting the viewer's BUILD_SHARED_LIBS setting.
6 daysMore renaming color to color4Erik Kundiman
6 daysMerge pull request #14 from gwigz/refresh-attachmentsErik Kundiman
Port Firestorm/Catznip refresh attachments feature
7 daysPort Firestorm/Catznip refresh attachments featuregwigz
12 daysMore renaming color to color4Erik Kundiman
13 daysRename uniform vec4 color to color4Erik Kundiman
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.
2024-09-30No VC flags on GCC & deps only if building ColladaErik Kundiman
2024-09-30Windows configuration, with MSYS2 in MinGW for nowErik Kundiman
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.
2024-09-29Replace INTERNAL with just STRINGErik Kundiman
just like how ADDRESS_SIZE is set with Autobuild.
2024-09-29Fix extracted OpenSSL1.1.1w dir nameErik Kundiman
and specialise it just for FreeBSD, along with other fixes to get it building again on FreeBSD with an empty packages folder.
2024-09-27ReindentErik Kundiman
2024-09-27Squeeze one more person into the teamErik Kundiman
2024-09-27Codesign message & fixup_bundle after links creationErik Kundiman
to avoid verbose warnings of non-existent embedded items.
2024-09-27Make linking to ll::webrtc more genericErik Kundiman
for platforms other than Windows, macOS, and GNU/Linux, except for FreeBSD.
2024-09-27Use the more portable glDrawBuffersErik Kundiman
Also renamed the draw buffers to avoid risking the previously defined draw buffers with the same variable name.
2024-09-27Preprocess glGetTexImageErik Kundiman
so it doesn't get compiled on non OpenGL 1.3 implementors.
2024-09-26Merge pull request #13 from gwigz/more-gesture-keysErik Kundiman
LLPreviewGesture adjusted to display more keys
2024-09-26LLPreviewGesture adjusted to display more keysgwigz
Tweak found in most TPVs, likely originated from Firestorm
2024-09-26ReindentErik Kundiman
2024-09-25Change media plugins' linkages to bundled BoostErik Kundiman
2024-09-25Re-add pcre header directory for macOSErik Kundiman
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).
2024-09-24MacPorts' expat (compatibility) has been updatedErik Kundiman
2024-09-21ColladaDOM depends on dynamic Boost 1.81 on macOSErik Kundiman
so we don't need the boost package or the -no_static variant of boost181 any more.
2024-09-21Remove remaining XMLRPC-EPI dependenciesErik Kundiman
2024-09-19LL's WebRTC breaks CEF on Ubuntu too, so use CM'sErik Kundiman
Now that it's only Debian and macOS x86-64 that are left safe to use LL's WebRTC build, the logic is reversed.
2024-09-18Remove double autobuild dependency entriesErik Kundiman
Preferring DeltaFPS to maint-b.
2024-09-17Merge branch 'main' into 2024.08-DeltaFPSErik Kundiman
2024-09-17Revert to LL's OpenJPEG forkErik Kundiman
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-09-17Squeeze two more people into the teamErik Kundiman
2024-09-16OpenSUSE Tumbleweed instructions adjustmentsecretfoxtail
Change libboost_url version
2024-09-16Merge remote-tracking branch 'secondlife/release/2024.08-DeltaFPS' into ↵Erik Kundiman
2024.08-DeltaFPS
2024-09-16Merge branch 'main' into 2024.08-DeltaFPSErik Kundiman
2024-09-16OpenSUSE Tumbleweed instructions adjustmentsecretfoxtail
add libboost_program_options-devel
2024-09-16Revert "Blufault - bring back tilebar separators"secretfoxtail
This reverts commit 46ccddb0d8e66b3faf6b77a50209346888acf5b7.
2024-09-16Revert "Window_NoTitle_Foreground brightness adjustment"secretfoxtail
This reverts commit 8081dba75bd761cad54ecb212fbbb5499c75b693.
2024-09-16Revert "Window_Background adjustment"secretfoxtail
This reverts commit bfd4d03908464373f7d2cab747d73d24b516a09c.
2024-09-16WebRTC on Fedora & openSUSE without breaking CEFErik Kundiman
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.
2024-09-10#2434 Intel HD4000 compatibility pass (#2541)Dave Parks
* #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>
2024-09-08opensuse instruction tweaksecretfoxtail
add pcre-devel
2024-09-08Merge branch 'main' into 2024.08-DeltaFPSErik Kundiman
# Conflicts: # README.md # indra/newview/CMakeLists.txt
2024-09-08Merge branch 'main' of https://gitlab.com/secretfoxtail/megapahit-viewer.gitErik Kundiman
2024-09-08Merge pull request #12 from oikumene/freebsdErik Kundiman
check CMAKE_CXX_COMPILER_ID to adjust compiler options
2024-09-08'Clang' is capitalized. Correct it.Hiroo Ono
cf. https://cmake.org/cmake/help/v3.28/variable/CMAKE_LANG_COMPILER_ID.html