summaryrefslogtreecommitdiff
path: root/indra/newview/pipeline.cpp
AgeCommit message (Collapse)Author
2012-05-15MAINT-616 Different VBO Pooling scheme -- populate VBO pool with buffers ↵Dave Parks
that are likely to be requested, but never reuse a previously used buffer.
2012-05-09Added support to disable a draw pool. When the movable option checkbox is ↵prep
selected we will now also cull the terrain draw pool.
2012-05-08PATH-628: BUGFIX Changing behavior such that minimizing the pathfinding ↵Todd Stinson
console will still allow the selected navmesh renderables to continue displaying.
2012-05-07MAINT-753 : [crashhunters] crash at LLVOVolume::updateFaceFlags(). Null ↵simon@Simon-PC.lindenlab.com
pointer checks are good. Reviewed by Kelly
2012-05-02Fix for Path-494. Teleporting with a list of renderables that needed to be ↵prep
restored caused a crash because the vo's had already been removed prior to the restorePermanentObjects() call.
2012-05-01Made restorePermanentObjects() api const correct.prep
2012-05-01Path-494: Added support for culling permanent objects from the pathfinding ↵prep
window.
2012-04-25Path-504 fix. Mouselook stays in the navmesh visualization mode instead of ↵prep
kicking back to the default scene rendering
2012-04-24Added support for rendering the regions water height.prep
2012-04-24Added support for rendering the regions water height. Also added initial ↵prep
support for a simple shape vb which allows us to create and expand from for one off shapes
2012-04-22and another!Adam Moss
2012-04-22remove a frightening llwarns that was just there for my own education.Adam Moss
2012-04-21STORM-1819: Ternary/graded shadow supportAdam Moss
a bunch of trivial clean-ups and commentary.
2012-04-21STORM-1819: Ternary/graded shadow supportAdam Moss
Coalesced patchset.
2012-04-19Cleaning up the navmesh colors a bit.Todd Stinson
2012-04-18Ensuring that the pathfinding console member variables are private with ↵Todd Stinson
accessor functions where need be.
2012-04-18Updating llpathinglibrary method calls to cleaned-up version of the library ↵Todd Stinson
interface.
2012-04-18Updating to the latest llphysicextensions pre-built package with the now ↵Todd Stinson
lowercased version of the header file names.
2012-04-13merge changes for drtvwr-135Oz Linden
2012-04-12Removed blending artifacts on path bookend shapes.prep linden
2012-04-12Path bookends are now vb's. Which means they are now lit and transparent in ↵prep linden
the viewer.
2012-04-09Re-implementing the path testing functionality as a proper LLTool.Todd Stinson
2012-04-05Pull and merge from ↵Todd Stinson
ssh://hg@bitbucket.org/stinson_linden/viewer-development-pf-xray.
2012-04-05Fix for: assert when rendering paths, wireframe world when navmesh render ↵Dave Parks
disabled, heat map breaking walkables etc, and navmesh edges being offset from navmesh
2012-04-04Cleanup edge render and resolve assertions from lack of normals in edges.Dave Parks
2012-04-04Light the navmeshDave Parks
2012-04-03Cleanup -- use falcon's default colors -- fix bug where screen remains blank ↵Dave Parks
after closing pathfinding console
2012-04-03Make navmesh show up in xray view.Dave Parks
2012-04-03Switch x-ray render to non-wirefrmae by default.Dave Parks
2012-04-03Fix render orders.Dave Parks
2012-04-03Fix build. Axe deprecated glNormal call. Don't show the world just because ↵Dave Parks
navmesh isn't checked.
2012-04-03Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-development.Todd Stinson
2012-04-03Pathfinding visualization WIP -- add many controls for x-ray render, add ↵Dave Parks
lighting, and better combat z-fighting and noise from wireframes and overlays
2012-04-02mergeDave Parks
2012-04-02Cleaner render of walkables and materials. Convert Vector3 color parameters ↵Dave Parks
to Color4.
2012-04-02Path 409: Fix for hud attachments messing up rendering of navmesh display.prep
2012-03-28Updating the navmesh colors based on discussions with Leo.Todd Stinson
2012-03-28Fixed blend caps for navmesh tris and updated navmesh face alpha to be ↵prep
totally opaque.
2012-03-28Added support for customizing the colors used in the navmesh visualizer.prep
2012-03-26Merging latest changes for normalized blinn-phong.Jonathan Goodman
2012-03-22Fixed header/code inconsistenciesprep
2012-03-21Path-282: Added support for viewing the walkability map for various ↵prep
character types
2012-03-19MAINT-771 Add RenderAutoHideSurfaceAreaLimit debug setting for protecting ↵Dave Parks
against sculpt based crashers.
2012-03-14Added flush support to navmesh havok display wrapper and made lines a bit ↵prep
thicker.
2012-03-13pull and merge from viewer-developmentprep
2012-03-07Path-287: VB bug fixes. Cleaned up rendering prims. Navmesh shape rendering ↵prep
fixes. Code cleanup
2012-03-07Path-387, Path-283: Navmesh rendering fix.prep
2012-03-07Fix for overlaying navmesh on renderable geometry.prep
2012-03-07Partial fix for Path-387. Path-287 Viewer perfomance tweaks.prep
2012-02-28PATH-199: Cleaning up code related to object flags so that I can better use ↵Todd Stinson
the flags to managed pathfinding flags such as permanent and character.