summaryrefslogtreecommitdiff
path: root/indra/newview/pipeline.cpp
AgeCommit message (Collapse)Author
2010-07-27Merge from dessie/viewer-releaseRichard Linden
2010-07-27Backed out changeset: 58571b4e704bRichard Linden
2010-07-15Reverted changeset 2bb10eae42bfDessie Linden
2010-07-13Merged from viewer-releaseDessie Linden
2010-07-12Fix for EXT-8314Monroe Linden
Made LLPipeline::generateWaterReflection() not try to call LLVOAvatarSelf::updateAttachmentVisibility() if isAgentAvatarValid() returns false. Reviewed by Nyx at http://codereview.lindenlab.com/2585007
2010-07-09Merged from viewer-releaseDessie Linden
2010-07-08mergeDave Parks
2010-07-08EXT-8236 Massage code around crash in ~LLSpatialGroup -- looks like heap ↵Dave Parks
corruption.
2010-07-08Merged from viewer-releaseDessie Linden
2010-07-07adjust debug code for EXT-6792: [crashhunters] Crash on ATI 3200Xiaohong Bao
2010-06-28Porting VBO changes from davep/viewer-release.Dave Parks
Better usage of LLVertexBuffer::sEnableVBOs. Added RenderUseStreamVBO debug setting for controlling usage of VBOs for particles/avatars/etc.
2010-06-17Merge (and resolve conflict) from q/viewer-releaseKent Quirk
2010-06-16trivial: remove some debug code of llpushcallstacks.Xiaohong Bao
2010-06-16adjust debug code for EXT-6792: Crash on ATI 3200Xiaohong Bao
2010-05-24EXT-7462 FIXED disable spotlight support by defaultTofu Linden
2010-05-14merge from viewer-publicTofu Linden
2010-05-13EXT-7155: FIXED: bumpmaps failed to loadXiaohong Bao
reviewed by davep.
2010-05-12Fix 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-09followup for glow glitch caused by EXT-7179 fixTofu Linden
I knew I shouldn't have optimized those clears away! sigh!
2010-05-09followup for glow glitch caused by EXT-7179 fixTofu Linden
2010-05-09EXT-7179 FIXED Wireframe mode is mostly useless in trunk (204029)Tofu Linden
2010-05-05merge from viewer-publicTofu Linden
2010-05-05merge from viewer-publicTofu Linden
2010-05-05for 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-04EXT-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-05-04EXT-7168Tofu Linden
Fix the tying of the deferred prefs UI to the featuretable.
2010-05-01merge from viewer-trunkTofu Linden
2010-04-30the second round debug code for EXT-6792: Crash on ATI 3200Xiaohong Bao
2010-04-30trival: remove extra llpushcallstacks, which is for debug only.Xiaohong Bao
2010-04-26Make LLPipeline::getVisiblePointCloud not a hot spot.Dave Parks
Reviewed by Palmer. (transplanted from 996892f8a9ac2bd17456340fbd427704340b3553)
2010-04-26EXT-7060 default auto alpha masking to ON for deferred rendering (only ↵Tofu Linden
deferred rendering) (transplanted from 050ae2c9451a6b89374c5a10403f373e2475f23b)
2010-04-22Stop asserting one of the markDirty paths which really happens in the wild.Tofu Linden
(transplanted from fe2be2242fe59806989f9784a3797e2d5f69442f)
2010-04-21Make attached lights not render when disabled in deferred rendering.Dave Parks
(transplanted from 4be49811a590ad3107af3f546475ee6d33928120)
2010-04-21Make 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. (transplanted from 66851d9c86b7ec5155b6c3950e2971d0d7375826)
2010-04-20Another 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. (transplanted from 09164f83f03cfa62d0fd8296c810d3e3794cb365)
2010-04-20Backed out changeset e13b292907c5Tofu Linden
This didn't help. I'll try another approach. (transplanted from ecd9ac6b5a41ab5c816fff8d993b03616076b82a)
2010-04-20follow-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. :/ (transplanted from e13b292907c5c208e0c96de73b80e203412c5c33)
2010-04-20Better branch prediction for markVisible.Dave Parks
(transplanted from 5b6c80049d6e6c0df2396099b865729f21200de8)
2010-04-14Hack to fix ATI depth shadows screwing up alpha masking.Dave Parks
(transplanted from 730a62c9a717c9aeb730e01632f259601acc1ece)
2010-04-12slightly conflicty merge from viewer-trunk, againTofu Linden
2010-04-12(slightly hairy) merge from viewer-hotfixTofu Linden
2010-04-09the first round of the debug code for EXT-6792: Crash on ATI 3200Xiaohong Bao
2010-04-08Total fix for shadows going wonky at altitude.Dave Parks
2010-04-08Fix for shadows going crazy at high altitudes.Dave Parks
2010-04-07Shadow aliasing fix WIPDave Parks
2010-03-29EXT-6536 : Make LLVOAvatarSelf a singletonLoren Shih
Superficial cleanup to replace all instances of "gAgentAvatar" with "gAgentAvatarp".
2010-03-29EXT-6536 : Make LLVOAvatarSelf a singletonLoren Shih
Superficial cleanup to replace all instances of "LLVOAvatarSelf *avatarp = gAgent.getAvatarObject" with "gAgentAvatar".
2010-03-25EXT-6536 : Make LLVOAvatarSelf a singletonLoren Shih
Minor superficial cleanup to have all references to getAvatarObject use LLVOAvatarSelf *avatarp = gAgent.getAvatarObject()
2010-03-23EXT-2959 : Full out camera functions from llagent to llagentcameraLoren Shih
First check-in; only compiles, nothing more.
2010-04-07merge fix.Tofu Linden