Age | Commit message (Collapse) | Author |
|
|
|
|
|
* Fix alloc_tex_image to account for more missing texture memory
Change alloc_tex_image calls to pass internal format to properly account for used image type
* Fix scaleDown passing primary format in place of internal format to glTexImage2D
* Make texture debug view and texture bias calculation consistent and remove double accounting for render target textures
|
|
|
|
# Conflicts:
# autobuild.xml
# indra/newview/llvoicewebrtc.cpp
|
|
code in PCH (#2361)
|
|
|
|
* #2315 WIP -- Clean up deletion rules in texture list. Incidental decruft.
* Touch up assertions.
* Move mLastReferencedTimer to LLViewerMediaTexture since it's no longer used by LLViewerTexture
|
|
|
|
|
|
* Fix a bunch of XUI errors
* Change TRUE to true
|
|
|
|
(#2352)
|
|
(#2352)
|
|
Various fixes to probe memory usage
|
|
Partial rollback of d00b6e4
QA uses AvatarBakedTextureUploadTimeout and requested restoration.
|
|
|
|
|
|
[WebRTC] Log WebRTC devices on webrtc initialization.
|
|
Fix build error
|
|
Fix various findChild calls causing frame drops and ui stutter
|
|
|
|
Fix tab indentation
|
|
Remove trailing whitespace to pass pre-commit check
|
|
shutting down
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
of LLFloaterSidePanelContainer
|
|
to/from mouselook
|
|
|
|
|
|
during various ui callbacks
|
|
|
|
|
|
|
|
|
|
|
|
|
|
LLInventoryGallery::buildGalleryPanel does the creation, not postBuild()
same for LLOutfitGallery. Either don't create mGalleryPanel or remove it
before creating again.
|
|
|
|
release/2024.06-atlasaurus
# Conflicts:
# indra/newview/llpanelpeople.cpp
|
|
|
|
|
|
|
|
For issue #2064
The connection to the voice server was not upgraded/downgraded to primary/secondary when crossing
region boundaries, so the server sent the wrong value and the viewer chose not to display a voice dot.
|