summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-06-24SL-17649 Icon for Material type in InventoryMnikolenko Productengine
2022-06-24Fixed DRTVWR-559 mac build with new glext package that includes ↵Brad Kittenbrink
KHR/khrplatform.h
2022-06-24fix DRTVWR-559 mac build coding policy error for missing newline at EOFBrad Kittenbrink
2022-06-23clang compatibility fixes for llreflectionmapmanager.cpp and llvovolume.hBrad Kittenbrink
2022-06-23WIP adding check for existence of ARB_texture_cube_map_array extensionBrad Kittenbrink
2022-06-23Correcting windows specific filesystem issues and removing unused DAE code ↵Brad Kittenbrink
in llgltfloader.cpp from SL-17214
2022-06-23fixing DRTVWR-559 glext usage on mac by upgrading to use khronos distributed ↵Brad Kittenbrink
glext.h
2022-06-24SL-17640 Materials Upload UI #2Andrey Kleshchev
New Fee fields New Buttons
2022-06-24SL-17640 Materials Upload UI #1Andrey Kleshchev
1. Allow 'none' textures 2. Disable 'apply now' buttons 3. Switch from loading dae files to just gltf glb
2022-06-23SL-17653 Fix writing of PBR materials to gbuffer.Dave Parks
2022-06-23SL-17653 Make sure GLTF material associated vertex buffers have all their ↵Dave Parks
texture coordinates
2022-06-23SL-17653 Make batch builder send batches to LLDrawPoolPBROpaqueDave Parks
2022-06-23Merge branch 'DRTVWR-559' of bitbucket.org:lindenlab/viewer into DRTVWR-559Ptolemy
2022-06-23SL-17274: Add WIP PBR ShaderPtolemy
2022-06-23Merge branch 'DRTVWR-559' of ssh://bitbucket.org/lindenlab/viewer into ↵Dave Parks
DRTVWR-559
2022-06-23SL-17653 Flip imported GLTF textures, remove .dae and .glb/.gltf from file ↵Dave Parks
dialogs that don't support them
2022-06-23SL-17274: Fix shaders to use normal and spec mapsPtolemy
2022-06-23Merge branch 'DRTVWR-559' of bitbucket.org:lindenlab/viewer into DRTVWR-559Ptolemy
2022-06-23SL-17273: Fix drawpool to pass normal and spec map to PBR shaderPtolemy
2022-06-23Merge branch 'DRTVWR-559' of ssh://bitbucket.org/lindenlab/viewer into ↵Dave Parks
DRTVWR-559
2022-06-23SL-17653 Last commit was accidentally partialDave Parks
2022-06-23Merge branch 'DRTVWR-559' of bitbucket.org:lindenlab/viewer into DRTVWR-559Ptolemy
2022-06-23SL-17273: Add RENDER_TYPE_PASS_PBR_OPAQUEPtolemy
2022-06-23SL-17653 WIP - Apply GLTF material in Material Editor to selected object ↵Dave Parks
when you click "Save"
2022-06-23SL-17273: Fix off-by-one bug in gPoolNames, fix formatting so it can't ↵Ptolemy
happen in the future
2022-06-23Merged in SL-17274_gbuffer_flags (pull request #1030)Michael Pohoreski
SL-17274 gbuffer flags Approved-by: Dave Parks
2022-06-23Merged DRTVWR-559 into SL-17274_gbuffer_flagsMichael Pohoreski
2022-06-23Merged in SL-17274_view_dir (pull request #1029)Michael Pohoreski
SL-17274: Add view_dir uniform Approved-by: Dave Parks
2022-06-23Merged DRTVWR-559 into SL-17274_view_dirMichael Pohoreski
2022-06-22SL-17600 Cubemap filter tuning.Dave Parks
2022-06-22SL-17274: Add GBuffer flag for PBRPtolemy
2022-06-22SL-17600 Proper irradiance probes.Dave Parks
2022-06-22Add tinygltf and Vulkan GLTF to licenses.txtDave Parks
2022-06-21SL-17274: Remove hard-coded magic number checking if G-Buffer flag is setPtolemy
2022-06-21SL-17274 Cleanup hard-coded gbuffer atmos flag for softenlightPtolemy
2022-06-21SL-17600 WIP -- Proper radiance maps (not just mipped cubemaps).Dave Parks
2022-06-21SL-17274: Add view_dir uniformPtolemy
2022-06-21SL-17590 Telehub beacon sometimes renders blackAndrey Kleshchev
2022-06-21SL-17600 Revise reflection probe prioritiesDave Parks
2022-06-20SL-17633 Crash at LLFocusableElementAndrey Kleshchev
2022-06-20SL-14181 Classifieds show 'loading' despite all data being ready after ↵Andrey Kleshchev
deleting a classified
2022-06-20SL-17624 In profiles 'Remove Photo' remains inactive after uploading a photoAndrey Kleshchev
2022-06-18Merged in SL-17485-b (pull request #1023)Howard Stearns
Make teamcity builds happy by not referencing a newview global from an llcommon file
2022-06-17SL-17485-b - Attempt to make teamcity builds happy by not referencing a ↵Howard Stearns
newview global from an llcommon file.
2022-06-17SL-17287 Slightly less hacky and much less crash cube snapshot render target ↵Dave Parks
allocation.
2022-06-17Merged in SL-17485-a (pull request #1021)Howard Stearns
SL-17485-a - remove xcode compiler flag not supported on current teamcity build host
2022-06-17SL-17485-a - remove xcode compiler flag not supported on current teamcity ↵Howard Stearns
build host
2022-06-17SL-17589 FIXED Camera does not zoom correctly when editing wearablesMnikolenko Productengine
2022-06-17Merged in SL-17485 (pull request #1016)Howard Stearns
SL-17485 - MacOS memory accounting Approved-by: Dave Parks
2022-06-16SL-17619 Add support for embedded textures to GLTF importerDave Parks