Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-01 | merge from viewer-trunk | Tofu Linden | |
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-26 | merge | Dave Parks | |
2010-04-26 | Make LLPipeline::getVisiblePointCloud not a hot spot. | Dave Parks | |
Reviewed by Palmer. | |||
2010-04-26 | EXT-7060 default auto alpha masking to ON for deferred rendering (only ↵ | Tofu Linden | |
deferred rendering) | |||
2010-04-22 | Fix for shadows from skyboxes hitting the ground. | Dave Parks | |
2010-04-22 | Stop asserting one of the markDirty paths which really happens in the wild. | Tofu Linden | |
2010-04-21 | merge | Dave Parks | |
2010-04-21 | Make attached lights not render when disabled in deferred rendering. | Dave Parks | |
2010-04-21 | Make markVisible as safe as it was, but hopefully not as slow as it was. | Tofu Linden | |
This is also sprinkled with asserts so we can see which of the NULL tests are - or aren't - needed, if it's really so important to skip them. | |||
2010-04-20 | Another try at finding the new markVisible() crasher without de-optimizing ↵ | Tofu Linden | |
it too badly. Sprinkle it with asserts for the sanity checks we've started to skip, see which one (ones?) fires. | |||
2010-04-20 | Backed out changeset e13b292907c5 | Tofu Linden | |
This didn't help. I'll try another approach. | |||
2010-04-20 | follow-up fix to ede2c9f28dd5 optimization. for all I know, this fix nerfs ↵ | Tofu Linden | |
the delicate branch optimization, BUT there was a real crash there. :/ | |||
2010-04-20 | Better branch prediction for markVisible. | Dave Parks | |
2010-04-14 | Hack to fix ATI depth shadows screwing up alpha masking. | Dave Parks | |
2010-04-12 | slightly-hairy merge from viewer-trunk | Tofu Linden | |
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-04-08 | Total fix for shadows going wonky at altitude. | Dave Parks | |
2010-04-08 | Fix for shadows going crazy at high altitudes. | Dave Parks | |
2010-04-07 | Shadow aliasing fix WIP | Dave Parks | |
2010-03-30 | HUGE merge from viewer-trunk. Many conflicts resolved. | Tofu Linden | |
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-03-20 | Tweak detail settings and make graphics preferences widget enabling respect ↵ | Dave Parks | |
requirements. | |||
2010-03-19 | RenderDeferredSSAO works as an independent setting -- decoupled shadows from ↵ | Dave Parks | |
SSAO. | |||
2010-03-19 | Replace RenderDeferredShadow/RenderDeferredSunShadow with RenderShadowDetail | Dave Parks | |
2010-03-19 | Replace usage of RenderWaterReflections with RenderReflectionDetail. | Dave Parks | |
2010-03-17 | CTS-110 Remove soft alpha in deferred pipeline (breaks some content). Will ↵ | Dave Parks | |
revisit soft alpha in materials project. | |||
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-28 | Remove some dead code. | Dave Parks | |
Add LH transform to LLVector3 Add DebugShowUploadCost Make LOD generation on model preview less finnicky. Remove error level based LOD generation. Better framing of model before upload. Better error handling for model uploader. Remove [COST] argument from model upload menu item. Remove L$ check from model upload menu item being enabled. | |||
2010-02-18 | Backed out changeset 83d7019fda75 | Tofu Linden | |
backing-out render-pipeline-specific version of EXT-5389 fix because it just doesn't reliably work right. | |||
2010-02-18 | EXT-5389 Unreadable resident names with glow. | Tofu Linden | |
An alternative fix just for render-pipeline. This is here instead of the trunk because it's cosmetically less good, and codewise a little weirder, and slightly (unmeasurably?) less performant. But its advantage over the trunk fix is, it's still Z-buffered when FBOs are turned on. Which we really care about on render-pipeline. | |||
2010-02-18 | viewer2 merge. | Tofu Linden | |
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 | merge from viewer2 trunk. | Tofu Linden | |
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 | merge from viewer2. | Tofu Linden | |
2010-02-09 | more fix for EXT-4352: texture problem in viewer 2.0. fixed texture priority ↵ | Xiaohong Bao | |
problem. | |||
2010-02-09 | merge | davep@billy.gateway.2wire.net | |
2010-02-06 | Draw prims using triangle strips instead of triangle lists. | Dave Parks | |
2010-02-23 | merge | Palmer Truelson | |