Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-15 | Backed out changeset: ebe10b4b1197 | AndreyL ProductEngine | |
2016-12-12 | MAINT-6125 - Mesh avatar deforms constantly | ruslantproductengine | |
MAINT-6910 - [MAINT-RC] Some mesh turns invisible when camera is moved on the Maint-RC viewer only - caused by fix for MAINT-6125. Commulative fix. Fixed for booth ticket's in indra/newview/llvovolume.cpp Remained fixed, it's a small code improvements which is not related to MAINT-6125, MAINT-6910 | |||
2016-12-08 | MAINT-6729 Additional fix for crash in LLImageGL::analyzeAlpha() | AndreyL ProductEngine | |
2016-12-05 | Merged in lindenlab/viewer-release | AndreyL ProductEngine | |
DRTVWR-412 Bento (avatar skeleton extensions) | |||
2016-11-16 | merge | Brad Payne (Vir Linden) | |
2016-11-11 | MAINT-6913 - (Via Sovereign Engineer and Shyotl Kuhr) Pack the skinned ↵ | Brad Payne (Vir Linden) | |
matrix and translation into a single mat3x4 for optimal data transfer to reduce uniform slot usage. | |||
2016-11-04 | MAINT-6905 reducing log spam | andreykproductengine | |
2016-10-11 | Merged lindenlab/viewer-neko into default | Ruslan Teliuk | |
2016-10-10 | Merged in lindenlab/viewer-release | AndreyL ProductEngine | |
2016-10-07 | Crashfixes for image loading | AndreyL ProductEngine | |
2016-10-07 | MAINT-6635 Fix for LLImageGL::setSize crash | AndreyL ProductEngine | |
2016-09-27 | Merged lindenlab/viewer-neko into default | Ruslan Teliuk | |
2016-09-06 | MAINT-5011: Commit backing out BlockTimer warning suppression. | Nat Goodspeed | |
2016-09-06 | Backed out changeset c30d8774c404: remove warning suppression | Nat Goodspeed | |
for possibly-uninitialized data member in BlockTimer::BlockTimer. NickyD suggested a real fix. | |||
2016-08-30 | MAINT-6683 fixed wrapping issues of notecard embedded items | andreykproductengine | |
2016-08-29 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-vlc | Nat Goodspeed | |
2016-08-29 | MAINT-5011: Work around gcc 4.7.2 overly (?) picky fatal warning. | Nat Goodspeed | |
2016-08-05 | MAINT-5018 crashing when touching mesh | ruslantproductengine | |
Fix #1 Disable FSAA for drawing selected objects (it help to avoid crash on old ATI cards (in my case it's a HD3800)). | |||
2016-07-18 | Backed out changeset: 5fe5ad059c05 | ruslantproductengine | |
2016-05-23 | Automated merge with tip of viewer-release | callum_linden | |
2016-05-13 | Add invert texture coordinates for media textures. | ruslantproductengine | |
2016-05-06 | merge 4.0.4-release and MAINT-5974 | Oz Linden | |
2016-04-12 | MAINT-6286 Viewer 4.0.3.312680 ignores settings for Shaders in Graphics ↵ | ruslantproductengine | |
Preferences for ATI Radeon HD 3800 Series graphics card | |||
2016-03-16 | merge changes for DRTVWR-417 | Oz Linden | |
2016-03-10 | MAINT-1109 FIXED Toggling graphics options causes viewer memory to increase, ↵ | ruslantproductengine | |
eventually causing the rendering pipeline to fall over and crashing the viewer Patchset #2 | |||
2016-03-07 | make shader loading messages LL_DEBUGS | Oz Linden | |
2016-02-24 | MAINT-5297 - icons were not removed from memory | andreykproductengine | |
2016-01-15 | merge changes for 4.0.1-release | Oz Linden | |
2015-12-29 | MAINT-5984 FIXED Incorrect cursor position with UI scale >1.0 | andreykproductengine | |
2015-12-01 | MAINT-1109 Toggling graphics options causes viewer memory to increase, ↵ | ruslantproductengine | |
eventually causing the rendering pipeline to fall over and crashing the viewer Te reason of memory leak - unloaded shaders. Fixed. | |||
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden | |
2015-10-02 | MAINT-3568 Mac OS X, ALM, Full Bright, Shininess | ruslantproductengine | |
The reason of this bug the same as was in MAINT-4165, MAINT-4839. I.e. in short: SL engine is sensitive to the uniform variable location. | |||
2015-04-28 | Merge viewer-release, become version 3.7.29 | Mnikolenko ProductEngine | |
2015-04-13 | merge changes for 3.7.27-release | Oz Linden | |
2015-04-10 | restore the ll[io]fstream because we need them as wrappers on Windows for ↵ | Oz Linden | |
wide char paths; on other platforms they are now just typedefs to the std classes | |||
2015-04-07 | replace llifstream and llofstream with std::ifstream and std::ofstream ↵ | Oz Linden | |
respectively | |||
2015-03-01 | MAINT-4839 FIXED Animation of Mesh Dress doesn't work. | ruslantproductengine | |
MAINT-4165 FIXED Crash on skinned, texture animated geometry with deferred rendering enabled. | |||
2015-01-13 | merge changes for 3.7.24-release | Oz Linden | |
2014-12-15 | merge changes for 3.7.22-release | Oz Linden | |
2014-12-10 | Rename llround(..) to ll_round(..) because of a collision with MS llround ↵ | callum_linden | |
(long long round) in VS2013 | |||
2014-12-08 | merge | Brad Payne (Vir Linden) | |
2014-12-08 | Merge downstream code and become version 3.7.23 | simon | |
2014-12-02 | merge | Brad Payne (Vir Linden) | |
2014-12-01 | merge | Brad Payne (Vir Linden) | |
2014-12-01 | merge changes for 3.7.21 release | Oz Linden | |
2014-11-24 | Merge downstream code and become version 3.7.21 | simon | |
2014-11-18 | Fix for gpu_bench crash without parallels knock-on | Graham Linden | |
2014-11-17 | Attempt wider disable of using profile API when timer query is not present | Graham Linden | |
2014-11-17 | Avoid using GL_ARB_timer_query functionality when not supported and protect ↵ | Graham Linden | |
against probably-not-NULL current bound shader pointer | |||
2014-11-14 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-release | Nat Goodspeed | |