Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-06-01 | SH-1682 Use GL_ARB_map_buffer_range to mitigate impact of mapping larger ↵ | Dave Parks | |
vertex buffer objects. Limit number of textures per batch to 6 (prevents frame stalls on NVIDIA). | |||
2011-05-26 | SH-1359 General octree tune-up -- increase maximum capacity of an octree ↵ | Dave Parks | |
node and rework requested octree node sizes for minimum triangles per frame and maximum triangles per drawing call. | |||
2011-05-24 | SH-469 GL_ARB_texture_multisample support | Dave Parks | |
2011-05-02 | merge | Dave Parks | |
2011-04-08 | STORM-595 FIXED (The presentation of IM sessions in message well depends on ↵ | Paul ProductEngine | |
method that was used for opening IM window) - Added the callback with the timer on control name "ThrottleBandwidthKBPS" changes. Now message is sending to the simulator in 0.3 sec after LAST variable change. | |||
2011-03-14 | update to latest viewer-development | Oz Linden | |
2011-04-04 | Automated merge up from viewer-development into mesh-development | Loren Shih | |
2011-02-24 | Merge | Xiaohong Bao | |
2011-02-23 | Merge: Backed out changes for STORM-336 for merge due to complexity, will ↵ | Loren Shih | |
need to apply these manually. | |||
2011-02-23 | Automated merge up from viewer-development into mesh-development | Loren Shih | |
2011-02-22 | SH-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-15 | partial fix for SH-895/STORM-336: memory leaking. fixed vertex buffer caused ↵ | Xiaohong Bao | |
leaking. | |||
2011-02-01 | SH-831 Fix for local lights option not disabling local lights. | Dave Parks | |
2011-01-21 | SH-534 Fix for various bump map glitches. | Dave Parks | |
2010-12-29 | Automated merge up from viewer-development | Loren Shih | |
2010-12-27 | merge up to latest viewer-development | Oz Linden | |
2010-12-20 | SH-68 WIP adding debug switch for performance testing | Nyx (Neal Orman) | |
Adding functionality to a previously added debug switch. This will allow me to have UI, etc turned off and thus not impact framerates when testing for rendering features. | |||
2010-12-20 | Remove unimplemented software updater option. Fix potential double start of ↵ | Andrew A. de Laix | |
updater service. | |||
2010-12-09 | change updater settings from check box to drop down menu; add choice of ↵ | Andrew A. de Laix | |
whether to install automatically as well as download automatically (not actually implemented yet). | |||
2010-12-04 | merge up to viewer-development | Oz Linden | |
2010-12-02 | Merge | Dave Parks | |
2010-12-02 | SH-373 Update glext.h, disable anti-aliasing on ATI when rendering deferred. ↵ | Dave Parks | |
Get rid of RenderUseFBO debug setting (only use FBO when rendering deferred). Use GL_ARB_framebuffer_objects instead of GL_EXT_... | |||
2010-11-18 | Merge with viewer-development | Mark Palange (Mani) | |
2010-11-17 | Work on CHOP-135: Hooking up setting UpdaterServiceActive to functionality. ↵ | brad kittenbrink | |
Paired with Mani. Toggling the setting now calls LLUpdaterService::startChecking() and LLUpdaterService::stopChecking(), which enable and disable the service. | |||
2010-11-05 | Merge latest lindenlab/viewer-development with mani_linden/viewer-development. | brad kittenbrink | |
2010-11-05 | SH-410 Opaque Water Project version 2.0 | Loren Shih | |
First implementation with UI changes. | |||
2010-11-01 | VWR-23666 Removed setting VersionChannelName. LLVersionInfo::resetChannel() ↵ | Mark Palange (Mani) | |
and unit tests. Reviewed by brad. | |||
2010-10-29 | Fix for assert in pipeline on startup. | Dave Parks | |
2010-10-21 | Fix for crash when toggling anisotropic filtering. | Dave Parks | |
2010-10-21 | Fix for crash when toggling anisotropic filtering. | Dave Parks | |
2010-10-20 | SH-157 Add "RenderLocalLights" to preferences and featuretable to replace ↵ | Dave Parks | |
old local lights on/off radio group. | |||
2010-10-13 | correct licenses (fix problem with license change merge) | Oz Linden | |
2010-10-12 | SH-157 Make RenderShaderLightingMaxLevel automatically reload shaders. | Dave Parks | |
2010-08-26 | Added graphics preference setting for physics. | Loren Shih | |
2010-08-24 | Backed out changeset c3d41f18ce2b | Tofu Linden | |
back-out the back-out for this branch. yay. | |||
2010-08-24 | Backed out changeset a62bf7c0af21 | Tofu Linden | |
Backing out this merge that I pushed (prematurely) to the wrong place. | |||
2010-08-24 | merge heads. whew. | Tofu Linden | |
2010-08-13 | Change license from GPL to LGPL (version 2.1) | Oz Linden | |
2010-09-03 | CTS-237 WIP performance testing to validate ARC algorithm | Nyx (Neal Orman) | |
Another typo - was disabling the UI, whether the debug option was true or false simple copy/paste error. | |||
2010-09-03 | CTS-237 WIP performance testing to validate new ARC algorithm | Nyx (Neal Orman) | |
Fixing a typo in my previous patch - want to use setRenderTypeMask instead of andRenderTypeMask. Deminimis change, no review | |||
2010-09-03 | CTS-237 WIP test performance to validate new ARC algorithm | Nyx (Neal Orman) | |
minor cleanup and fixing the linux build. | |||
2010-09-02 | CTS-237 WIP analyze performance of rendering system to evaluate accuracy of ARC | Nyx (Neal Orman) | |
Added a debug setting to allow for the automatic disabling of non-essential rendering. Code reviewed by Davep | |||
2010-07-14 | merge | Dave Parks | |
2010-06-28 | Porting 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-21 | Merge from ssh://hg.lindenlab.com/dessie/viewer-release | Leyla Farazha | |
2010-06-21 | Merge from ssh://hg.lindenlab.com/dessie/viewer-release | Leyla Farazha | |
2010-06-18 | EXT-5808 FIXED Added another context menu. Also Navigation Bar and ↵ | Andrew Polunin | |
Mini-Location bar are mutually exclusive now - Implemented context menu for Mini-Location bar (menu_topinfobar.xml) - Implemented function show_topinfobar_context_menu() (in llviewermenu.h) which displays context menu for Mini-Location bar. - Functions toggle_show_navigation_panel() and toggle_show_mini_location_panel() modified so that Navigation Bar and Mini-Location bar are mutually exclusive (when the former is visible the latter is hidden and vice versa). - Implemented method LLPanelTopInfoBar::onContextMenuItemClicked which handles \"landmark\" and \"copy\" Mini-Location bar context menu actions. Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/607/ --HG-- branch : product-engine | |||
2010-06-07 | Merge with render-pipeline | Dave Parks | |
2010-06-04 | merge from viewer-public | Tofu Linden | |
2010-06-04 | merge from viewer-public | Tofu Linden | |