Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-06-22 | merge latest viewer-development | Oz Linden | |
2011-05-26 | SH-1359 General octree tune-up -- increase maximum capacity of an octree ↵ | Dave Parks | |
node and rework requested octree node sizes for minimum triangles per frame and maximum triangles per drawing call. | |||
2011-05-26 | storm-1189: remove more of the code for classic clouds | Oz Linden | |
2011-05-25 | SH-1603 Replace every occurrence of "WTF" with something more appropriate. | Dave Parks | |
2011-03-04 | SH-998 Fix for improper LoD when an object is first rezzed. | Dave Parks | |
2011-03-03 | SH-1085 Fix for crash when unchecking "mirror." Basically got LLFace to be ↵ | Dave Parks | |
paranoid about who gets to touch its LLVertexBuffer members. Reviewed by Nyx. | |||
2011-02-22 | SH-874 Better VBO usage hints, most notably don't use VBOs for occlusion ↵ | Dave Parks | |
queries if GL is set to not use VBOs for stream draw. | |||
2011-02-02 | SH-900 Fix for only lowest LoD appearing for objects in neighboring regions. | Dave Parks | |
2011-01-19 | SH-571 Fix for shadows disappearing for a frame whenever an object switches ↵ | Dave Parks | |
octree nodes. Regressed EXT-7155 so fix for regression included. | |||
2010-11-21 | Prune ll_aligned_malloc/free calls out of lldrawable and llface | Dave Parks | |
2010-10-27 | Automated merge up from viewer-development | Loren Shih | |
2010-10-13 | correct licenses (fix problem with license change merge) | Oz Linden | |
2010-09-30 | Port of SNOW-643 : Water flicker at high altitude. This doesn't fix the low ↵ | Merov Linden | |
altitude flicker though (STORM-306) | |||
2010-09-22 | Merge | Matthew Breindel (Falcon) | |
2010-09-21 | Fix for build failures - disabling tcmalloc for now | Brad Payne (Vir Linden) | |
2010-09-20 | Stop using ll_aligned_malloc/free in llvolume. | Dave Parks | |
Fix for garbage data in vertex weight array crashing software skinning. Proper integration of picking for rigged attachhments. Optimization in LLDrawable::updateDistance (don't call updateRelativeXform, just use spatial group position). | |||
2010-09-19 | Raycasting for rigged attachments now works for your own attachments while ↵ | Dave Parks | |
in edit mode. | |||
2010-08-24 | Backed out changeset c3d41f18ce2b | Tofu Linden | |
back-out the back-out for this branch. yay. | |||
2010-08-24 | Backed out changeset a62bf7c0af21 | Tofu Linden | |
Backing out this merge that I pushed (prematurely) to the wrong place. | |||
2010-08-24 | merge heads. whew. | Tofu Linden | |
2010-08-19 | Integrate SIMD API from oreh/server-trunk-oreh | Dave Parks | |
2010-08-13 | Change license from GPL to LGPL (version 2.1) | Oz Linden | |
2010-07-14 | merge | Dave Parks | |
2010-06-21 | Merge from ssh://hg.lindenlab.com/dessie/viewer-release | Leyla Farazha | |
2010-06-21 | Merge from ssh://hg.lindenlab.com/dessie/viewer-release | Leyla Farazha | |
2010-06-18 | EXT-7446 Spatial Partition Crash | Karl Stiefvater (qarl) | |
2010-06-04 | fix new macro usage. | Tofu Linden | |
2010-06-04 | finish conversion to ll_aligned_*() wrappers | Tofu Linden | |
2010-06-03 | Vectorized octree and much of llspatialpartition and lldrawable. | Dave Parks | |
Octree driven raycast. | |||
2010-04-19 | Fix for ridiculous bug that causes all sitting avatars to rebuild their ↵ | Dave Parks | |
geometry every frame. (transplanted from dd9dfa0c1629b21268f91ae0e46a51ca9d29f861) | |||
2010-04-19 | Fix for ridiculous bug that causes all sitting avatars to rebuild their ↵ | Dave Parks | |
geometry every frame. (transplanted from dd9dfa0c1629b21268f91ae0e46a51ca9d29f861) | |||
2010-04-19 | Fix for ridiculous bug that causes all sitting avatars to rebuild their ↵ | Dave Parks | |
geometry every frame. | |||
2010-02-11 | merge. | Tofu Linden | |
2010-02-10 | CID-130 | Tofu Linden | |
Checker: NULL_RETURNS Function: LLSpatialBridge::LLSpatialBridge(LLDrawable *, int, unsigned int) File: /indra/newview/lldrawable.cpp | |||
2010-02-10 | CID-152 | Tofu Linden | |
Checker: NULL_RETURNS Function: LLSpatialBridge::updateMove() File: /indra/newview/lldrawable.cpp | |||
2010-02-09 | merge | davep@billy.gateway.2wire.net | |
2010-03-05 | Remove some fast timers that were being futzy. | 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-05 | Remove some fast timers that were being futzy. | 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-02-23 | merge | Palmer Truelson | |
2010-02-23 | Turning on Davep optimizations again. Backed out changeset d89b00b44ab6 | Palmer Truelson | |
2010-02-12 | merge | Palmer Truelson | |
2010-02-12 | Backed out davep's optimization pass. changeset 3c3685de430a | Palmer Truelson | |
2010-02-12 | merge | Palmer | |
2010-02-03 | Optimization pass. | Dave Parks | |
-- Further instrumentation of idle update -- Removed mActiveQ from LLPipeline, instead making calm objects static during LLVOVolume::idleUpdate -- Further instrumentation of flexible object update -- Converted LLDynamicArray and LLMap members of LLViewerObjectList to stl counterparts -- Increased number of update bins in LLViewerObjectList from 16 to 128 (objects will be processed every 128 frames instead of every 16, or ~ 90% fewer objects processed per frame) -- Removed unused "renderObjectsForSelect" code. -- Reenabled LOD updates for objects further than 24m from camera | |||
2009-12-16 | Quick 'n dirty prioritization scheme for mesh loading. | Dave Parks | |
Sprinkling of fast timers in areas that are likely to stall. | |||
2009-11-10 | Sanitize naming of getWindowRect (scaled vs. raw pixels) and ↵ | James Cook | |
getWorldViewRect (scaled vs. raw) Reduces chance of future UI bugs related to UI size. Discussed with Richard. | |||
2009-11-06 | merge QAR-1829: texture pipeline branch in viewer-2.0.0.3 | Xiaohong Bao | |
2009-10-01 | svn merge -r 134922:134973 ↵ | Monroe Williams | |
svn+ssh://svn.lindenlab.com/svn/linden/branches/media-on-a-prim/moap-7 Merging branches/media-on-a-prim/moap-7 down to viewer-2.0. |