| Age | Commit message (Collapse) | Author | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
editing a sky setting.
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
fix for assertion in lltexturefetch.
 | 
 | 
DRTVWR-559
 | 
 | 
SL-20154
 | 
 | 
SL-20392
 | 
 | 
SL-20392
 | 
 | 
DRTVWR-559
 | 
 | 
 | 
 | 
 | 
 | 
clang has gotten smart enough to recognize an inline attempt to store to
address zero. Fool it by storing to an address passed as a parameter, and pass
nullptr from a different source file.
 | 
 | 
 | 
 | 
Even though LLVersionInfo::getBuild() already returns a 64-bit int, various
consumers assumed it could fit into 32 bits. It was especially bad to pass it
to a classic C style varargs function. Only on a little-endian CPU, and only
because it was the last argument, the damage was limited to truncation --
instead of arbitrary undefined behavior.
Where the consumer doesn't support 64-bit ints, pass as string instead.
 | 
 | 
 | 
 | 
 | 
 | 
loss and log spam noise when visiting GLTF enabled regions.
 | 
 | 
 | 
 | 
updater.  Add probe update debug display.
 | 
 | 
 | 
 | 
 | 
 | 
We now support masking mirrors in the GBuffer.
We also now support the concept of one arbitrary clip plane.
DRTVWR-583
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
disabled
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
which version is faster
 | 
 | 
 | 
 | 
Not yet used.
 | 
 | 
 | 
 | 
mapping using wrong mix, causing bright spots
 | 
 | 
material sampling. Use slightly different alpha ramp to hide unused materials
 | 
 | 
 | 
 | 
to be more expensive than triplanar in some cases, and UVs are already trivial
 | 
 | 
whitespace
 | 
 | 
triplanar that avoids possible case where 1 = 0.9999, which gets rounded down to 0 on int cast
 | 
 | 
during zero check, add another zero check
 | 
 | 
multiple texture lookups in a switch..case block
 | 
 | 
reproducing the bug
 | 
 | 
switch..case blocks
 | 
 | 
 | 
 | 
 |