summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-09-01SL-17967 - block layout binding acceptable to appleHoward Stearns
2022-09-01Merged in rye-refprobefixes (pull request #1119)Drake Arconis
Use an SRGB buffer for initial reflection map capture for proper linear sampling
2022-09-01SL-18078, SL-18065 -- Experimentally allow uploading of lossless normal ↵Dave Parks
maps, fix for crash on shutdown.
2022-09-01Use an SRGB buffer for initial reflection map capture for proper linear samplingRye Mutt
Fix irradiance gen up vector to be properly normalized
2022-09-01Merge branch 'DRTVWR-559' of bitbucket.org:lindenlab/viewer into SL-17967Howard Stearns
2022-09-01SL-17967 - _ARB constant removalHoward Stearns
2022-09-01SL-17967 - Git rid of ARB that is in coreHoward Stearns
2022-09-01Merge branch 'DRTVWR-559' of https://bitbucket.org/lindenlab/viewer into ↵Brad Payne (Vir Linden)
DRTVWR-559
2022-09-01DRTVWR-559 refcount max changeBrad Payne (Vir Linden)
2022-09-01SL-17653 Fix combo not being visible when neededAndrey Kleshchev
2022-09-01SL-17653 Finalized texure picker's local filteringAndrey Kleshchev
2022-09-01SL-17999 PBR material in tool's texture tabAndrey Kleshchev
2022-09-01SL-17653 In texture picker cleaned up permanently invisible 'show folders' ↵Andrey Kleshchev
checkbox
2022-08-31DRTVWR-559: PBR: Cleanup distance attenuation calcsPtolemy
2022-08-31SL-17975: PBR: Don't process point light if outside light radiusPtolemy
2022-08-31DRTVWR-559: PBR: Cleanup: Don't do redundant dot(n,l) calcPtolemy
2022-08-31SL-17975: PBR: Fix point light poppingPtolemy
2022-08-31DRTVWR-559: PBR: Disable PBR bloomPtolemy
2022-08-31SL-17703: Fix mergePtolemy
2022-08-31SL-18065 WIP -- Clamp virtual size of fetched textures.Dave Parks
2022-08-31SL-18065 WIP -- Adjust max virtual size to keep debug floater readable. ↵Dave Parks
Make assert on shutdown less frequent (still not gone, likely race condition). Fix unrelated assertion in reflection probes.
2022-08-30SL-17703: PBR: Fix albedo being in wrong color space, add support for debug ↵Ptolemy
default_irradiance.png
2022-08-30Merge branch 'DRTVWR-559' of ssh://bitbucket.org/lindenlab/viewer into ↵Dave Parks
DRTVWR-559
2022-08-30SL-17987 Fix for material editor not initializing to GLTF defaults when ↵Dave Parks
loading a null material asset.
2022-08-31Merge branch master (DRTVWR-483) into DRTVWR-559Andrey Kleshchev
# Conflicts: # indra/newview/lllocalbitmaps.cpp # indra/newview/lllocalbitmaps.h # indra/newview/llviewerregion.cpp # lllocalgltfmaterials.* were modified to match lllocalbitmaps*
2022-08-31SL-17653 Clean up unneeded filepicker dependency.Andrey Kleshchev
2022-08-30Increment viewer version to 6.6.4Nat Goodspeed
following promotion of DRTVWR-483
2022-08-30SL-18055 Fix for soft cube maps on chrome (don't clamp roughness value)Dave Parks
2022-08-30SL-18038 Remove placeholder "save as material" buttonDave Parks
2022-08-30SL-17705 AMD compatibility -- use a specific LoD of irradiance map to avoid ↵Dave Parks
black outlines on AMD
2022-08-30Merge branch 'DRTVWR-559' of bitbucket.org:lindenlab/viewer into initscapadeHoward Stearns
2022-08-30Merge remote-tracking branch 'remotes/origin/DRTVWR-563' into DRTVWR-559Dave Parks
2022-08-30SL-17997 Fix for crash on shutdownDave Parks
2022-08-29Merge branch 'DRTVWR-559' of bitbucket.org:lindenlab/viewer into DRTVWR-559Ptolemy
2022-08-29SL-17967 - demonstrate what features are provided in various profilesHoward Stearns
2022-08-29Revert "SL-17703: PBR: Fix missing ORM to use 1,0,0"Ptolemy
If ORM is blank the roughness and metal are multiplied into a default white ORM texture. This reverts commit 71ae65ae175a33c7f60442f62b0ef59415528bf5.
2022-08-29Merge branch 'DRTVWR-559' of ssh://bitbucket.org/lindenlab/viewer into ↵Dave Parks
DRTVWR-559
2022-08-29SL-18037 Workaround AMD driver bug (drop reflection probe count to 16 on amd)Dave Parks
2022-08-29SL-17703: PBR: Fix default OMR if pbr shader compiled sans HAS_SPECULAR_MAPPtolemy
2022-08-29SL-17703: PBR: Fix missing ORM to use 1,0,0Ptolemy
2022-08-29Merge branch 'DRTVWR-559' of bitbucket.org:lindenlab/viewer into SL-17967Howard Stearns
2022-08-26SL-17703: PBR: revert dc8773ff, tweak sunlight albedo to be darkerPtolemy
2022-08-26SL-17766: PBR: Remove redundant misc. dot() calculationsPtolemy
2022-08-26DRTVWR-559: PBR: CleanupPtolemy
2022-08-26DRTVWR-559: Cleanup: Preserve note about legacy dist_atten magic numberPtolemy
2022-08-26DRTVWR-559: PBR: Cleanup debugPtolemy
2022-08-26SL-17703: PBR: Fix albedo being washed out due to wrong color space.Ptolemy
2022-08-26Merge branch 'brad/opengl-core-profile-mac' of ↵Howard Stearns
bitbucket.org:lindenlab/viewer into SL-17967
2022-08-26SL-17967 - review commentsHoward Stearns
2022-08-26experiments for turning on opengl core profile on mac for DRTVWR-559Brad Kittenbrink