summaryrefslogtreecommitdiff
path: root/indra/newview/llgltfmaterialpreviewmgr.cpp
AgeCommit message (Collapse)Author
2024-08-29Integrate SMAA and rework post process chain for better visual qualityRye 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-07-08Re-enable compiler warnings C4244 and C4396 except for lltracerecording.h ↵Ansariel
and llunittype.h for now
2024-05-23Merge remote-tracking branch 'origin/DRTVWR-600-maint-A' into ↵Brad Linden
brad/merge-maint-a-to-dev
2024-05-10Fix broken merge and BOOL/bool issuesAnsariel
2024-05-06BOOL to boolRunitaiLinden
2024-02-21secondlife/viewer-issues#72: Fix material preview affecting exposure on main ↵Cosmic Linden
screen
2024-02-16secondlife/viewer-issues#72: Material preview shouldRender should return ↵Cosmic Linden
false if no render needed
2024-02-09Put PBR material swatch behind feature flag (#775)cosmic-linden
* secondlife/viewer#771: Put PBR material swatch behind feature flag * secondlife/viewer#771: Make viewer respect PBRMaterialSwatchEnabled from SimulatorFeatures
2024-01-25Don't refetch textures for LLFetchedGLTFMaterial if presentCosmic Linden
2024-01-25Fix vertex color indexing in material previewCosmic Linden
2024-01-25Fix material preview sometimes not updating when transitioning from blank ↵Cosmic Linden
material to non-blank material
2024-01-25Review feedback: Remove static RenderLocalLightCount, as cached settings ↵Cosmic Linden
refresh has surprising performance cost
2024-01-19SL-20606: Reuse vertex buffer between preview renders. Fix preview sometimes ↵Cosmic Linden
zoomed in too much. Miscellaneous cleanup
2024-01-19SL-20606: Full GLTF material preview. Works for most materials.Cosmic Linden