summaryrefslogtreecommitdiff
path: root/indra/llrender
AgeCommit message (Expand)Author
2023-01-27SL-19203 et al -- Integrate SSR with reflection probes, tweak probe blending....RunitaiLinden
2023-01-24SL-18772 Potential fix for failed shader load on Intel HD 3000Dave Parks
2023-01-24SL-18958 Fix for broken water distortion map and depth buffer. Incidental de...Dave Parks
2023-01-23SL-18869 Followup -- AMD optimization pass.Dave Parks
2023-01-20SL-18869 Followup -- AMD compatibility pass.Dave Parks
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
2023-01-19SL-18869 Followup -- leverage "small commands" and time slicing to get rid of...Dave Parks
2023-01-19Optimizations, decruft, and intel compatibility pass (#53)RunitaiLinden
2023-01-12MacOS build fixAndrey 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 renderShadow...Dave Parks
2023-01-11MacOS build fixAndrey Kleshchev
2023-01-11SL-18869 Touch up -- fix some Debug GL assertions and restore shadows.Dave Parks
2023-01-10SL-18869 Optimizations -- Revive "Frame Profile" and GL_DEPTH_CLAMP. Remove ...Dave Parks
2023-01-10SL-18869 Optimizations -- Quiet command buffer -- VBO cache for UI et al and ...Dave Parks
2023-01-10SL-18869 Optimizations -- LLVertexBuffer overhaul and shuffle of shadow map r...Dave Parks
2023-01-09SL-18869 Optimizations -- Decruftify LLRenderTarget, use a shader to copy col...Dave Parks
2023-01-09SL-18869 Optimizations -- decruftify LLVertexBuffer and make an optimal "rend...Dave Parks
2022-12-09SL-18809: Merge 'DRTVWR-559' of secondlife/viewer into sl-18809Nat Goodspeed
2022-12-09SL-18809: Add WorkSchedule; remove timestamps from WorkQueue.Nat Goodspeed
2022-12-06SL-18785 Fix for corrupt reflection probes on various preference changes. Ad...Dave Parks
2022-11-28Merge remote-tracking branch 'origin/DRTVWR-528' into DRTVWR-559Brad Kittenbrink
2022-11-28Merge remote-tracking branch 'origin/main' into DRTVWR-528Brad Kittenbrink
2022-11-18SL-18669 Fix for broken lighting on transparent faces. Optimize handling of ...Dave Parks
2022-11-17SL-18154 Profile guided optimizations -- remove some unneeded operations and ...Dave Parks
2022-11-16SL-18154 Profile guided optimizations vs release viewer. Trim some unused ab...Dave Parks
2022-11-14Merged in SL-18332 (pull request #1194)Jonathan Goodman
2022-11-14SL-18485 Cleanup -- remove unused GLTF specific vertex attributes from LLVert...Dave Parks
2022-11-02SL-18485: Render GLTF materials with extension KHR_texture_transform with app...Cosmic Linden
2022-10-31SL-18483 Work around for crash on AMD when using glGenerateMipmap on cubemap ...Dave Parks
2022-10-24Merge master into DRTVWR-568 (and fix conflicts)Callum Linden
2022-10-21Merge branch 'master' (DRTVWR-548) into DRTVWR-559Andrey Kleshchev
2022-10-12SL-18190 Remove water reflection detail combo box and reimplement "Transparen...Dave Parks
2022-10-11SL-18190 Cleanup -- convert some vec4's to vec3's (as they really are), remov...Dave Parks
2022-10-10Merged DRTVWR-559 into SL-18290Jonathan Goodman
2022-10-06SL-18190 Water shader WIP. Better parallax correction for sphere probes. Re...Dave Parks
2022-10-06Merged DRTVWR-559 into SL-18290Jonathan Goodman
2022-10-06Switch away from std::stringGeenz Linden
2022-10-05Initial pass at adding KHR_debug supportGeenz
2022-10-05SL-18190 WIP - Add refraction to water without splitting scene between above ...Dave Parks
2022-10-04SL-18293, SL-18190 -- Fix for debug displays not showing up (wireframe still ...Dave Parks
2022-09-29SL-18190 Fix for haze color being completely wrong (now it's just half wrong).Dave Parks
2022-09-28SL-18190 Prune srgb_to_linear from atmosphericsFuncs.glslDave Parks
2022-09-27SL-18190 WIP -- Take 2 on linear space windlight (more methodical approach --...Dave Parks
2022-09-23SL-18190 Reduce banding - experiment with RGB16F reflection probesDave Parks
2022-09-22SL-17705 Backwards compatibility pass. Support OpenGL pre-4.0 by disabling r...Dave Parks
2022-09-20SL-18190 Reduce banding (stay in linear space as much as possible, increase p...Dave Parks
2022-09-20SL-18190 Don't allocate mips for irradiance maps because they're never genera...Dave Parks