summaryrefslogtreecommitdiff
path: root/indra/newview/llvovolume.cpp
AgeCommit message (Expand)Author
2022-11-16SL-18154 Profile guided optimizations vs release viewer. Trim some unused ab...Dave Parks
2022-10-28SL-18453 WIP -- Use GLTF draw pool to render shadows. Still need a GLTF spec...Dave Parks
2022-10-26Merge remote-tracking branch 'origin/master' into DRTVWR-559Brad Kittenbrink
2022-10-24Merge branch 'DRTVWR-559' of ssh://bitbucket.org/lindenlab/viewer into DRTVWR...Dave Parks
2022-10-24SL-18105 Add mechanism for applying overrides that were received before assoc...Dave Parks
2022-10-24SL-18432 Fix for alpha sortingAndrey Lihatskiy
2022-10-24Re-merged llvovolume.cppAndrey Kleshchev
2022-10-24SL-17532 Fix some changes vanishing over merge to D559Andrey Kleshchev
2022-10-24SL-17021 Fix some changes vanishing over merge to D559 #2Andrey Kleshchev
2022-10-24SL-17021 Fix some changes vanishing over merge to D559Andrey Kleshchev
2022-10-21Merge branch 'master' (DRTVWR-548) into DRTVWR-559Andrey Kleshchev
2022-10-20SL-18105 Fix for overrides not showing until a forced mesh update.Dave Parks
2022-10-19SL-18105 Hook up TE override material to render pipe by way of render material.Dave Parks
2022-10-19SL-18105 Hook up render pipe directly to LLTextureEntry::mGLTFMaterial and ad...Dave Parks
2022-10-17SL-17779 Texture position changes were ignored on rigged meshesAndrey Kleshchev
2022-10-13SL-18367 Fix for some objects rendering purple -- globally set number of inde...Dave Parks
2022-10-10SL-18190 Fix alpha not playing nice with water surface by split LLDrawPoolAlp...Dave Parks
2022-10-05Initial pass at adding KHR_debug supportGeenz
2022-09-23SL-18134 Rename Albedo to Base Color to be more consistent with GLTF specDave Parks
2022-09-16SL-18128 Clear out much OpenGL cruft and switch to core profile on AMDDave Parks
2022-09-14SL-17701 Fix for PBR alpha trying to use indexed texture batchingDave Parks
2022-09-14SL-17701 Fix for shadow passes not respecting double sided and alpha paramete...Dave Parks
2022-09-09Merge branch 'DRTVWR-559' of bitbucket.org:lindenlab/viewer into DRTVWR-559Ptolemy
2022-09-09SL-17701: Fix enum compare using wrong types which broke macOS buildPtolemy
2022-09-09Merged in SL-17967 (pull request #1113)Howard Stearns
2022-09-09SL-17701: PBR: WIP Alpha BlendingPtolemy
2022-09-01SL-17967 - _ARB constant removalHoward Stearns
2022-08-30Merge remote-tracking branch 'remotes/origin/DRTVWR-563' into DRTVWR-559Dave Parks
2022-08-04Merge remote-tracking branch 'origin/master' into DRTVWR-559Brad Kittenbrink
2022-08-04Merge branch 'master' into DRTVWR-548-maint-NAndrey Lihatskiy
2022-07-26SL-17801: Don't let external code delete the raw pointer to the picking octreeCosmic Linden
2022-07-12SL-17691: Consolidate calls to onDrawableUpdateFromServer to reduce false pos...Cosmic Linden
2022-07-12SL-17691: Make objects active if there are too many material updates from the...Cosmic Linden
2022-07-05SL-17448: Also update the octree box if there is a position rebuildCosmic Linden
2022-07-01SL-17448: Be more thorough about generating bounding boxes that don't affect ...Cosmic Linden
2022-07-01SL-17448: Fix LOD/octree update feedback loops causing LOD fluctuations.Cosmic Linden
2022-07-01SL-17510: Fix frequently updating meshes (ex: sculpties) causing expensive oc...Cosmic Linden
2022-06-29SL-17685 Drag and drop material supportDave Parks
2022-06-29Merge branch 'DRTVWR-559' of ssh://bitbucket.org/lindenlab/viewer into DRTVWR...Dave Parks
2022-06-29SL-17685 Drag and drop material support WIPDave Parks
2022-06-29Merge branch 'master' (DRTVWR-543) into DRTVWR-559Andrey Kleshchev
2022-06-29Merge branch 'master' into DRTVWR-548-maint-NAndrey Lihatskiy
2022-06-23SL-17653 Make sure GLTF material associated vertex buffers have all their tex...Dave Parks
2022-06-23SL-17653 Make batch builder send batches to LLDrawPoolPBROpaqueDave Parks
2022-06-23SL-17653 WIP - Apply GLTF material in Material Editor to selected object when...Dave Parks
2022-06-21SL-17021: Change meaning of first argument to LLVOVolume::updateRiggedVolume ...Cosmic Linden
2022-06-21SL-17021: Only calculate the octree for a skinned mesh if intersection falls ...Cosmic Linden
2022-06-21SL-17021: Do not do software skinning/octree building of a face during pickin...Cosmic Linden
2022-06-21SL-17021: Fix triangle mesh overlays being generated twice when avatar animat...Cosmic Linden
2022-06-21SL-17635 remove unused variablesMaxim Nikolenko