Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-08 | Fix merge fail. | Graham Linden | |
2019-05-08 | Merge viewer-release | Graham Linden | |
2019-04-02 | Fix shader link fail from forward decl of wrong soft clip func in class 1. | Graham Linden | |
Fix trying to bind diffuse maps for shader without uniform in shadow shaders. Clean up merge fail around mShaderLevel namechange. | |||
2019-04-02 | Merge 6.1.2 LoveMeRender new hotness | Graham Linden | |
2019-04-02 | Merged in lindenlab/viewer-release | AndreyL ProductEngine | |
2019-03-29 | Tweaked naming a bit, also white space. | Geenz | |
Will wait for a response from @graham_linden regarding moving the sRGB conversion functions in llmath.h to llrender. | |||
2019-03-29 | Merge with upstream at https://bitbucket.org/rider_linden/viewer-eep | Geenz | |
2019-03-29 | Gamma correction pass 2: | Geenz | |
Make sure lights are in the correct color space. Bonus: cache the sRGB color in setLightColor on point and spot lights. Frees up a pow and some multiplies on the CPU every frame. | |||
2019-03-28 | SL-10829, SL-10830 | Graham Linden | |
Replace old spot prio calc. Replace fudge factors on light radius and falloff for deferred lights. | |||
2019-03-26 | Modify spotlight prio calc to more stable version. | Graham Linden | |
2019-03-26 | Fix unused var warn-error for Clang. | Graham Linden | |
2019-03-26 | More consistent lighting across ALM/non-ALM/deferred/forward rendering. | Graham Linden | |
2019-03-13 | Mods to make merge with viewer-release have less whitespace-only change and ↵ | Graham Linden | |
fix diffs between EEP and VR. | |||
2019-03-12 | More tab restoration. | Graham Linden | |
Also fix ref to removed extra GLSL link module. 'warn-on-failure:no-tabs' | |||
2019-03-12 | Tab restoration project. | Graham Linden | |
'warn-on-failure:no-tabs' | |||
2019-03-07 | SL-10421 | Graham Linden | |
Add pointer checks to possibly avoid bugsplat autoreported crash. | |||
2018-12-17 | Merge | Graham Linden | |
2018-12-13 | Merge | Rider Linden | |
2018-12-14 | Merged in lindenlab/viewer-release | AndreyL ProductEngine | |
2018-12-06 | De-duplicate deferred gbuffer access for getPosition/getNorm. | Graham Linden | |
De-duplicate ambient occlusion shader code and move to new aoUtil.glsl Split shared shadow tap funcs into shadowUtil.glsl | |||
2018-11-26 | SL-10101 Remade most frequent setting calls to cached variants | andreykproductengine | |
2018-11-14 | Merged in lindenlab/viewer-release | AndreyL ProductEngine | |
2018-11-14 | Merge | Rider Linden | |
2018-11-14 | Merged in lindenlab/axon | AndreyL ProductEngine | |
2018-10-11 | SL-9649 Buffer safety checks for llviewerobject.cpp | andreykproductengine | |
2018-09-28 | SL-1290 - stop animations immediately if avatar is paused | Brad Payne (Vir Linden) | |
2018-09-27 | SL-2642 - Better error logging for missing binormals | ruslantproductengine | |
+ remove unreachable code | |||
2018-09-24 | SL-9708 | Graham Linden | |
Fix knock-on from fix for SL1505 reflection matrix bug by putting back old code for setting up underwater culling planes. Fix some diffs from viewer-release. | |||
2018-09-19 | SL-9680, SL-9673 - set attachment distance floor at 0.01 to avoid triggering ↵ | Brad Payne (Vir Linden) | |
divide-by-zero prevention logic. Force HUD attachments to always be full detail. | |||
2018-08-01 | SL-937 - added debug setting DebugObjectLODs to help track LOD calculations ↵ | Brad Payne (Vir Linden) | |
especially for rigged meshes | |||
2018-07-31 | SL-937 - use dynamic box for rigged mesh attached to normal avatar as well. ↵ | Brad Payne (Vir Linden) | |
Still has a 2x error in the radius calc, but gets radius using the dynamic box. | |||
2018-07-10 | MAINT-7926, MAINT-8400 - minor edits | Brad Payne (Vir Linden) | |
2018-07-09 | MAINT-7926, MAINT-8400 - fixes related to bounding box and LOD calculations ↵ | Brad Payne (Vir Linden) | |
for rigged meshes in animated objects | |||
2018-06-13 | SL-915, MAINT-8554 - WIP on managing dynamic avatar bounding box, using to ↵ | Brad Payne (Vir Linden) | |
constrain encroachment by animated objects | |||
2018-06-11 | SL-915 - timers, ignore zero weights, log joint boxes in dumpXML output | Brad Payne (Vir Linden) | |
2018-06-07 | SL-915 - more on dynamic extent tracking, possible fix for 32-bit crash issues | Brad Payne (Vir Linden) | |
2018-06-11 | Fix water fog consolidation in underwater shaders. | Graham Linden | |
Add plumbing facilities to allow current and next moon textures to be passed to moon shader. Modify moon shader to blend between current and next moon textures by blend factor. | |||
2018-06-05 | merge | Brad Payne (Vir Linden) | |
2018-06-05 | SL-915 - cleanup of LLSkinningUtil | Brad Payne (Vir Linden) | |
2018-06-05 | SL-915 - removed no optimize pragmas | Brad Payne (Vir Linden) | |
2018-06-05 | SL-915 - incremental updates to dynamic bounding box, setting to control detail. | Brad Payne (Vir Linden) | |
2018-06-04 | SL-915 - tracking joint is rigged state | Brad Payne (Vir Linden) | |
2018-05-18 | Merged in lindenlab/viewer-release | AndreyL ProductEngine | |
2018-04-23 | MAINT-8574 Fixed Crash in LLVOVolume::markDead() | AndreyL ProductEngine | |
+ null checks in LLVOVolume::setLightTextureID() | |||
2018-05-18 | merge | Brad Payne (Vir Linden) | |
2018-05-15 | MAINT-8652 - joint positions not applied right away for observers of ↵ | Brad Payne (Vir Linden) | |
animated objects | |||
2018-05-02 | MAINT-8608 - more detailed logging of issues with object animation requests. | Brad Payne (Vir Linden) | |
2018-04-26 | MAINT-8549 - comment tweak | Brad Payne (Vir Linden) | |
2018-04-25 | MAINT-8549 - more on animesh ARC and associated refactoring | Brad Payne (Vir Linden) | |
2018-04-24 | MAINT-8549 - refactoring of streaming cost and related calculations | Brad Payne (Vir Linden) | |