index
:
viewer.git
2024.09-ExtraFPS
main
maint-c
Megapahit's fork of the Second Life viewer.
Erik Kundiman
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
indra
/
newview
/
llgltfmateriallist.cpp
Age
Commit message (
Expand
)
Author
2023-02-09
SL-19080: Update GLTF Material asset upload to v1.1, with stricter GLTF compl...
Cosmic Linden
2023-01-25
SL-19012: Fix new material IDs sometimes not applying when set via LSL
Cosmic Linden
2023-01-23
SL-19014 Sanitize the override data sent for faces without GLTF materials
Andrey Kleshchev
2023-01-11
Merge pull request #48 from secondlife/SL-18820
cosmic-linden
2023-01-10
SL-18820: Fix applying material clearing transform overrides. Loosen some ass...
Cosmic Linden
2023-01-10
SL-18942 [PBR] LLPanelFace was missing 'transform' updates for some of the faces
Andrey Kleshchev
2022-11-29
SL-18732: Review feedback
Cosmic Linden
2022-11-29
SL-18732: Pass material list callbacks by reference
Cosmic Linden
2022-11-29
SL-18732: Use override update callback for LLMaterialEditor::updateLive as well
Cosmic Linden
2022-11-29
SL-18732: Fix flickering of control values when changing GLTF texture transfo...
Cosmic Linden
2022-11-24
SL-18701 llsd is not thread safe, parse it before using
Andrey Kleshchev
2022-11-18
SL-18668 Only object id is strictly required
Andrey Kleshchev
2022-11-18
SL-18668 Don't call makeMap from callback
Andrey Kleshchev
2022-11-15
SL-18458 VOCache cleanup region_handle message encoding.
Brad Kittenbrink
2022-11-14
Basic solution for SL-18458 vocache implementation for material overrides
Brad Kittenbrink
2022-11-13
Use const& as it is illegal to bind a non const reference to a temporary
Nicky
2022-11-12
SL-18391 Basic gltf material accounting
Andrey Kleshchev
2022-11-12
SL-18518 Move 'json to override' work to background thread
Andrey Kleshchev
2022-11-11
mac build fix
Andrey Kleshchev
2022-11-10
SL-18602 Integrate queueModify/queueApply/queueUpdate into all the places tha...
Dave Parks
2022-11-09
Merge branch 'DRTVWR-559' of ssh://bitbucket.org/lindenlab/viewer into DRTVWR...
Dave Parks
2022-11-09
SL-18602 Fix for applying material asset not removing overrides on drag-and-drop
Dave Parks
2022-11-09
SL-18518 Move json to material work to background thread
Andrey Kleshchev
2022-11-08
SL-18585 Batch updates to ModifyMaterialParams capability.
Dave Parks
2022-11-01
Fix mac build for DRTVWR-559. PROFILE_ZONE_SCOPED macro cant take an argument
Brad Kittenbrink
2022-11-01
SL-18513 Put profile markers around GLTF code.
Dave Parks
2022-10-31
SL-18446 Material override arrival filtering
Andrey Kleshchev
2022-10-29
SL-18446 Material override arrival for selected objects should update materia...
Andrey Kleshchev
2022-10-28
SL-17699 Blank material Id for material picker
Andrey Kleshchev
2022-10-26
SL-18469 Fix for material edits only applying to one face.
Dave Parks
2022-10-26
Merge branch 'DRTVWR-559' of ssh://bitbucket.org/lindenlab/viewer into DRTVWR...
Dave Parks
2022-10-26
SL-18443 Allow nulling out of override data and implement new override messag...
Dave Parks
2022-10-25
Xcode build fixes for DRTVWR-559
Brad Kittenbrink
2022-10-24
SL-18105 Add mechanism for applying overrides that were received before assoc...
Dave Parks
2022-10-22
SL-18105 When saving an object's material to inventory, save the version that...
Dave Parks
2022-10-21
SL-18105 Clean up class1/deferred/materialF.glsl (merge cleanup), make overri...
Dave Parks
2022-10-20
SL-18105 Fix for overrides not showing until a forced mesh update.
Dave Parks
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 viewer side for handling Material Override LargeGenericMessage
Brad Kittenbrink
2022-10-18
Better fix for mac/xcode compatibility problem in SL-18391. Keep using unord...
Brad Kittenbrink
2022-10-19
SL-18391 Basic GLTF lifetime management
Andrey Kleshchev
2022-10-17
Continuing work on SL-17697 Live editing with material overrides.
Brad Kittenbrink
2022-10-14
Merge branch 'DRTVWR-559' of ssh://bitbucket.org/lindenlab/viewer into DRTVWR...
Dave Parks
2022-10-14
SL-18105 Add to/from json capability to LLGLTFMaterial
Dave Parks
2022-10-14
Added stub handler for GLTF LargeGenericMessage as part of work on SL-18105 S...
Brad Kittenbrink
2022-09-29
SL-17653 Multi-material file support for local materials
Andrey Kleshchev
2022-09-02
SL-17967 - do not crash on zero-sized materials
Howard Stearns
2022-08-23
SL-17653 Basic local gltf materials
Andrey Kleshchev
2022-08-06
SL-17888 Clamp some gltf material values
Andrey Kleshchev
2022-06-29
SL-17685 Add missing files
Dave Parks