Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-21 | SL-17274: Remove hard-coded magic number checking if G-Buffer flag is set | Ptolemy | |
2022-06-21 | SL-17274 Cleanup hard-coded gbuffer atmos flag for softenlight | Ptolemy | |
2022-06-21 | SL-17600 WIP -- Proper radiance maps (not just mipped cubemaps). | Dave Parks | |
2022-06-21 | SL-17274: Add view_dir uniform | Ptolemy | |
2022-06-21 | SL-17590 Telehub beacon sometimes renders black | Andrey Kleshchev | |
2022-06-21 | SL-17600 Revise reflection probe priorities | Dave Parks | |
2022-06-20 | SL-17633 Crash at LLFocusableElement | Andrey Kleshchev | |
2022-06-20 | SL-14181 Classifieds show 'loading' despite all data being ready after ↵ | Andrey Kleshchev | |
deleting a classified | |||
2022-06-20 | SL-17624 In profiles 'Remove Photo' remains inactive after uploading a photo | Andrey Kleshchev | |
2022-06-18 | Merged in SL-17485-b (pull request #1023) | Howard Stearns | |
Make teamcity builds happy by not referencing a newview global from an llcommon file | |||
2022-06-17 | SL-17485-b - Attempt to make teamcity builds happy by not referencing a ↵ | Howard Stearns | |
newview global from an llcommon file. | |||
2022-06-17 | SL-17287 Slightly less hacky and much less crash cube snapshot render target ↵ | Dave Parks | |
allocation. | |||
2022-06-17 | Merged in SL-17485-a (pull request #1021) | Howard Stearns | |
SL-17485-a - remove xcode compiler flag not supported on current teamcity build host | |||
2022-06-17 | SL-17485-a - remove xcode compiler flag not supported on current teamcity ↵ | Howard Stearns | |
build host | |||
2022-06-17 | SL-17589 FIXED Camera does not zoom correctly when editing wearables | Mnikolenko Productengine | |
2022-06-17 | Merged in SL-17485 (pull request #1016) | Howard Stearns | |
SL-17485 - MacOS memory accounting Approved-by: Dave Parks | |||
2022-06-16 | SL-17619 Add support for embedded textures to GLTF importer | Dave Parks | |
2022-06-16 | SL-17562 FIXED Grid Options changes position upon reopening of Build Window | Mnikolenko Productengine | |
2022-06-16 | SL-17475 Fix wrong remap buffer size | Andrey Kleshchev | |
2022-06-15 | SL-17605 WIP - Upload->Material now lets you pick a GLTF file and imports ↵ | Dave Parks | |
the first material in the GLTF file to the Material Editor | |||
2022-06-15 | SL-17577 Allow setting Object for sale for L$0 from Object Profile | Mnikolenko Productengine | |
2022-06-14 | SL-17586 WIP -- LLMaterialEditor prototype and "New Material" inventory buttons. | Dave Parks | |
2022-06-14 | SL-17475 Use a shadow indices buffer before simplification | Andrey Kleshchev | |
2022-06-14 | SL-17475 fix remap causing an assert | Andrey Kleshchev | |
2022-06-13 | Merge branch 'DRTVWR-564' of bitbucket.org:lindenlab/viewer into SL-17485 | Howard Stearns | |
2022-06-13 | SL-17485 - Make mac compiler happier. | Howard Stearns | |
2022-06-13 | SL-17485 - Provide corrected missing memory data on mac: ↵ | Howard Stearns | |
sAllocatedPageSizeInKB, sAllocatedMemInKB, sAvailPhysicalMemInKB, sMaxPhysicalMemInKB | |||
2022-06-13 | SL-17485 - mac getVramSize should return all vram, not just ↵ | Howard Stearns | |
texture-specific, and use to compute getAvailableVRAMMegabytes. | |||
2022-06-13 | Merged in sl-17483 (pull request #1014) | Nat Linden | |
SL-17483: Make LLImageDecodeThread a facade for LL::ThreadPool. Approved-by: Dave Parks | |||
2022-06-13 | SL-17483: Per review feedback, avoid LLPointer refcount twiddling | Nat Goodspeed | |
when passing LLPointers into functions. Only increment the refcount when storing in new ImageRequest. | |||
2022-06-11 | SL-17475 Remap models before simplification | Andrey Kleshchev | |
2022-06-10 | SL-17523 Add reflection probe ambiance to windlight settings and integrate ↵ | Dave Parks | |
with UI and ReflectionMapManager | |||
2022-06-10 | SL-17574 Fix for box probes not applying. | Dave Parks | |
2022-06-10 | SL-17574 Add probe detail combo box to advanced graphics preferences. Fix ↵ | Dave Parks | |
spot light shadows not working in probes. | |||
2022-06-09 | SL-17573 Add "dynamic" checkbox, also followup on SL-17551 and do "Select ↵ | Dave Parks | |
Invisible Objects" checkbox instead of "Select Reflection Probes" | |||
2022-06-09 | SL-17483: Add integration test for CommonControl | Nat Goodspeed | |
and for LLViewerControlListener, to which it talks. Fix glitches detected by the tests. | |||
2022-06-09 | SL-17483: Let one override keyword into your class... | Nat Goodspeed | |
and all the rest require it, too. | |||
2022-06-09 | SL-17551 Followup -- remove some dead pick-render related code. | Dave Parks | |
2022-06-09 | Merge branch 'DRTVWR-559' of ssh://bitbucket.org/lindenlab/viewer into ↵ | Dave Parks | |
DRTVWR-559 | |||
2022-06-09 | SL-17551 Add "Select Reflection Probes" menu option and make invisible ↵ | Dave Parks | |
objects less annoying when alt-zooming in edit mode. | |||
2022-06-09 | tinygltf also updated mac and 32bit windows packages with new public build ↵ | Brad Kittenbrink | |
for SL-17214 | |||
2022-06-09 | SL-17483: Merge branch 'DRTVWR-563' of viewer into sl-17483 | Nat Goodspeed | |
2022-06-09 | tinygltf updated with new public build for SL-17214 | Brad Kittenbrink | |
2022-06-09 | SL-17483: Recast LLImageDecodeThread as a facade for ThreadPool. | Nat Goodspeed | |
Remove all references to LLQueuedThread (but emulate a couple bits of its API such as handle_t and getPending()). Migrate ImageRequest into llimageworker.cpp. It has never been part of LLImageDecodeThread's public API. Remove ImageRequest tests. Remove all references to LLImageDecodeThread::pause(). The idea of pausing another thread is bizarre to me, and LLThreadPool has no such operation. Nor does it have an abortRequest(). | |||
2022-06-09 | VS2019 build fix | Dave Parks | |
2022-06-09 | SL-17483: Merge branch 'track-threadpools' into sl-17483. | Nat Goodspeed | |
This picks up ThreadPoolSizes override logic embedded in ThreadPool's constructor, plus the new static ThreadPool::getConfiguredWidth() and getWidth() methods. | |||
2022-06-09 | SL-17483: Fix ThreadPool::getConfiguredWidth() compile error. | Nat Goodspeed | |
Log ThreadPoolSizes at DEBUG level, not INFO. | |||
2022-06-09 | SL-17483: Simplify ThreadPool instantiations. | Nat Goodspeed | |
Now that LL::ThreadPool's constructor has subsumed the work of discovering a runtime override width, LLAppViewer::initGeneralThread() can simply pass the compile-time default width instead of redundantly checking ThreadPoolSizes. Also the default ThreadPool capacity has been bumped up to what "General" and "LLImageGL" were requesting, so they need not pass that explicitly or explain in comments why they're doing it. But until we start throwing work at the "General" ThreadPool, configure it down to 1 thread in settings.xml. | |||
2022-06-09 | SL-17483: Make it possible to override width of any ThreadPool. | Nat Goodspeed | |
Introduce CommonControl, which in a running viewer (or any program containing an LLViewerControlListener instance) gives access to LLViewerControl functionality, e.g. getting, setting or enumerating control variables -- without introducing a link dependency on newview. Make ThreadPool's constructor consult CommonControl to check for an override for the width of the new ThreadPool in the Global (i.e. gSavedSettings) setting ThreadPoolSizes, and honor that if found. Introduce static ThreadPool methods getConfiguredWidth(), to query for such an override on any particular ThreadPool name; and getWidth(), to ask for the width of an instance if that instance already exists, else the width with which it *would* be instantiated. | |||
2022-06-09 | SL-17483: Make ThreadPool inherit LLInstanceTracker | Cosmic Linden | |
(cherry picked from commit 41d6a0e222241606c317281e2f0b211e16813dd5) |