Age | Commit message (Collapse) | Author | |
---|---|---|---|
17 hours | Merge remote-tracking branch 'secondlife/release/2024.09-ExtraFPS' into ↵2024.09-ExtraFPS | Erik Kundiman | |
2024.09-ExtraFPS | |||
22 hours | #3157 Fix alpha not having ambient lighting on low. (#3162) | Jonathan "Geenz" Goodman | |
* #3157 Fix alpha not having ambient lighting on low. | |||
41 hours | Merge branch 'main' into 2024.09-ExtraFPS | Erik Kundiman | |
42 hours | Merge remote-tracking branch 'secondlife/release/2024.09-ExtraFPS' into ↵ | Erik Kundiman | |
2024.09-ExtraFPS | |||
44 hours | Drop emissive on old Intel GPUs (#3110) | Jonathan "Geenz" Goodman | |
* #3103 Add the ability to disable the emissive buffer for older GPUs with low memory bandwidth. * #3135 Add a "vintage" mode for slower GPUs * #2719 Fix for skies being overbrightened * #2632 Do not apply tonemapping on legacy skies | |||
5 days | More of making operands consistently float | Erik Kundiman | |
6 days | More of making operands consistently float | Erik Kundiman | |
8 days | Merge remote-tracking branch 'secondlife/release/2024.09-ExtraFPS' into ↵ | Erik Kundiman | |
2024.09-ExtraFPS | |||
8 days | brad/2744 handle shader errors (#3105) | Brad Linden | |
* Partial solution to secondlife/viewer#2744 crash with better error handling. Handles shader compile errors better, and should turn crash into an LL_ERRS assertion failure. Strengthed more assertions and improved shader error line numbers * Even more error handling to get a handle on crash secondlife/viewer#2744 * Improved GLSL correctness on Intel chips that lack OpenGL 4.6 support. secondlife/viewer#2744 * Removed non-working fallback code for gDeferredPostProgram * Fixed incorrect llmax call | |||
2024-11-13 | Merge remote-tracking branch 'secondlife/release/2024.09-ExtraFPS' into ↵ | Erik Kundiman | |
2024.09-ExtraFPS | |||
2024-11-12 | 2590 mac intel and radeon pro 5300m horrible fps 2 (#3030) | Dave Parks | |
* OpenGL 3.3 compatibility pass. Fix for FBO driven downscaling corrupting textures. * Increase maximum texture bias, immediately scale down when textures are loaded higher resolution than desired * #2590 Fix for some frame stalls on Intel Macs | |||
2024-10-18 | Merge remote-tracking branch 'secondlife/release/2024.09-ExtraFPS' into ↵ | Erik Kundiman | |
2024.09-ExtraFPS | |||
2024-10-12 | Revert "Rename uniform vec4 color to color4" | secretfoxtail | |
This reverts commit a42a77f0aacf5878f29edafc42b8b230dc290bb6. | |||
2024-10-12 | Revert "More renaming color to color4" | secretfoxtail | |
This reverts commit 93f5747aaacb4109eece1165dd76a5a5f01e0e77. | |||
2024-10-12 | Revert "More renaming color to color4" | secretfoxtail | |
This reverts commit 3fa052f6a2e642a6f1c450ec77f7b47a49016558. | |||
2024-10-08 | More renaming color to color4 | Erik Kundiman | |
2024-10-02 | More renaming color to color4 | Erik Kundiman | |
2024-10-01 | Rename uniform vec4 color to color4 | Erik Kundiman | |
to avoid name clash with the uniform vec3 color somewhere else. I've tested this and everything seemed okay. Just revert this if it causes trouble. | |||
2024-09-07 | Merge remote-tracking branch 'secondlife/release/2024.08-DeltaFPS' into ↵ | Erik Kundiman | |
2024.08-DeltaFPS | |||
2024-09-04 | Merge remote-tracking branch 'origin/release/2024.08-DeltaFPS' into develop | Brad Linden | |
2024-09-03 | #1852 Fix for some visual corruption caused by divide by zero in lighting ↵ | Dave Parks | |
functions (#2488) | |||
2024-09-01 | Merge remote-tracking branch 'secondlife/release/2024.08-DeltaFPS' into ↵ | Erik Kundiman | |
2024.08-DeltaFPS | |||
2024-08-30 | Introduce Khronos Neutral tonemapper as new default along with debug options ↵ | Rye Mutt | |
to control tonemap mix (#2464) (#2468) | |||
2024-08-29 | Integrate SMAA and rework post process chain for better visual quality | Rye Mutt | |
Add SMAA buffer generation passes Add quality levels for both FXAA and SMAA Separate gamma correction and tonemapping for effects that require linear-but-tonemapped inputs Move application of noise to final render pass to screen to avoid damaging other post process effects | |||
2024-08-24 | Improve FXAA quality and performance when GL version is greater then 4 | Rye Cogtail | |
Adds gather4 support under GLSL 4.0+ | |||
2024-08-24 | Add Contrast Adaptive Sharpening post process effect(#2399) | Rye Mutt | |
2024-08-23 | Merge remote-tracking branch 'secondlife/release/2024.06-atlasaurus' into ↵ | Erik Kundiman | |
2024.06-atlasaurus | |||
2024-08-22 | Merge remote-tracking branch 'origin/release/2024.06-atlasaurus' into ↵ | Brad Linden | |
release/2024.08-DeltaFPS | |||
2024-08-22 | #2397 Sanity clamp haze contribution to avoid NaN like blowouts. (#2402) | Dave Parks | |
2024-08-06 | secondlife/viewer#1883: Local-only PBR terrain paintmap with developer tools | Cosmic Linden | |
2024-07-28 | Merge remote-tracking branch 'secondlife/release/2024.06-atlasaurus' into ↵ | Erik Kundiman | |
2024.06-atlasaurus | |||
2024-07-02 | viewer#1907 Shader initialization error | Andrey Kleshchev | |
2024-07-01 | Merge pull request #1882 from secondlife/v-1847 | cosmic-linden | |
secondlife/viewer#1847: Fix negative UV scale inverting normal texture lighting for PBR materials and PBR terrain | |||
2024-07-01 | secondlife/viewer#1847: Fix wrong lighting for negative texture scale on PBR ↵ | Cosmic Linden | |
materials and PBR terrain | |||
2024-06-27 | 1836 dont store texture in system memory unless absolutely necessary (#1843) | Dave Parks | |
* #1836 Texture memory usage overhaul. Much decrufting - don't keep a copy of textures in system memory - use GPU to downrez textures instead of reloading from cache - use GPU to generate brightness/darkness bumpmaps | |||
2024-06-21 | #1769 gltf optimization pass (#1816) | Dave Parks | |
#1814 and #1517 Fix mirror update rate and occlusion culling | |||
2024-06-20 | Merge remote-tracking branch 'secondlife/release/maint-b' into maint-b | Erik Kundiman | |
2024-06-17 | Fix shaders broken in merge | Ansariel | |
2024-06-14 | 1736 audit texture image unit usage on os x (#1739) | Dave Parks | |
* #1736 Remove some unused samplers from glsl files and refactor shader manager to assume 16 texture image units and 4 indexed texture units all the time. | |||
2024-06-14 | Merge branch 'release/maint-b' into marchcat/b-merge | Andrey Lihatskiy | |
# Conflicts: # .github/workflows/build.yaml # indra/newview/app_settings/shaders/class2/deferred/alphaF.glsl # indra/newview/app_settings/shaders/class3/deferred/reflectionProbeF.glsl # indra/newview/app_settings/shaders/class3/deferred/softenLightF.glsl # indra/newview/llfilepicker.cpp | |||
2024-06-13 | secondlife/viewer#907: Review feedback | Cosmic Linden | |
2024-06-13 | More of making operands consistently float | Erik Kundiman | |
2024-06-12 | Fix whitespace pre-commit hook failures | Brad Linden | |
2024-06-12 | Merge remote-tracking branch 'origin/project/gltf_development' into ↵ | Brad Linden | |
brad/maint-a-merge-to-gltf-dev # Conflicts: # indra/newview/gltf/primitive.cpp | |||
2024-06-12 | Float operands for float clamp operation | Erik Kundiman | |
2024-06-11 | Merge remote-tracking branch 'origin/release/maint-a' into ↵ | Brad Linden | |
project/gltf_development | |||
2024-06-11 | #1718 Add GLTF support for multiple texcoords (#1720) | Dave Parks | |
* Fix for GLTF MeshPrimitiveModes test | |||
2024-06-11 | #1687 Add support for KHR_texture_transform (#1717) | Dave Parks | |
2024-06-11 | Trim remaining trailing whitespaces after #1695 | Andrey Lihatskiy | |
2024-06-11 | Clean up line endings that got mangled up during last merge | Ansariel | |