Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-13 | SL-17485 - Provide corrected missing memory data on mac: ↵ | Howard Stearns | |
sAllocatedPageSizeInKB, sAllocatedMemInKB, sAvailPhysicalMemInKB, sMaxPhysicalMemInKB | |||
2022-06-13 | SL-17485 - mac getVramSize should return all vram, not just ↵ | Howard Stearns | |
texture-specific, and use to compute getAvailableVRAMMegabytes. | |||
2022-06-07 | Merge branch 'DRTVWR-563' of bitbucket.org:lindenlab/viewer into DRTVWR-563 | Dave Parks | |
2022-06-07 | SL-17547 Fix for crash on shutdown cleaning up LLLFSThread | Dave Parks | |
2022-06-07 | Merged in SL-17489 (pull request #1010) | Sabrina Shanman | |
SL-17489 Approved-by: Dave Parks | |||
2022-06-07 | SL-17547 Fix for crash on shutdown introduced in last commit. | Dave Parks | |
2022-06-07 | SL-17547 Fix for crash in getCurrentDiscardLevelForFetching (and add runtime ↵ | Dave Parks | |
check and assertion to avoid crash in production and detect crash in development). | |||
2022-06-07 | SL-17489: Fix map tile log spam and resulting excessive invalid texture ↵ | Cosmic Linden | |
requests. This was affecting map tiles that the agent is not allowed to see (HTTP error: 403 forbidden). The URLs of these map tile requests were then getting cleared, so when these map tiles were re-requested (up to 10 times per second, from LLViewerFetchedTexture::updateFetch), the request would use the wrong URL and get a 404. Stay in DONE state if there is no new work to do, reducing unneeded requests for textures while leaving open the possibility to re-request a texture at different resolution. Alternatively, we could introduce a new FAILED state here. The current DONE state has nuance, and can either mean "texture loading failed" or "texture successfully loaded at a certain LOD." And a 4xx error is generally irrecoverable. Will strongly consider a FAILED state. Also, don't clear the map URL, so that any future network requests for the map textures request the correct resource. | |||
2022-06-06 | SL-17486 Force desired discard level to 0 for high boosted textures (fix for ↵ | Dave Parks | |
fuzzy terrain textures etc). | |||
2022-06-06 | SL-17489: Improve warning message for fetching texture with improper URL | Cosmic Linden | |
2022-06-01 | SL-17485 Remove unused members to make mac build happy. | Dave Parks | |
2022-06-01 | SL-17485 Add texture memory accounting for OS X | Dave Parks | |
2022-06-01 | SL-17484 More unit test pruning. Fix for crash when deleting textures. | Dave Parks | |
2022-05-31 | SL-17484 Fix for unit tests. Deprecate non-threaded LLQueuedThread and make ↵ | Dave Parks | |
lllfsthread threaded. | |||
2022-05-31 | SL-17490 Only update a subset of textures each frame and remove dead debug code. | Dave Parks | |
2022-05-31 | SL-17490 Update Tracy | Dave Parks | |
2022-05-24 | SL-17484 Unit test build fix (remove priority parameters). | Dave Parks | |
2022-05-24 | SL-17486 Fix for many texture types failing to load. | Dave Parks | |
2022-05-24 | SL-17484 Build fix. | Dave Parks | |
2022-05-24 | Merged in SL-17219 (pull request #992) | Dave Parks | |
SL-17219 | |||
2022-05-24 | Merged DRTVWR-563 into SL-17219 | Dave Parks | |
2022-05-19 | SL-17451 Fix for erroneous attempt to apply vertex color alpha to texture ↵ | Dave Parks | |
before alpha masking (we don't actually support this and the vertex color alpha is sometimes zero when you think it ought not be). | |||
2022-05-18 | SL-17449 Fix for Alexa's hair | Dave Parks | |
2022-05-18 | SL-17417 Fix for incorrect reflection orientation on fullbright prims. | Dave Parks | |
2022-05-18 | SL-17219: Merge 'DRTVWR-546' of lindenlab/viewer into SL-17219 | Nat Goodspeed | |
Update task branch from main project branch. | |||
2022-05-17 | Merge branch 'DRTVWR-546' of ssh://bitbucket.org/lindenlab/viewer into ↵ | Dave Parks | |
DRTVWR-546 | |||
2022-05-17 | SL-17421 Fix for fullbright alpha mask shader ignoring vertex alpha | Dave Parks | |
2022-05-17 | SL-17415 Movement of scripted attached objects is no longer interpolated. | Andrey Kleshchev | |
2022-05-16 | SL-17417 Fix for incorrect reflection orientation on some moving child prims. | Dave Parks | |
2022-05-11 | SL-17356 Viewer changes for Premium Plus support | Andrey Lihatskiy | |
2022-05-10 | SL-17219: Delete some unused declarations. | Nat Goodspeed | |
These trigger fatal warnings on Mac. | |||
2022-05-10 | SL-17219: Fix bug: dangling pointer to destroyed std::string. | Nat Goodspeed | |
2022-05-10 | SL-17219: Mark LLWindowHeadless virtual overrides 'override'. | Nat Goodspeed | |
Also LLSplashScreenHeadless methods. Without this Mac builds fail. | |||
2022-05-10 | SL-17219: LLWindowMacOSX needs getAvailableVRAMMegabytes(). | Nat Goodspeed | |
This is just a placeholder, but without it the viewer won't even build on Mac. | |||
2022-05-10 | SL-17219: WorkQueue::tryPost() must call ThreadSafeSchedule::tryPush(). | Nat Goodspeed | |
We inadvertently changed tryPost() to call ThreadSafeSchedule::tryPost(), which doesn't exist. | |||
2022-05-10 | SL-17376 Do not fail build if vcruntime140_1 is missing | Andrey Kleshchev | |
If there is no vcruntime140_1 in the build system, it is likely that file is not required for the viewer to run. | |||
2022-05-09 | SL-17376 Fix viewer failing due to missing vcruntime140_1 | Andrey Kleshchev | |
2022-05-06 | SL-17375 Crash at LLViewerOctreeEntry::getSpatialExtents() | Andrey Kleshchev | |
access violation, 'this' was null | |||
2022-05-05 | SL-17244 Fix 'empty leaf' crashes | Andrey Kleshchev | |
2022-05-04 | Merge branch master (D550) into DRTVWR-546 | Andrey Kleshchev | |
# Conflicts: # indra/newview/llappviewer.h | |||
2022-05-04 | Increment viewer version to 6.5.6 | Nat Goodspeed | |
following promotion of DRTVWR-550 | |||
2022-05-02 | SL-17321 Fix for some particle systems with custom blend functions not ↵ | Dave Parks | |
rendering. | |||
2022-04-29 | SL-17124 make sure window thread wakes up to proces 'quit' message | Andrey Kleshchev | |
2022-04-29 | SL-17124 switchContext and loadShaderFile crashes | Andrey Kleshchev | |
- Do not try initializing shaders if requirements are not met or if window does not exist - Warn user before closing window. Situation is unexpected, there is chance of more issues, like a freeze or a crash on close() - mHasMultitexture is a solid requirement, if it is not present, we won't be able to run | |||
2022-04-28 | SL-16721 Crash at LLVOAvatar::idleUpdateMisc | Andrey Kleshchev | |
2022-04-28 | SL-17301 FIXED Friends are not showing in friendslist | Mnikolenko Productengine | |
2022-04-26 | SL-17276 Potential fix for crash on shutdown on mac. | Dave Parks | |
2022-04-26 | SL-17086 Fix for bad lighting in upload preview render. | Dave Parks | |
2022-04-25 | SL-17239 Override face bounding box with avatar bounding box for rigged ↵ | Dave Parks | |
meshes when calculating virtual size. | |||
2022-04-25 | SL-17223 fix unit tests with new method stub implementation | Brad Kittenbrink | |