Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-21 | Merge from ssh://hg.lindenlab.com/dessie/viewer-release | Leyla Farazha | |
2010-06-17 | EXT-6957 Media Navigation & Interaction does not work for "Group" if ↵ | Leyla Farazha | |
"Anyone" is disabled. reviewed by richard cc#216 | |||
2010-06-14 | merge | Dave Parks | |
2010-06-14 | Builds with LLConvexDecompInter as a static lib. | Dave Parks | |
2010-06-10 | Unused variable/function | Dave Parks | |
2010-06-10 | Add "LL_MESH_ENABLED" preprocessor flag for toggling mesh code. Couple of ↵ | Dave Parks | |
merge fixes. | |||
2010-06-03 | Vectorized octree and much of llspatialpartition and lldrawable. | Dave Parks | |
Octree driven raycast. | |||
2010-05-26 | Faster index buffer copying. | Dave Parks | |
2010-05-26 | Fully aligned llvolume | Dave Parks | |
2010-05-25 | Better vectorization of various things. Turn off debug gl by default. | Dave Parks | |
2010-05-24 | Fix for bad indexes on cube faces. | Dave Parks | |
Extra validation on vertex buffers. | |||
2010-05-22 | Vectorize/memory align buffers in llvolumeface WIP | Dave Parks | |
2010-05-18 | merge | Dave Parks | |
2010-05-18 | Take a stab at baked sunlight to help low end hardware. | Dave Parks | |
2010-05-14 | merge from viewer-public | Tofu Linden | |
2010-05-14 | merge from viewer-public | Tofu Linden | |
2010-05-13 | EXT-7327: FIXED: viewer crash in LLVOVolume::syncMediaData on Meshopotamia 1 | Xiaohong Bao | |
(transplanted from 8be9afe40b24ddde1ad5f93e3a6554519acc7dc7) | |||
2010-05-13 | EXT-7327: FIXED: viewer crash in LLVOVolume::syncMediaData on Meshopotamia 1 | Xiaohong Bao | |
2010-05-12 | Fix for fullbright bump not working in deferred render. | Dave Parks | |
Fix for shadow artifacts around split frusta. Tweak for shadow aliasing with projectors. Fix for crash on exit in mesh thread. (transplanted from 6dcf09cd3e524016c8130a0c8af3d9fc95f2d411) | |||
2010-05-12 | Fix for fullbright bump not working in deferred render. | Dave Parks | |
Fix for shadow artifacts around split frusta. Tweak for shadow aliasing with projectors. Fix for crash on exit in mesh thread. (transplanted from 6dcf09cd3e524016c8130a0c8af3d9fc95f2d411) | |||
2010-05-12 | Fix for fullbright bump not working in deferred render. | Dave Parks | |
Fix for shadow artifacts around split frusta. Tweak for shadow aliasing with projectors. Fix for crash on exit in mesh thread. | |||
2010-05-04 | merge | Dave Parks | |
2010-05-04 | Cleanup from review. | Dave Parks | |
2010-05-04 | EXT-7161 Fullbright has no effect on shiny & bump mapped prim while Lighting ↵ | Tofu Linden | |
and Shadows are enabled. | |||
2010-05-04 | EXT-7161 Fullbright has no effect on shiny & bump mapped prim while Lighting ↵ | Tofu Linden | |
and Shadows are enabled. | |||
2010-05-04 | EXT-7161 Fullbright has no effect on shiny & bump mapped prim while Lighting ↵ | Tofu Linden | |
and Shadows are enabled. (transplanted from 6f25e5a4f0e0d7bbe1ed3e14e7da4d371e290c67) | |||
2010-05-04 | Deferred pipeline integration of rigged attachments and cleanup. | Dave Parks | |
2010-05-02 | Rigged glow. | Dave Parks | |
2010-05-01 | Fullbright shiny skinned. | Dave Parks | |
2010-05-01 | Fullbrigt skinned and fix for silly crash from not removing face references. | Dave Parks | |
2010-05-01 | Rigged attachment integration WIP. | Dave Parks | |
2010-04-26 | EXT-7060 default auto alpha masking to ON for deferred rendering (only ↵ | Tofu Linden | |
deferred rendering) | |||
2010-04-26 | EXT-7060 default auto alpha masking to ON for deferred rendering (only ↵ | Tofu Linden | |
deferred rendering) (transplanted from 050ae2c9451a6b89374c5a10403f373e2475f23b) | |||
2010-04-26 | EXT-7060 default auto alpha masking to ON for deferred rendering (only ↵ | Tofu Linden | |
deferred rendering) (transplanted from 050ae2c9451a6b89374c5a10403f373e2475f23b) | |||
2010-04-15 | merge from viewer-hotfix | Tofu Linden | |
2010-04-14 | Remove calls to llpushcallstacks from inner loops. | Dave Parks | |
2010-04-06 | Rigged attachments (almost works). | Dave Parks | |
2010-03-30 | HUGE merge from viewer-trunk. Many conflicts resolved. | Tofu Linden | |
2010-03-29 | EXT-3075 : Remove swear words from comments across viewer | Loren Shih | |
This bugs me in a minor way. Did a search-and-cleanup on various swear words. | |||
2010-03-20 | merge | Dave Parks | |
2010-03-19 | DEV-46613 Non-sculpty with sculpty parameters corrupts all similar geometries | Soft Linden | |
2010-03-09 | We can enable alpha masking for fullbright faces as long as we're not in ↵ | Tofu Linden | |
deferred mode. Deferred masked fullbrights are still broken (we fall back to blending instead of masking as a workaround), but they always have been. :/ | |||
2010-03-09 | Disable alpha-masking for glowing surfaces. It seems beyond my ability to ↵ | Tofu Linden | |
get right. Refactor some replicated and/or strangely-expressed logic. | |||
2010-03-08 | fixes VWR-4214 Glow effect passes through alpha textures where alpha is ↵ | Tofu Linden | |
actually "solid" and its many many dupes. In summary this does the following: * When laying down alpha, uses the new separated color-and-alpha blend func support to suppress existing glow in proportion to the opacity of the incoming fragments * Moves glowing-alpha support from the glow pool to the alpha pool, ensures that the glow pass for a vertex buffer happens after the alpha pass for the vertex buffer so that it doesn't suppress its *own* glow. Tested with all shader modes, FBO on/off, and deferred rendering. Tested with every permutation of alpha/non-alpha/glow/non-glow/fullbright/waterglow/particle interaction I could contrive so far. :) | |||
2010-03-06 | Better bounding boxes for meshes. | Dave Parks | |
2010-03-04 | Optimiziation pass. | Dave Parks | |
Added RenderUseStreamVBO to enable/disable usage of VBO's for streaming buffers. Faster traversal of LLCullResult members. Removal of llpushcallstacks from inner loops. Sprinkling in fast timers. | |||
2010-03-01 | Merge with viewer-2-0 | Dave Parks | |
2010-02-26 | VWR-17462 Fix for some updates not getting applied properly. | Dave Parks | |
2010-02-24 | Fix for attempting to load mesh as texture. | Dave Parks | |
Fix for failing to retry when mesh uploads fail. Fix for race condition deadlocking mesh fetching thread. | |||
2010-02-19 | Merge | Dave Parks | |