summaryrefslogtreecommitdiff
path: root/indra/newview/llviewerdisplay.cpp
AgeCommit message (Collapse)Author
2013-04-19merge changes for DRTVWR-294Oz Linden
2013-04-15NORSPEC-49 Add shader profiler, add support for ARB_depth_clamp where availableDave Parks
2013-04-01merge changes for 3.5.0-beta7Oz Linden
2013-03-29Update Mac and Windows breakpad builds to latestGraham Madarasz
2013-03-27NORSPEC-61 Hook up material parameters to shaders.Dave Parks
2013-03-20Merge with viewer-chuiprep@lindenlab.com
2013-03-18SH-3931 WIP Interesting: Add graphs to visualize scene load metricsRichard Linden
changed LLCriticalDamp to LLSmoothInterpolation and sped up interpolator lookup improvements to stats display of llstatbar added scene load stats floater accessed with ctrl|shift|2
2013-03-16CHUI-863 : Clean up dead code that's creating failures on gcc-4.6 builds on ↵merov
Linux
2013-03-13More fixes for gcc-4.6 breakageDon Kjer
2013-03-12SH-3944 WIP CHUI merge fixingNyx Linden
re-introduced don's refactor of low-level openGL calls pulling out of llui and putting them into llrender. Took the new code from their updated versions from the CHUI merge, but put them in a place accessible to appearance utility.
2013-03-06renamed LLTrace stat gathering classes/methods to make the structure of ↵Richard Linden
LLTrace clearer Count becomes CountStatHandle Count.sum becomes sum(Count, value), etc.
2013-02-12merge up to 3.4.5-releaseOz Linden
2013-02-04Added a new draw pool specifically for faces with materials applied to them. ↵Geenz
Removed materials rendering from the bump draw pool, and reverted it to its previous state.
2013-01-11Initial (largely complete) gamma correct rendering implementation.Geenz
2013-01-08MergeXiaohong Bao
2012-12-19fix for SH-3640: Can not edit objectsXiaohong Bao
2012-11-21more for SH-3571: display frame-to-frame pixel differences on screenXiaohong Bao
2012-11-19for SH-3561: capture the frame buffer contents and compare pixel differences ↵Xiaohong Bao
between frames.
2012-11-01SH-3405 FIX convert existing stats to lltrace systemRichard Linden
final removal of remaining LLStat code
2012-10-17SH-3405 WIP convert existing stats to lltrace systemRichard Linden
started conversion of llviewerassetstats removed old, dead LLViewerStats code made units tracing require units declaration clean up of units handling
2012-08-31MAINT-1486 FIXED Crash on login (Unhandled exception)MaksymS ProductEngine
2012-07-24merge to viewer-developmentoOz Linden
2012-07-23Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-release.Todd Stinson
2012-07-11Pull in viewer-development because it's painful. Merge with runitai's help.simon@Simon-PC.lindenlab.com
2012-08-01Merge back viewer-lion, which has viewer-development and down-stream fixessimon@Simon-PC.lindenlab.com
2012-07-20MAINT-570 Remove unused memory tracking system LLMemTypeDave Parks
2012-06-26Some clean-up after checking the differences between the pathfinding branch ↵Todd Stinson
and viewer-release.
2012-06-22mergeDave Parks
2012-06-19PATH-702: Positioning the rebake navmesh button to align with the ↵Todd Stinson
Stand/StopFlying buttons. Also, parenting the buttons to the toolbar UI elements.
2012-06-19Instance checks before using llpathfindingmanager.prep
2012-06-19path-722: handling the case where region entry or teleporting would cause ↵prep
the rebake button to be drawn ontop of splash screen.
2012-06-15Merge with tipcallum
2012-06-13MAINT-1147 Fix for frame stall on region crossing.Dave Parks
2012-05-29EXP-1942,EXP-1945: Pulling down the teleport screen in the scenario of ↵Todd Stinson
waiting for a maturity preference change that is still being posted to the server.
2012-05-25MAINT-616 Faster issuance of occlusion queries.Dave Parks
2012-05-21MAINT-616 Factor out calls to glGenFoo where possible, add setting to ↵Dave Parks
control synchronizing strategy WRT occlusion queries, add experimental transform feedback driven LoD update
2012-03-20Cleaning up miscellaneous differences between the pathfinding repository and ↵Todd Stinson
the latest viewer-development.
2012-03-13pull and merge from viewer-developmentprep
2012-03-07Removed unneeded codeprep
2012-03-07Partial fix for Path-387. Path-287 Viewer perfomance tweaks.prep
2012-02-27Path-267: Support for rendering of new shape types an ui hookup.prep
2012-02-24WIP: navmesh rendering on ultra. Atmospheric shaders still need to be ↵prep
disabled, but navmesh renders on all settings
2012-02-24Fix for nacmesh viewing on low gfx setting and llpathinglib update.prep
2012-04-19MAINT-775 Cleanup of some weird corner cases on animated child prims.Dave Parks
2012-02-14Moving the bulk of the display settings into the viewer.Todd Stinson
2012-02-13mergeprep
2012-02-13Path-197. Navmeshes are converted into vbos.prep
2012-02-10PATH-284: Moving files around in preparation for the new pathfinding console ↵Todd Stinson
design.
2012-02-01Renaming the pathfinding console to be pathfinding setup.Todd Stinson
2012-01-31PATH-243: Refactoring the implementation for the render mode buttons on the ↵Todd Stinson
console. Removing the warning messages for methods that now have implementations.