summaryrefslogtreecommitdiff
path: root/indra/newview/pipeline.h
AgeCommit message (Collapse)Author
2011-03-04SH-998 Fix for improper LoD when an object is first rezzed.Dave Parks
2011-02-23Merge: Backed out changes for STORM-336 for merge due to complexity, will ↵Loren Shih
need to apply these manually.
2011-02-23Automated merge up from viewer-development into mesh-developmentLoren Shih
2011-02-22SH-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-15partial fix for SH-895/STORM-336: memory leaking. fixed vertex buffer caused ↵Xiaohong Bao
leaking.
2011-01-26SH-641 Fix for some objects not properly switching LoD under some situations.Dave Parks
Fix for redundant calls to stateSort(LLDrawable*...) Put back "Build Queue" info display.
2011-01-19SH-571 Fix for shadows disappearing for a frame whenever an object switches ↵Dave Parks
octree nodes. Regressed EXT-7155 so fix for regression included.
2011-01-14Automated merge up from viewer-developmentLoren Shih
2010-12-16Dummy placeholder code for ER-414: Add object update type debug rendering viewDon Kjer
2010-12-01Automated merge up from viewer-developmentLoren Shih
2010-11-30Make importer use 3-light setup all the timeDave Parks
2010-10-27Automated merge up from viewer-developmentLoren Shih
2010-10-27merge from viewer-development.Tofu Buzzard
2010-10-26STORM-416 : merge with viewer-developmentMerov Linden
2010-10-20Automated merge up from viewer-developmentLoren Shih
2010-10-16Better physics shape display.Dave Parks
2010-10-15sync up to viewer-developerTofu Buzzard
2010-10-13correct licenses (fix problem with license change merge)Oz Linden
2010-10-11SH-280 FIXED Anti-aliasing brokenLoren Shih
SH-287 FIXED Anti-aliasing setting does not take effect until relog Added logic to control RenderUseFBO setting based on graphics quality. RenderUseFBO controls whether anti-aliasing is enabled.
2010-10-10VWR-21967 There's lots of ::renderForSelect() code that we don't need any more.Tofu Linden
VWR-22088 Remove underlying ::renderForSelect() code (render-pipeline)
2010-09-30Port of SNOW-643 : Water flicker at high altitude. This doesn't fix the low ↵Merov Linden
altitude flicker though (STORM-306)
2010-09-22MergeMatthew Breindel (Falcon)
2010-09-22Remove LL_MESH_ENABLED macros (fixes drag and drop). Add mesh stitching ↵Dave Parks
type back into tools floater.
2010-09-21Fix for build failures - disabling tcmalloc for nowBrad Payne (Vir Linden)
2010-08-24Backed out changeset c3d41f18ce2bTofu Linden
back-out the back-out for this branch. yay.
2010-08-24Backed out changeset a62bf7c0af21Tofu Linden
Backing out this merge that I pushed (prematurely) to the wrong place.
2010-08-24merge heads. whew.Tofu Linden
2010-08-13Change license from GPL to LGPL (version 2.1)Oz Linden
2010-07-09Merged from viewer-releaseDessie Linden
2010-07-08EXT-8236 Massage code around crash in ~LLSpatialGroup -- looks like heap ↵Dave Parks
corruption.
2010-09-02CTS-237 WIP analyze performance of rendering system to evaluate accuracy of ARCNyx (Neal Orman)
Added a debug setting to allow for the automatic disabling of non-essential rendering. Code reviewed by Davep
2010-08-31mergeDave Parks
2010-07-14mergeDave Parks
2010-07-09Merged from viewer-releaseDessie Linden
2010-06-10mergeDave Parks
2010-06-10Add "LL_MESH_ENABLED" preprocessor flag for toggling mesh code. Couple of ↵Dave Parks
merge fixes.
2010-06-04Normal debug display and fix for bad bump mapping and planar texture ↵Dave Parks
coordinates.
2010-06-03Vectorized octree and much of llspatialpartition and lldrawable.Dave Parks
Octree driven raycast.
2010-05-18mergeDave Parks
2010-05-18Take a stab at baked sunlight to help low end hardware.Dave Parks
2010-05-14merge from viewer-publicTofu Linden
2010-05-14merge from viewer-publicTofu Linden
2010-05-13EXT-7155: FIXED: bumpmaps failed to loadXiaohong Bao
reviewed by davep. (transplanted from fec2b449fbf9af842ee06e1be7198c4b2b879400)
2010-05-13EXT-7155: FIXED: bumpmaps failed to loadXiaohong Bao
reviewed by davep.
2010-05-12mergeDave Parks
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-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-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.
2010-05-08Physics shape fetching.Dave Parks
2010-04-26EXT-7060 default auto alpha masking to ON for deferred rendering (only ↵Tofu Linden
deferred rendering)