summaryrefslogtreecommitdiff
path: root/indra/newview/pipeline.cpp
AgeCommit message (Expand)Author
2023-01-10SL-18869 Optimizations -- Revive "Frame Profile" and GL_DEPTH_CLAMP. Remove ...Dave Parks
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 r...Dave Parks
2023-01-10Fix mac build for DRTVWR-559Brad Linden
2023-01-10SL-18869 Optimizations -- Bring back water plane clipping for above/below wat...Dave Parks
2023-01-09SL-18869 Optimizations -- Decruftify LLRenderTarget, use a shader to copy col...Dave Parks
2023-01-09SL-18869 Optimizations -- Use _mm_prefetch to cut down on cache misses when i...Dave Parks
2023-01-09SL-18869 Optimizations -- decruftify LLVertexBuffer and make an optimal "rend...Dave Parks
2023-01-02Refactor post processing a smidgeJonathan "Geenz" Goodman
2022-12-16SL-18719 GL 3.0/3.1 compatibility pass.Dave Parks
2022-12-16SL-18852 Refactor GLTF material rendering to not be special compared to other...Dave Parks
2022-12-15SL-18782 Fix fir assert when enabling SSRDave Parks
2022-12-14SL-18782 WIP -- Functional Build->Options->Show Reflection Probe VolumesDave Parks
2022-12-14SL-18782 WIP -- stub for reflection probe display.Dave Parks
2022-12-12Merge remote-tracking branch 'origin/main' into DRTVWR-559Brad Linden
2022-12-06SL-18784 Refactor physics shape display to not require its own render target....Dave Parks
2022-12-06SL-18788 Fix for legacy shiny not working until after restart when reflection...Dave Parks
2022-12-06SL-18785 Fix for corrupt reflection probes on various preference changes. Ad...Dave Parks
2022-12-02SL-18739 Fix for some textures not loading. Remove some tabs.Dave Parks
2022-12-02SL-18745 Fix for assert on teleport.Dave Parks
2022-11-30SL-18745 Fix for LLVertexBuffer assertion on shutdown.Dave Parks
2022-11-22SL-18683 Fix for corruption on alpha blended PBR materials.Dave Parks
2022-11-18SL-18669 Fix for broken lighting on transparent faces. Optimize handling of ...Dave Parks
2022-11-16Merge branch 'DRTVWR-559' of ssh://bitbucket.org/lindenlab/viewer into DRTVWR...Dave Parks
2022-11-16SL-18154 Profile guided optimizations vs release viewer. Trim some unused ab...Dave Parks
2022-11-16A few tweaks to SSR while I'm in the neighborhood.Geenz
2022-11-14Merged in SL-18332 (pull request #1194)Jonathan Goodman
2022-11-11SL-18615 Fix for beacons not rendering and beacon highlights flickering.Dave Parks
2022-10-28SL-18453 WIP -- Use GLTF draw pool to render shadows. Still need a GLTF spec...Dave Parks
2022-10-27SL-18459 WIP -- fix for assert in setGLTFMaterialDave Parks
2022-10-26Merged in SL-17005_cosmic_win8 (pull request #1106)Sabrina Shanman
2022-10-21Merge branch 'master' (DRTVWR-548) into DRTVWR-559Andrey Kleshchev
2022-10-19SL-18105 Hook up TE override material to render pipe by way of render material.Dave Parks
2022-10-19SL-18105 Hook up render pipe directly to LLTextureEntry::mGLTFMaterial and ad...Dave Parks
2022-10-14SL-18293 Fix for broken wireframe mode.Dave Parks
2022-10-13SL-18190 Fix for blurry name tags.Dave Parks
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-10SL-18190 Fix alpha not playing nice with water surface by split LLDrawPoolAlp...Dave Parks
2022-10-07SL-18190 Rearrange render order so 3D UI has access to the depth buffer.Dave Parks
2022-10-07SL-18190 Temporarily disable occlusion culling by default -- not compatible w...Dave Parks
2022-10-07SL-18190 Fix for mac buildDave Parks
2022-10-06SL-18190 Water shader WIP. Better parallax correction for sphere probes. Re...Dave Parks
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-27SL-18190 WIP -- Take 2 on linear space windlight (more methodical approach --...Dave Parks
2022-09-26SL-18190 WIP - Windlight to linear space proof of concept, better parity betw...Dave Parks
2022-09-23SL-18190 Reduce banding.Dave 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