Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-09 | SL-19080: Update GLTF Material asset upload to v1.1, with stricter GLTF ↵ | Cosmic Linden | |
compliance and removal of unsupported features | |||
2023-01-31 | SL-19110 Fast hashing classes for use in place of the slow LLMD5, where ↵ | Henri Beauchamp | |
speed matters. (#64) This commit adds the HBXX64 and HBXX128 classes for use as a drop-in replacement for the slow LLMD5 hashing class, where speed matters and backward compatibility (with standard hashing algorithms) and/or cryptographic hashing qualities are not required. It also replaces LLMD5 with HBXX* in a few existing hot (well, ok, just "warm" for some) paths meeting the above requirements, while paving the way for future use cases, such as in the DRTVWR-559 and sibling branches where the slow LLMD5 is used (e.g. to hash materials and vertex buffer cache entries), and could be use such a (way) faster algorithm with very significant benefits and no negative impact. Here is the comment I added in indra/llcommon/hbxx.h: // HBXXH* classes are to be used where speed matters and cryptographic quality // is not required (no "one-way" guarantee, though they are likely not worst in // this respect than MD5 which got busted and is now considered too weak). The // xxHash code they are built upon is vectorized and about 50 times faster than // MD5. A 64 bits hash class is also provided for when 128 bits of entropy are // not needed. The hashes collision rate is similar to MD5's. // See https://github.com/Cyan4973/xxHash#readme for details. | |||
2023-01-19 | Optimizations, decruft, and intel compatibility pass (#53) | RunitaiLinden | |
SL-18869, SL-18772 Overhaul VBO management, restore occlusion culling, intel compatibility pass, etc | |||
2023-01-10 | SL-18820: Fix applying material clearing transform overrides. Loosen some ↵ | Cosmic Linden | |
asserts to allow non-default transform overrides. | |||
2023-01-09 | SL-18820: Update LLGLTFMaterial: Add setBaseMaterial() and equality comparison | Cosmic Linden | |
2023-01-06 | SL-18741 Add gltf to bulk uploads on mac | Andrey Kleshchev | |
And cleaned up dupplicate mScale code | |||
2022-12-12 | Merge remote-tracking branch 'origin/main' into DRTVWR-559 | Brad Linden | |
2022-11-14 | SL-18634: Fix GLTF material texture transform not serializing when texture ↵ | Cosmic Linden | |
ID is null | |||
2022-11-11 | SL-18616 Fix for dropping mOverrideAlphaMode on copy | Dave Parks | |
2022-11-09 | Revert "SL-18523: When editing an object's material override, use the ↵ | Sabrina Shanman | |
object's material override as a base, rather than its render material (pull request #1190)" | |||
2022-11-08 | SL-18523: When editing an object's material override, use the object's ↵ | Cosmic Linden | |
material override as a base, rather than its render material | |||
2022-11-02 | Merged in SL-18485 (pull request #1183) | Sabrina Shanman | |
SL-18485: Render GLTF materials with extension KHR_texture_transform with approprate texture transforms | |||
2022-11-02 | SL-18520 Fix for mac build. | Dave Parks | |
2022-11-02 | SL-18485: Render GLTF materials with extension KHR_texture_transform with ↵ | Cosmic Linden | |
approprate texture transforms | |||
2022-11-02 | SL-18520 Use GLTF material.extras to pass flags for enabling overriding ↵ | Dave Parks | |
alpha mode and double sided to default | |||
2022-11-01 | SL-18520 WIP - Use off-by-epsilon and special UUID identifier hacks to allow ↵ | Dave Parks | |
overriding to default values. | |||
2022-11-01 | SL-18513 Put profile markers around GLTF code. | Dave Parks | |
2022-10-31 | SL-18442 Port of Caladbolg's fix for emissive overrides not taking. Remove ↵ | Dave Parks | |
unused function. | |||
2022-10-31 | SL-18446 Fix emissive tint | Andrey Kleshchev | |
2022-10-27 | SL-18411: GLTF material transform serialization, plus fix improper indexing ↵ | Cosmic Linden | |
not matching GLTF spec | |||
2022-10-26 | SL-18472 Fix for assert when increasing number of texture entries on ↵ | Dave Parks | |
existing primitive with overrides applied. | |||
2022-10-26 | Merge branch 'DRTVWR-559' of ssh://bitbucket.org/lindenlab/viewer into ↵ | Dave Parks | |
DRTVWR-559 | |||
2022-10-26 | SL-18443 Allow nulling out of override data and implement new override ↵ | Dave Parks | |
message protocol. | |||
2022-10-24 | SL-18105 Add mechanism for applying overrides that were received before ↵ | Dave Parks | |
associated ViewerObject was ready to receive them. | |||
2022-10-22 | SL-18105 When saving an object's material to inventory, save the version ↵ | Dave Parks | |
that as overrides applied. | |||
2022-10-21 | Merge branch 'master' (DRTVWR-548) into DRTVWR-559 | Andrey Kleshchev | |
# Conflicts: # indra/llrender/llgl.cpp # indra/llrender/llrendertarget.cpp # indra/newview/VIEWER_VERSION.txt # indra/newview/app_settings/shaders/class1/deferred/materialF.glsl # indra/newview/llfloaterpreference.cpp # indra/newview/llviewercontrol.cpp # indra/newview/llviewermenu.cpp # indra/newview/llviewertexturelist.cpp # indra/newview/llvovolume.cpp | |||
2022-10-20 | SL-18105 Add remaining parameters to applyOverride | Dave Parks | |
2022-10-20 | Merge branch 'master' into DRTVWR-565-maint-P | Andrey Lihatskiy | |
2022-10-20 | SL-18411: Copy over LLGLTFMaterial changes (most notably various ↵ | Cosmic Linden | |
getters/setters and texture transform stub) | |||
2022-10-19 | Xcode compat fix for SL-18105 material overrides | Brad Kittenbrink | |
2022-10-19 | SL-18105 Hook up TE override material to render pipe by way of render material. | Dave Parks | |
2022-10-19 | SL-18105 Hook up render pipe directly to LLTextureEntry::mGLTFMaterial and ↵ | Dave Parks | |
add LLViewerFetchedTextures to LLFetchedGLTFMaterial. Lower reflection probe resolution to 128x128 per side. | |||
2022-10-19 | SL-18105 viewer side for handling Material Override LargeGenericMessage | Brad Kittenbrink | |
LLGLTFMaterialList now decodes gltf json overrides from the server and stores them in LLTextureEntry::mGLTFMaterialOverrides | |||
2022-10-17 | WIP for SL-17697 live editing now computes diffs of changed material ↵ | Brad Kittenbrink | |
properties in tinygltf schema json | |||
2022-10-14 | SL-18105 Add to/from json capability to LLGLTFMaterial | Dave Parks | |
2022-09-23 | SL-18156 Cleanup of MikktSpace integration, apply MikktSpace tangents to all ↵ | Dave Parks | |
meshes. | |||
2022-09-23 | SL-18134 Rename Albedo to Base Color to be more consistent with GLTF spec | Dave Parks | |
2022-09-16 | Merge branch 'DRTVWR-559' of ssh://bitbucket.org/lindenlab/viewer into ↵ | Dave Parks | |
DRTVWR-559 | |||
2022-09-16 | SL-18128 Clear out much OpenGL cruft and switch to core profile on AMD | Dave Parks | |
2022-09-16 | Merge branch master (DRTVWR-571) into DRTVWR-559 | Andrey Kleshchev | |
# Conflicts: # indra/newview/llpanelface.cpp # indra/newview/llpanelface.h | |||
2022-09-15 | SL-18156 WIP -- Add NormalizedScale/NormalizedTranslation to mesh assets to ↵ | Dave Parks | |
recover mesh's original coordinate frame when generating tangents post download. | |||
2022-09-15 | Merge branch 'master' into DRTVWR-548-maint-N | Andrey Lihatskiy | |
# Conflicts: # indra/newview/llmodelpreview.h | |||
2022-09-15 | Merge branch 'master' into DRTVWR-565-maint-P | Andrey Lihatskiy | |
2022-09-12 | SL-18095 Add tangents to mesh assets so we can calculate mikktspace tangents ↵ | Dave Parks | |
in the mesh's original coordinate frame. | |||
2022-08-08 | SL-17937 Fix for broken PBR material batching. | Dave Parks | |
2022-08-05 | Merge branch 'DRTVWR-559' of ssh://bitbucket.org/lindenlab/viewer into ↵ | Dave Parks | |
DRTVWR-559 | |||
2022-08-05 | SL-17870 Nudge PBR material textures so they start downloading. (and add ↵ | Dave Parks | |
missing validation code for reflection probes network data). | |||
2022-08-04 | Merge remote-tracking branch 'origin/master' into DRTVWR-559 | Brad Kittenbrink | |
2022-08-04 | Merge branch 'master' into DRTVWR-544-maint | Andrey Lihatskiy | |
# Conflicts: # indra/newview/llpanelface.cpp # indra/newview/llpanelface.h # indra/newview/llpanelobject.cpp | |||
2022-08-04 | Merge branch 'master' into DRTVWR-548-maint-N | Andrey Lihatskiy | |
# Conflicts: # indra/newview/llfloaterworldmap.cpp # indra/newview/llvovolume.cpp |