Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-16 | trivial: remove some debug code of llpushcallstacks. | Xiaohong Bao | |
2010-06-16 | adjust debug code for EXT-6792: Crash on ATI 3200 | Xiaohong Bao | |
2010-05-13 | EXT-7155: FIXED: bumpmaps failed to load | Xiaohong Bao | |
reviewed by davep. | |||
2010-05-05 | for EXT-7080: Outfit texture updates are not transmitted (in either ↵ | Xiaohong Bao | |
direction) when HTTP Textures is enabled. turn on HTTP uploading cap check for baked textures and turn off HTTP downloading checking for baked textures. | |||
2010-05-04 | EXT-7080: another partial FIXED: Outfit texture updates are not transmitted ↵ | Xiaohong Bao | |
(in either direction) when HTTP Textures is enabled. set LLPipeline::sForceOldBakedUpload = TRUE; by default so baked texture uploading always through UDP. | |||
2010-04-30 | the second round debug code for EXT-6792: Crash on ATI 3200 | Xiaohong Bao | |
2010-04-30 | trival: remove extra llpushcallstacks, which is for debug only. | Xiaohong Bao | |
2010-04-12 | (slightly hairy) merge from viewer-hotfix | Tofu Linden | |
2010-04-09 | the first round of the debug code for EXT-6792: Crash on ATI 3200 | Xiaohong Bao | |
2010-03-29 | EXT-6536 : Make LLVOAvatarSelf a singleton | Loren Shih | |
Superficial cleanup to replace all instances of "gAgentAvatar" with "gAgentAvatarp". | |||
2010-03-29 | EXT-6536 : Make LLVOAvatarSelf a singleton | Loren Shih | |
Superficial cleanup to replace all instances of "LLVOAvatarSelf *avatarp = gAgent.getAvatarObject" with "gAgentAvatar". | |||
2010-03-25 | EXT-6536 : Make LLVOAvatarSelf a singleton | Loren Shih | |
Minor superficial cleanup to have all references to getAvatarObject use LLVOAvatarSelf *avatarp = gAgent.getAvatarObject() | |||
2010-03-23 | EXT-2959 : Full out camera functions from llagent to llagentcamera | Loren Shih | |
First check-in; only compiles, nothing more. | |||
2010-02-06 | Draw prims using triangle strips instead of triangle lists. | Dave Parks | |
2010-02-23 | merge | Palmer Truelson | |
2010-02-23 | Turning on Davep optimizations again. Backed out changeset d89b00b44ab6 | Palmer Truelson | |
2010-02-18 | EXT-5389 Unreadable resident names with glow. | Tofu Linden | |
2010-02-18 | more cleanup of some dead members. | Tofu Linden | |
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-11 | CID-68 | Tofu Linden | |
Checker: FORWARD_NULL Function: LLPipeline::updateMoveNormalAsync(LLDrawable *) File: /indra/newview/pipeline.cpp not a bug. | |||
2010-02-09 | more fix for EXT-4352: texture problem in viewer 2.0. fixed texture priority ↵ | Xiaohong Bao | |
problem. | |||
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-21 | DEV-44562 deferred rendering: crease noise sadness | Tofu Linden | |
2009-12-15 | EXT-3488 Fix for sky not being reflected in water any more. | Runitai | |
2009-12-02 | EXT-2737 Fix for terrain/avatars/trees not showing up in water reflection. | Runitai | |
2009-11-30 | Linker optimization - use "extern template" for commonly regenerated templates | James Cook | |
Also replaced many duplicate calls to LLViewerCamera::getInstance() with local pointer. Reviewed with Ambroff | |||
2009-11-25 | Fix for screen buffers not getting reallocated appropriately all the time ↵ | Dave Parks | |
(the assumption that buffers should only be reallocated if the resolution changed was wrong). | |||
2009-11-24 | Merge cleanup. | Dave Parks | |
2009-11-24 | Merge | Dave Parks | |
2009-11-24 | Fix for stalls when resizing screen texture. | Dave Parks | |
2009-11-24 | Backed out changeset: ec7f6f4bd908 | Dave Parks | |
2009-11-23 | EXT-2460 - mouselook mode - remove unused UI elements | richard | |
EXT-2504 - black bars present at top and bottom when in mouselook reviewed by Leyla | |||
2009-11-11 | unbreak build | richard | |
2009-11-11 | merge | richard | |
2009-11-11 | added viewports to LLRenderTarget to speed up animation of sidetray | richard | |
reviewed by Leyla | |||
2009-11-10 | merge | James Cook | |
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-09 | merge | richard | |
2009-11-09 | data driven layout of top-level UI elements | richard | |
EXT-1219 Side tray slide-out animation cleaned up some layout of bottom tray contents reviewed by James | |||
2009-11-06 | merge | Steve Bennetts | |
2009-11-06 | merge from texture-pipeline | Steve Bennetts | |
2009-11-06 | merge. | Tofu Linden | |
2009-11-06 | magic number removal rampage: 3.14159 -> M_PI or F_PI | Tofu Linden | |
--HG-- branch : texture-pipeline | |||
2009-11-06 | merge QAR-1829: texture pipeline branch in viewer-2.0.0.3 | Xiaohong Bao | |
2009-11-02 | merge | Steve Bennetts | |
2009-11-02 | EXT-1336 Fix for hover highlight not working correctly with low detail settings. | David Parks | |
2009-10-27 | Extra debugging info for EXT-1456 | Palmer | |
Reviewed by Bao | |||
2009-10-16 | svn merge -r134817:136516 ↵ | Loren Shih | |
svn+ssh://svn.lindenlab.com/svn/linden/branches/avatar-pipeline/avatar-pipeline-multiattachments-3 into svn+ssh://svn.lindenlab.com/svn/linden/branches/viewer/viewer-2.0.0-3 For DEV-32867 : Avatar Pipeline Project - Multi-Attachments This is a viewer-side-only, infrastructure-only merge for multi-attachments. This should not lead to any new functionality; it simply provides backwards compatibility for when multi-attachments are enabled in viewer2.1, so that viewer2.0 users can see viewer2.1 avatars correctly. Reviewed by: Vir. |