summaryrefslogtreecommitdiff
path: root/indra/newview
AgeCommit message (Collapse)Author
2023-01-25Merge pull request #59 from secondlife/SL-19012cosmic-linden
SL-19012: Fix new material IDs sometimes not applying when set via LSL
2023-01-25SL-19012: Fix new material IDs sometimes not applying when set via LSLCosmic Linden
2023-01-24SL-18772 Potential fix for failed shader load on Intel HD 3000Dave Parks
2023-01-24SL-19023 Reformat SSR shaders to match style standard.Dave Parks
2023-01-24SL-18958 Fix for broken water distortion map and depth buffer. Incidental ↵Dave Parks
decruft.
2023-01-24SL-18772 Potential fix for failed shader load on Intel HD 3000Dave Parks
2023-01-23SL-19015 Fix for ugly SSAODave Parks
2023-01-23SL-18772 Potential fix for failed shader load on Intel HD 3000Dave Parks
2023-01-23SL-19015 Fix for spot light shadows.Dave Parks
2023-01-23Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559Dave Parks
2023-01-23SL-18772 Potential fix for failed shader load on Intel HD 3000Dave Parks
2023-01-23SL-19014 Sanitize the override data sent for faces without GLTF materialsAndrey Kleshchev
2023-01-23SL-19015 Fix gamma correct shader noise parameters (remove banding)Dave Parks
2023-01-23Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559Dave Parks
2023-01-23SL-18869 Followup -- AMD optimization pass.Dave Parks
2023-01-23SL-19005 Fix save button for local uploadsAndrey Kleshchev
2023-01-23SL-18772 Potential fix for failed shader load on Intel HD 3000Dave Parks
2023-01-20SL-19015 Boost brightness of irradiance maps.Dave Parks
2023-01-20SL-18869 Followup -- fix for sky being black in probes and too bright ↵Dave Parks
outside probes.
2023-01-20Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559Dave Parks
2023-01-20SL-18869 GL 3 compatibility pass and minor decruft.Dave Parks
2023-01-19Fix for SL-19010 mac crash in LLManipTranslartge::restoreGL().Brad Linden
Attempt to simplify and avoid use of GL_UNSIGNED_INT_8_8_8_8_REV where not needed
2023-01-19SL-18869 Followup -- leverage "small commands" and time slicing to get rid ↵Dave Parks
of frame stalls on main thread without the need for multithreaded GL
2023-01-19Optimizations, decruft, and intel compatibility pass (#53)RunitaiLinden
SL-18869, SL-18772 Overhaul VBO management, restore occlusion culling, intel compatibility pass, etc
2023-01-12SL-18962 PBR Materials should be viewable even if they are no-copyAndrey Kleshchev
2023-01-12SL-18947 Disable 'save' buttons by default, until material gets loadedAndrey Kleshchev
2023-01-11Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559Dave Parks
2023-01-11SL-18869 Optimizations -- Revive LLVBOPool and fix silly typo in ↵Dave Parks
renderShadowSimple
2023-01-11SL-18947 No modify materials can lock material floaterAndrey Kleshchev
Not supposed to happen, yet somehow did
2023-01-11Merge pull request #48 from secondlife/SL-18820cosmic-linden
Sl 18820: Build floater should preserve GLTF transforms when changing the PBR material
2023-01-11SL-18869 Touch up -- Prune "post_pos" from shadow shaders that don't need it ↵Dave Parks
and fix non-standard gl_Position z values
2023-01-11SL-18869 Touch up -- Put generateSunShadow call back where it was to fix ↵Dave Parks
alpha objects disappearing
2023-01-11SL-18945 Links have no 'cut' optionAndrey Kleshchev
Links can be drag and dropped so they should be movable via 'cut' as well
2023-01-11SL-18939 Cannot copy inventory folders with copiable linksAndrey Kleshchev
2023-01-10SL-18869 Optimizations -- Revive "Frame Profile" and GL_DEPTH_CLAMP. Remove ↵Dave Parks
usage of gl_FragDepth from shadow shaders.
2023-01-10SL-18820: Fix applying material clearing transform overrides. Loosen some ↵Cosmic Linden
asserts to allow non-default transform overrides.
2023-01-10Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559Dave Parks
2023-01-10SL-18869 Optimizations -- LLVertexBuffer overhaul and shuffle of shadow map ↵Dave Parks
rendering to a place where the main camera has taken a stab at object updates for this frame before shadow map rendering has at them.
2023-01-10Fix shader syntax error on mac for DRTVWR-559Brad Linden
2023-01-10Fix mac build for DRTVWR-559Brad Linden
2023-01-10SL-18942 [PBR] LLPanelFace was missing 'transform' updates for some of the facesAndrey Kleshchev
2023-01-10SL-18932 Canceling in material picker removes dropped materialAndrey Kleshchev
2023-01-10SL-18869 Optimizations -- Bring back water plane clipping for above/below ↵Dave Parks
water where applicable.
2023-01-09SL-18869 Optimizations -- Decruftify LLRenderTarget, use a shader to copy ↵Dave Parks
color/depth instead of glCopyTexSubImage or glBlitFrameBuffer
2023-01-09SL-18869 Optimizations -- Use _mm_prefetch to cut down on cache misses when ↵Dave Parks
iterating over render batches.
2023-01-09SL-18869 Optimizations -- decruftify LLVertexBuffer and make an optimal ↵Dave Parks
"renderShadowSimple" utility function for pushing vertex buffers only.
2023-01-07Revert "SL-18911 [MAC] My Land Holdings floater crashes when not empty"Andrey Kleshchev
This reverts commit d6f5e5bc9424b9d45f6eeeca5d894d46dc91b279.
2023-01-07SL-18911 [MAC] My Land Holdings floater crashes when not emptyAndrey Kleshchev
2023-01-06SL-18879 Fixed: Very transparent faces can no longer be selectedAndrey Kleshchev
2023-01-06SL-18907 Add Reflection Probe Ambiance slider to Personal Lighting FloaterMnikolenko Productengine