Age | Commit message (Collapse) | Author |
|
SL-14706 Merge Sovereign Engineer's fix for stars not centered around camera: Stars render around center of sim instead of center of camera.
Approved-by: Dave Houlton
|
|
camera: Stars render around center of sim instead of center of camera.
|
|
outside of the bound fbo in forward render class2 cloud shader
|
|
space for accurate color reproduction of sun textures
|
|
|
|
|
|
|
|
AMD GPUs: Fix GL_INVALID_OPERATION when copying stencil to default window framebuffer on AMD graphics on windows
|
|
dim in EEP
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Replaced couple (LLAvatarJoint*) for consistency
|
|
|
|
an error
|
|
following promotion of DRTVWR-507
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
marketplace listings
|
|
|
|
|
|
|
|
|
|
|
|
|
|
LLHUDObject has a lot of deriveds stored as LLPointer<LLHUDObject>, no-virtual destructor is unlikely to be cause of the crash, but might be related
|
|
|
|
|
|
|
|
|
|
|
|
# Conflicts:
# indra/newview/llfloatermodelpreview.cpp
|
|
following promotion of DRTVWR-482
|
|
LLVOAvatars and derived classes appear to be stored as LLPointer<LLViewerObject> in a lot of cases, so non-virtual ~LLViewerObject() might be triggered by LLPointer and end up not cleaning sInstances in some cases (animeshes specific?), thus causing broken pointers in sInstances.
|
|
|