-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
develop → Maint C sync #3178
develop → Maint C sync #3178
Commits on Nov 6, 2024
-
#2768: Partial fix for PBR texture animations stopping. May also fix …
…some Blinn-Phong texture animations. (#2971)
Configuration menu - View commit details
-
Copy full SHA for 5d62cdb - Browse repository at this point
Copy the full SHA 5d62cdbView commit details -
Configuration menu - View commit details
-
Copy full SHA for ff856af - Browse repository at this point
Copy the full SHA ff856afView commit details
Commits on Nov 19, 2024
-
brad/2744 handle shader errors (#3105)
* Partial solution to #2744 crash with better error handling. Handles shader compile errors better, and should turn crash into an LL_ERRS assertion failure. Strengthed more assertions and improved shader error line numbers * Even more error handling to get a handle on crash #2744 * Improved GLSL correctness on Intel chips that lack OpenGL 4.6 support. #2744 * Removed non-working fallback code for gDeferredPostProgram * Fixed incorrect llmax call
Configuration menu - View commit details
-
Copy full SHA for 7be9c43 - Browse repository at this point
Copy the full SHA 7be9c43View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d52d06 - Browse repository at this point
Copy the full SHA 8d52d06View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c6b388 - Browse repository at this point
Copy the full SHA 6c6b388View commit details
Commits on Nov 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3db8ce9 - Browse repository at this point
Copy the full SHA 3db8ce9View commit details -
viewer#3125 Crash at LLMaterialEditor::loadMaterial
Looks like floater expired while waiting for response
Configuration menu - View commit details
-
Copy full SHA for 7ff7de0 - Browse repository at this point
Copy the full SHA 7ff7de0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 934833b - Browse repository at this point
Copy the full SHA 934833bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9cb6203 - Browse repository at this point
Copy the full SHA 9cb6203View commit details -
#3104: Remove resolution restriction but prevent texture from fully l…
…oading. Miscellaneous cleanup and comments.
Configuration menu - View commit details
-
Copy full SHA for e7a7eed - Browse repository at this point
Copy the full SHA e7a7eedView commit details -
Configuration menu - View commit details
-
Copy full SHA for 97f0a21 - Browse repository at this point
Copy the full SHA 97f0a21View commit details -
viewer#3133 Callback related crash in LLViewerFetchedTexture
Seems to be realted to LLModelPreview and path generated textures so I'm improving cleanup.
Configuration menu - View commit details
-
Copy full SHA for bedf884 - Browse repository at this point
Copy the full SHA bedf884View commit details -
viewer#3055 Fix texture fetch being stuck
destroyRawImage is the only function that calls saveRawImage(), not calling it results in fetcher thinking that it still needs data to do the saving and looping back to trying to fetch.
Configuration menu - View commit details
-
Copy full SHA for 2d82fa2 - Browse repository at this point
Copy the full SHA 2d82fa2View commit details -
Merge pull request #3137 from secondlife/v-3104_extrafps
#3104: Fix outfit gallery pictures sometimes not loading. Remove texture resolution restriction.
Configuration menu - View commit details
-
Copy full SHA for 3d33326 - Browse repository at this point
Copy the full SHA 3d33326View commit details -
Minor cleanups and logging/ViewerStats improvements for GL3 fallback …
…trigger for intel HD 4X00 gpus
Configuration menu - View commit details
-
Copy full SHA for 86b7cfe - Browse repository at this point
Copy the full SHA 86b7cfeView commit details -
Convenience deployment tooling for cross-developing on "Classic Mode"…
… machines i.e. hardware that has a hard time running visual studio and tracy. for example, use it by running `autobuild configure -- -DLOCAL_DIST_DIR=dist/secondlife` and then export that directory under your build tree as a shared folder.
Configuration menu - View commit details
-
Copy full SHA for 9a29f07 - Browse repository at this point
Copy the full SHA 9a29f07View commit details
Commits on Nov 23, 2024
-
Merge pull request #3141 from secondlife/brad/2744-cleanups
#2744 intel fallback cleanups
Configuration menu - View commit details
-
Copy full SHA for b7924f7 - Browse repository at this point
Copy the full SHA b7924f7View commit details
Commits on Nov 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9f86209 - Browse repository at this point
Copy the full SHA 9f86209View commit details -
Configuration menu - View commit details
-
Copy full SHA for feb6b39 - Browse repository at this point
Copy the full SHA feb6b39View commit details
Commits on Nov 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7ef6e8f - Browse repository at this point
Copy the full SHA 7ef6e8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d65fb7c - Browse repository at this point
Copy the full SHA d65fb7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 77b715c - Browse repository at this point
Copy the full SHA 77b715cView commit details -
#2696 Viewer crashes on gestures : fix the bug (#3152)
Co-authored-by: Alexander Gavriliuk <alexandrgproductengine@lindenlab.com>
Configuration menu - View commit details
-
Copy full SHA for ca5119d - Browse repository at this point
Copy the full SHA ca5119dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d9ee40 - Browse repository at this point
Copy the full SHA 3d9ee40View commit details -
viewer#3147 Thumbnail picker's image is grey
when both thumnail and normal image attempt to fetch, one creates a fetcher, another fails, since fetcher is already there, potentially in a transitional state, so it thinks fetch failed.
4Configuration menu - View commit details
-
Copy full SHA for 38845a1 - Browse repository at this point
Copy the full SHA 38845a1View commit details
Commits on Nov 27, 2024
-
#3157 Fix alpha not having ambient lighting on low. (#3162)
* #3157 Fix alpha not having ambient lighting on low.
Configuration menu - View commit details
-
Copy full SHA for a90377d - Browse repository at this point
Copy the full SHA a90377dView commit details -
viewer#3147 Thumbnail picker's image is grey #2
Apparently made a blunder in previous commit since I missed mFetchState being reset each run
Configuration menu - View commit details
-
Copy full SHA for 79fe883 - Browse repository at this point
Copy the full SHA 79fe883View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd0389c - Browse repository at this point
Copy the full SHA fd0389cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a13ae88 - Browse repository at this point
Copy the full SHA a13ae88View commit details -
Make sure CAS controls are not active with vintage mode. (#3176)
Also make extra sure vintage mode is enabled when GL3 is detected.
Configuration menu - View commit details
-
Copy full SHA for 6128a7d - Browse repository at this point
Copy the full SHA 6128a7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9321f8e - Browse repository at this point
Copy the full SHA 9321f8eView commit details -
Merge pull request #3173 from secondlife/nat/ftfix
Add diagnostic output for LLProcess event history failure.
Configuration menu - View commit details
-
Copy full SHA for 16cc5fc - Browse repository at this point
Copy the full SHA 16cc5fcView commit details -
Merge remote-tracking branch 'origin/release/2024.09-ExtraFPS' into d…
…evelop # Conflicts: # indra/newview/featuretable.txt # indra/newview/llfeaturemanager.cpp # indra/newview/llviewerdisplay.cpp # indra/newview/llviewershadermgr.cpp # indra/newview/llvovolume.cpp # indra/newview/pipeline.cpp
Configuration menu - View commit details
-
Copy full SHA for 3a4a112 - Browse repository at this point
Copy the full SHA 3a4a112View commit details
Commits on Nov 28, 2024
-
Merge pull request #3177 from secondlife/brad/develop-merge
ExtraFPS -> develop merge
Configuration menu - View commit details
-
Copy full SHA for 0cb91ee - Browse repository at this point
Copy the full SHA 0cb91eeView commit details -
Merge branch 'develop' into marchcat/c-develop
# Conflicts: # indra/newview/llmaterialeditor.cpp
Configuration menu - View commit details
-
Copy full SHA for 687f6d9 - Browse repository at this point
Copy the full SHA 687f6d9View commit details