Age | Commit message (Collapse) | Author |
|
May also fix octree updates on mere material changes due to general refactoring.
|
|
octree updates by removing them from the static octree via makeActive
|
|
|
|
|
|
following promotion of DRTVWR-543
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Conflicts:
# autobuild.xml
# indra/cmake/LLCommon.cmake
# indra/llcommon/CMakeLists.txt
# indra/llrender/llgl.cpp
# indra/newview/llappviewer.cpp
# indra/newview/llface.cpp
# indra/newview/llflexibleobject.cpp
# indra/newview/llvovolume.cpp
|
|
|
|
following promotion of DRTVWR-546
|
|
before alpha masking (we don't actually support this and the vertex color alpha is sometimes zero when you think it ought not be).
|
|
|
|
|
|
DRTVWR-546
|
|
|
|
|
|
|
|
|
|
If there is no vcruntime140_1 in the build system, it is likely that file is not required for the viewer to run.
|
|
|
|
access violation, 'this' was null
|
|
|
|
|
|
# Conflicts:
# indra/newview/llappviewer.h
|
|
|
|
|
|
following promotion of DRTVWR-550
|
|
rendering.
|
|
- 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
|
|
|
|
|
|
|
|
|
|
into other types of textures
|
|
meshes when calculating virtual size.
|
|
|
|
meshes, batching be damned.
|
|
lost in case of crash
|
|
LLWord should persist till the end due to wide usage.
|